#include <dune/localfunctions/monom/monomlocalinterpolation.hh>
Public Member Functions |
| MonomLocalInterpolation (const GeometryType >_, const LB &lb_) |
template<typename F , typename C > |
void | interpolate (const F &f, std::vector< C > &out) const |
| Determine coefficients interpolating a given function.
|
Constructor & Destructor Documentation
template<class LB, unsigned int size>
Member Function Documentation
template<class LB, unsigned int size>
template<typename F , typename C >
Determine coefficients interpolating a given function.
The method computes the coefficients for the L^2 projection with respect to the given GeometryType. Be carefull: the implementation is unstable for higher polynolial degrees.
The documentation for this class was generated from the following file: