Go to the source code of this file.
|
| 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 > |
| |