Function Dune::GDT::make_oswald_interpolation_operator

Function template Dune::GDT::make_oswald_interpolation_operator

template<class AssemblyGridView, class RGV, int r, int rC, class F, class IntersectionType>
auto Dune::GDT::make_oswald_interpolation_operator(const AssemblyGridView &assembly_grid_view, const SpaceInterface<RGV, r, rC, F> &range_space, const XT::Grid::BoundaryInfo<IntersectionType> &boundary_info, const std::string &logging_prefix, const std::array<bool, 3> &logging_state = XT::Common::default_logger_state())

Creates an OswaldInterpolationOperator using the default ISTL dense vector type.

Function template Dune::GDT::make_oswald_interpolation_operator

template<class VectorType, class AssemblyGridView, class RGV, int r, int 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.