#include <dune/localfunctions/monomial/monomiallocalinterpolation.hh>
|
| MonomialLocalInterpolation (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.
|
|
◆ MonomialLocalInterpolation()
template<class LB , unsigned int size>
◆ interpolate()
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 careful: the implementation is unstable for higher polynomial degrees.
The documentation for this class was generated from the following file: