Function Dune::GDT::make_oswald_interpolation_operator

template<class AssemblyGridView, class RGV, size_t r, size_t rC, class F>
auto Dune::GDT::make_oswald_interpolation_operator(const AssemblyGridView &assembly_grid_view, const SpaceInterface<RGV, r, rC, F> &range_space, const int)

Creates an OswaldInterpolationOperator using the default ISTL dense vector type.

template<class VectorType, class AssemblyGridView, class RGV, size_t r, size_t rC, class F>
auto Dune::GDT::make_oswald_interpolation_operator(const AssemblyGridView &assembly_grid_view, const SpaceInterface<RGV, r, rC, F> &range_space, const int)

Creates an OswaldInterpolationOperator with the vector type specified manually.