![]() |
|
#include "math.h"#include <complex>#include "../generic/projection.h"#include "../generic/nodes.h"#include "../generic/Qelements.h"#include "../generic/oomph_utilities.h"Go to the source code of this file.
Classes | |
| class | oomph::FourierDecomposedHelmholtzEquations |
| class | oomph::QFourierDecomposedHelmholtzElement< NNODE_1D > |
| class | oomph::FaceGeometry< QFourierDecomposedHelmholtzElement< NNODE_1D > > |
| class | oomph::ProjectableFourierDecomposedHelmholtzElement< FOURIER_DECOMPOSED_HELMHOLTZ_ELEMENT > |
| Fourier decomposed Helmholtz upgraded to become projectable. More... | |
| class | oomph::FaceGeometry< ProjectableFourierDecomposedHelmholtzElement< ELEMENT > > |
| class | oomph::FaceGeometry< FaceGeometry< ProjectableFourierDecomposedHelmholtzElement< ELEMENT > > > |
Namespaces | |
| oomph | |
| DRAIG: Change all instances of (SPATIAL_DIM) to (DIM-1). | |
| oomph::Legendre_functions_helper | |
| Helper namespace for functions required for Helmholtz computations. | |
Functions | |
| double | oomph::Legendre_functions_helper::factorial (const unsigned &l) |
| Factorial. More... | |
| double | oomph::Legendre_functions_helper::plgndr1 (const unsigned &n, const double &x) |
| Legendre polynomials depending on one parameter. More... | |
| double | oomph::Legendre_functions_helper::plgndr2 (const unsigned &l, const unsigned &m, const double &x) |
| Legendre polynomials depending on two parameters. More... | |