![]() |
|
Helper namespace for functions required for Helmholtz computations. More...
Functions | |
double | factorial (const unsigned &l) |
Factorial. More... | |
double | plgndr1 (const unsigned &n, const double &x) |
Legendre polynomials depending on one parameter. More... | |
double | plgndr2 (const unsigned &l, const unsigned &m, const double &x) |
Legendre polynomials depending on two parameters. More... | |
Helper namespace for functions required for Helmholtz computations.
Factorial.
Referenced by oomph::FourierDecomposedHelmholtzDtNMesh< ELEMENT >::setup_gamma().
Legendre polynomials depending on one parameter.
References boost::multiprecision::fabs(), i, n, OOMPH_CURRENT_FUNCTION, OOMPH_EXCEPTION_LOCATION, and plotDoE::x.
double oomph::Legendre_functions_helper::plgndr2 | ( | const unsigned & | l, |
const unsigned & | m, | ||
const double & | x | ||
) |
Legendre polynomials depending on two parameters.
References boost::multiprecision::fabs(), i, m, OOMPH_CURRENT_FUNCTION, OOMPH_EXCEPTION_LOCATION, sqrt(), and plotDoE::x.
Referenced by oomph::FourierDecomposedHelmholtzDtNBoundaryElement< ELEMENT >::compute_gamma_contribution(), ProblemParameters::exact_minus_dudr(), PlanarWave::get_exact_u(), ProblemParameters::get_exact_u(), and main().