Go to the source code of this file.
Namespaces | |
namespace | oomph |
DRAIG: Change all instances of (SPATIAL_DIM) to (DIM-1). | |
namespace | oomph::Legendre_functions_helper |
Helper namespace for functions required for Helmholtz computations. | |
Functions | |
double | oomph::Legendre_functions_helper::factorial (const unsigned &l) |
Factorial. | |
double | oomph::Legendre_functions_helper::plgndr1 (const unsigned &n, const double &x) |
Legendre polynomials depending on one parameter. | |
double | oomph::Legendre_functions_helper::plgndr2 (const unsigned &l, const unsigned &m, const double &x) |
Legendre polynomials depending on two parameters. | |