Dune::SimpleInterpolation< LI > Class Template Reference
Wrap a LocalInterpolation class and turn it into a "global" Interpolation.
More...
#include <dune/localfunctions/common/simpleinterpolation.hh>
List of all members.
Public Member Functions |
| SimpleInterpolation (const LI &li_) |
| Construct a SimpleInterpolation object.
|
template<typename F , typename C > |
void | interpolate (const F &f, std::vector< C > &out) const |
| determine coefficients interpolating a given function
|
Detailed Description
template<class LI>
class Dune::SimpleInterpolation< LI >
Wrap a LocalInterpolation class and turn it into a "global" Interpolation.
- Template Parameters:
-
| LI | Type of the LocalInterpolation |
Constructor & Destructor Documentation
Member Function Documentation
template<class LI >
template<typename F , typename C >
determine coefficients interpolating a given function
- Template Parameters:
-
| F | Type of function to interpolate. The class should provide a method void evaluate(const DomainType &x, RangeType &y) const which is used to evaluate the function on the reference element. |
| C | Type of coefficients. |
- Parameters:
-
[in] | f | Function instance used to interpolate. |
[out] | out | Resulting coefficients vector. |
Reimplemented from Dune::InterpolationInterface< SimpleInterpolation< LI > >.
The documentation for this class was generated from the following file: