dune-pdelab
2.4.1
|
The 1d Legendre Polynomials (k=0,1 are specialized below) More...
#include <dune/pdelab/finiteelement/dglegendre.hh>
Public Member Functions | |
void | p (D x, std::vector< R > &value) const |
evaluate all polynomials at point x More... | |
R | p (int i, D x) const |
void | dp (D x, std::vector< R > &derivative) const |
void | pdp (D x, std::vector< R > &value, std::vector< R > &derivative) const |
R | dp (int i, D x) const |
The 1d Legendre Polynomials (k=0,1 are specialized below)
|
inline |
References Dune::LegendreStuff::LegendreSize< k, n >::value.
|
inline |
References Dune::QkStuff::dp().
|
inline |
evaluate all polynomials at point x
Referenced by Dune::LegendreStuff::DGLegendreLocalBasis< D, R, k, d >::evaluateFunction().
|
inline |
References p.
|
inline |