dune-pdelab
2.5-dev
|
The 1d Legendre Polynomials (k=0,1 are specialized below) More...
#include <dune/pdelab/finiteelement/qkdglegendre.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 |
|
inline |
|
inline |
evaluate all polynomials at point x
|
inline |
|
inline |