Function Dune::GDT::interpolate

template<class GV, size_t r, size_t rC, class R, class V>
void Dune::GDT::interpolate(const int, int, int, R)

Interpolates a grid function into an existing target DiscreteFunction using the target space’s grid view.

template<class GV, size_t r, size_t rC, class R>
DiscreteFunction<XT::LA::IstlDenseVector<R>, GV, r, rC, R> Dune::GDT::interpolate(const int, int, int, R)

Interpolates a grid function into a new DiscreteFunction of the given target space using the target space’s grid view (defaults to an ISTL dense vector).