|  | v0.15.0 | 
Implementation of base for Legendre polynomials. More...
Go to the source code of this file.
| Namespaces | |
| namespace | MoFEM | 
| implementation of Data Operators for Forces and Sources | |
| Functions | |
| template<typename Scalar , typename DsScalar > | |
| MoFEMErrorCode | MoFEM::Legendre_polynomials_T (int p, Scalar &s, DsScalar *diff_s, Scalar *L, Scalar *diffL, int dim) | 
| Calculate Legendre approximation basis. | |
| PetscErrorCode | MoFEM::Legendre_polynomials (int p, double s, double *diff_s, double *L, double *diffL, int dim) | 
| Calculate Legendre approximation basis. | |
| PetscErrorCode | MoFEM::Legendre_polynomials (int p, std::complex< double > s, std::complex< double > *diff_s, std::complex< double > *L, std::complex< double > *diffL, int dim) | 
| Complex-valued Legendre polynomial evaluation. | |
Implementation of base for Legendre polynomials.
Definition in file LegendrePolynomial.cpp.
