#include <dune/localfunctions/hierarchical/hierarchicalp2withelementbubble/hierarchicalsimplexp2withelementbubble.hh>
|
template<class F , class C , class R = std::invoke_result_t<F, DomainType>, std::enable_if_t< std::is_convertible_v< R, C >, int > = 0> |
static constexpr void | interpolate (const F &f, std::vector< C > &out) |
| Local interpolation of the function f .
|
|
◆ interpolate()
template<class LB , int dim>
template<class F , class C , class R = std::invoke_result_t<F, DomainType>, std::enable_if_t< std::is_convertible_v< R, C >, int > = 0>
Local interpolation of the function f
.
- Parameters
-
[in] | f | A callable f:D -> R with domain D=DomainType and range R convertible into the coefficient type C . |
[out] | out | The interpolation coefficients {f_i...,f_b} are stored in this output vector. |
The documentation for this class was generated from the following file: