dune-pdelab  2.5-dev
Public Member Functions | List of all members
Dune::LegendreStuff::LegendrePolynomials1d< D, R, 0 > Class Template Reference

#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...
 
p (int i, D x) const
 
void dp (D x, std::vector< R > &derivative) const
 
dp (int i, D x) const
 
void pdp (D x, std::vector< R > &value, std::vector< R > &derivative) const
 

Member Function Documentation

◆ dp() [1/2]

template<class D , class R >
void Dune::LegendreStuff::LegendrePolynomials1d< D, R, 0 >::dp ( x,
std::vector< R > &  derivative 
) const
inline

◆ dp() [2/2]

template<class D , class R >
R Dune::LegendreStuff::LegendrePolynomials1d< D, R, 0 >::dp ( int  i,
x 
) const
inline

◆ p() [1/2]

template<class D , class R >
void Dune::LegendreStuff::LegendrePolynomials1d< D, R, 0 >::p ( x,
std::vector< R > &  value 
) const
inline

evaluate all polynomials at point x

◆ p() [2/2]

template<class D , class R >
R Dune::LegendreStuff::LegendrePolynomials1d< D, R, 0 >::p ( int  i,
x 
) const
inline

◆ pdp()

template<class D , class R >
void Dune::LegendreStuff::LegendrePolynomials1d< D, R, 0 >::pdp ( x,
std::vector< R > &  value,
std::vector< R > &  derivative 
) const
inline

The documentation for this class was generated from the following file: