dune-localfunctions  2.2.1
Public Member Functions | List of all members
Dune::MonomLocalInterpolation< LB, size > Class Template Reference

#include <dune/localfunctions/monom/monomlocalinterpolation.hh>

Public Member Functions

 MonomLocalInterpolation (const GeometryType::BasicType &bt_, const LB &lb_)
 
 MonomLocalInterpolation (const GeometryType &gt_, const LB &lb_)
 
template<typename F , typename C >
void interpolate (const F &f, std::vector< C > &out) const
 determine coefficients interpolating a given function More...
 

Constructor & Destructor Documentation

template<class LB, unsigned int size>
Dune::MonomLocalInterpolation< LB, size >::MonomLocalInterpolation ( const GeometryType::BasicType &  bt_,
const LB &  lb_ 
)
inline
template<class LB, unsigned int size>
Dune::MonomLocalInterpolation< LB, size >::MonomLocalInterpolation ( const GeometryType &  gt_,
const LB &  lb_ 
)
inline

Member Function Documentation

template<class LB, unsigned int size>
template<typename F , typename C >
void Dune::MonomLocalInterpolation< LB, size >::interpolate ( const F &  f,
std::vector< C > &  out 
) const
inline

determine coefficients interpolating a given function


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