dune-localfunctions 2.10
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Dune::MonomialLocalInterpolation< LB, size > Class Template Reference

#include <dune/localfunctions/monomial/monomiallocalinterpolation.hh>

Inheritance diagram for Dune::MonomialLocalInterpolation< LB, size >:
Inheritance graph

Public Member Functions

 MonomialLocalInterpolation (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.
 

Constructor & Destructor Documentation

◆ MonomialLocalInterpolation()

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

Member Function Documentation

◆ interpolate()

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

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: