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

#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...
 
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

template<class D , class R >
void Dune::LegendreStuff::LegendrePolynomials1d< D, R, 0 >::dp ( x,
std::vector< R > &  derivative 
) const
inline
template<class D , class R >
R Dune::LegendreStuff::LegendrePolynomials1d< D, R, 0 >::dp ( int  i,
x 
) const
inline
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

template<class D , class R >
R Dune::LegendreStuff::LegendrePolynomials1d< D, R, 0 >::p ( int  i,
x 
) const
inline
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: