|
Functions | |
NumericalVector | associatedLegendrePolynomials (int n, Mdouble x) |
NumericalVector< std::complex< Mdouble > > | sphericalHarmonics (int p, Mdouble theta, Mdouble phi) |
NumericalVector | computeSquaredFactorialValues (int p) |
NumericalVector sphericalHarmonics::associatedLegendrePolynomials | ( | int | n, |
Mdouble | x | ||
) |
References n.
Referenced by sphericalHarmonics().
NumericalVector sphericalHarmonics::computeSquaredFactorialValues | ( | int | p | ) |
References mathsFunc::factorial(), and n.
NumericalVector< std::complex< Mdouble > > sphericalHarmonics::sphericalHarmonics | ( | int | p, |
Mdouble | theta, | ||
Mdouble | phi | ||
) |
References associatedLegendrePolynomials(), mathsFunc::cos(), mathsFunc::exp(), mathsFunc::factorial(), constants::i, n, and Y.
Referenced by Multipole::convertMultipoleToLocal(), LocalExpansion::translateLocalExpansion(), and Multipole::TranslateMultipoleExpansionTo().