WaveBlocksND
Namespaces | Typedefs
potentials.hpp File Reference
#include "bases.hpp"
#include "modules/localRemainder.hpp"
#include "modules/evaluation.hpp"
#include "modules/exponential.hpp"

Go to the source code of this file.

Namespaces

 waveblocks
 
 waveblocks::potentials
 

Typedefs

template<int N, int D>
using waveblocks::potentials::InhomogenousMatrixPotential = modules::Inhomogenous< N, D >
 
template<int N, int D>
using waveblocks::potentials::HomogenousMatrixPotential = modules::Homogenous< N, D >
 
template<int D>
using waveblocks::potentials::ScalarMatrixPotential = HomogenousMatrixPotential< 1, D >
 
template<int N, int D>
using waveblocks::InhomogenousLeadingLevel = potentials::modules::LocalQuadratic< potentials::bases::Eigen< N, D >>
 
template<int N, int D>
using waveblocks::HomogenousLeadingLevel = potentials::modules::LocalQuadratic< potentials::bases::Eigen< 1, D >>
 
template<int D>
using waveblocks::ScalarLeadingLevel = HomogenousLeadingLevel< 1, D >