Function opensn::AssocLegendre

Function Documentation

double opensn::AssocLegendre(unsigned int ell, int m, double x)

Provides the function evaluation of the associated Legendre polynomial at value x.

This code has a whitepaper associated with it

Parameters:
  • ell – int The ell order of the polynomial.

  • m – int The m-th moment of the polynomial

  • x – double The evaluation point.