Function Dune::GDT::make_const_lincomb_operator¶
-
template<class AssemblyGridViewType, class SGV, size_t s_r, size_t s_rC, class F, class RGV, size_t r_r, size_t r_rC>
auto Dune::GDT::make_const_lincomb_operator(const AssemblyGridViewType &assembly_grid_view, const SpaceInterface<SGV, s_r, s_rC, F> &source_space, const SpaceInterface<RGV, r_r, r_rC, F> &range_space, const std::string &logging_prefix =<recovery-expr>(""), const std::array<bool, 3> &logging_state =<recovery-expr>())¶ Creates an empty ConstLincombOperator (separate source and range spaces) using the default ISTL sparse matrix type.
-
template<class GV, size_t r, size_t rC, class F>
auto Dune::GDT::make_const_lincomb_operator(const SpaceInterface<GV, r, r, F> &space, const std::string &logging_prefix =<recovery-expr>(""), const std::array<bool, 3> &logging_state =<recovery-expr>())¶ Creates an empty ConstLincombOperator on a single space (used as both source and range), using the default ISTL sparse matrix type.
-
template<class MatrixType, class AssemblyGridViewType, class SGV, size_t s_r, size_t s_rC, class F, class RGV, size_t r_r, size_t r_rC>
auto Dune::GDT::make_const_lincomb_operator(const AssemblyGridViewType &assembly_grid_view, const SpaceInterface<SGV, s_r, s_rC, F> &source_space, const SpaceInterface<RGV, r_r, r_rC, F> &range_space, const std::string &logging_prefix =<recovery-expr>(""), const std::array<bool, 3> &logging_state =<recovery-expr>())¶ Creates an empty ConstLincombOperator (separate source and range spaces) with the matrix type specified manually.
-
template<class MatrixType, class GV, size_t r, size_t rC, class F>
auto Dune::GDT::make_const_lincomb_operator(const SpaceInterface<GV, r, r, F> &space, const std::string &logging_prefix =<recovery-expr>(""), const std::array<bool, 3> &logging_state =<recovery-expr>())¶ Creates an empty ConstLincombOperator on a single space (used as both source and range), with the matrix type specified manually.