Function Dune::GDT::make_forward_operator¶
Function template Dune::GDT::make_forward_operator¶
-
template<class AssemblyGridViewType, class RGV, int r_r, int r_rC, class F, int s_r = r_r, int s_rC = r_rC, class V = XT::LA::IstlDenseVector<F>, class SGV = RGV>
auto Dune::GDT::make_forward_operator(const AssemblyGridViewType &assembly_grid_view, const SpaceInterface<RGV, r_r, r_rC, F> &range_space, const std::string &logging_prefix, const std::array<bool, 3> &logging_state = XT::Common::default_logger_state())¶ Creates an empty ForwardOperator from a separate assembly grid view and range space.
Function template Dune::GDT::make_forward_operator¶
-
template<class GV, int r_r, int r_rC, class F, int s_r = r_r, int s_rC = r_rC, class V = XT::LA::IstlDenseVector<F>, class SGV = GV>
auto Dune::GDT::make_forward_operator(const SpaceInterface<GV, r_r, r_rC, F> &space, const std::string &logging_prefix, const std::array<bool, 3> &logging_state = XT::Common::default_logger_state())¶ No documentation provided.