Function Dune::GDT::make_matrix_operator¶
Function template Dune::GDT::make_matrix_operator¶
-
template<class AssemblyGridViewType, class SGV, int s_r, int s_rC, class F, class RGV, int r_r, int r_rC, class MatrixType>
auto Dune::GDT::make_matrix_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, MatrixType &matrix, const std::string &logging_prefix)¶
Function template Dune::GDT::make_matrix_operator¶
-
template<class AssemblyGridViewType, class SGV, int s_r, int s_rC, class F, class RGV, int r_r, int r_rC, class MatrixType>
auto Dune::GDT::make_matrix_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 MatrixType &matrix, const std::string &logging_prefix)¶ No documentation provided.
Function template Dune::GDT::make_matrix_operator¶
-
template<class AssemblyGridViewType, class SGV, int s_r, int s_rC, class F, class RGV, int r_r, int r_rC>
auto Dune::GDT::make_matrix_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 Stencil stencil = Stencil::automatic, const std::string &logging_prefix)¶
Function template Dune::GDT::make_matrix_operator¶
-
template<class AssemblyGridViewType, class SGV, int s_r, int s_rC, class F, class RGV, int r_r, int r_rC>
auto Dune::GDT::make_matrix_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 XT::LA::SparsityPatternDefault &pattern, const std::string &logging_prefix)¶
Function template Dune::GDT::make_matrix_operator¶
-
template<class GV, int r, int rC, class F, class MatrixType>
auto Dune::GDT::make_matrix_operator(const SpaceInterface<GV, r, rC, F> &space, MatrixType &matrix, const std::string &logging_prefix)¶ No documentation provided.
Function template Dune::GDT::make_matrix_operator¶
-
template<class GV, int r, int rC, class F, class MatrixType>
auto Dune::GDT::make_matrix_operator(const SpaceInterface<GV, r, rC, F> &space, const MatrixType &matrix, const std::string &logging_prefix)¶ No documentation provided.
Function template Dune::GDT::make_matrix_operator¶
Function template Dune::GDT::make_matrix_operator¶
-
template<class GV, int r, int rC, class F>
auto Dune::GDT::make_matrix_operator(const SpaceInterface<GV, r, rC, F> &space, const XT::LA::SparsityPatternDefault &pattern, const std::string &logging_prefix)¶ No documentation provided.
Function template Dune::GDT::make_matrix_operator¶
-
template<class MatrixType, class AssemblyGridViewType, class SGV, int s_r, int s_rC, class F, class RGV, int r_r, int r_rC>
auto Dune::GDT::make_matrix_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 Stencil stencil = Stencil::automatic, const std::string &logging_prefix)¶ Note
Use as in
Function template Dune::GDT::make_matrix_operator¶
-
template<class MatrixType, class AssemblyGridViewType, class SGV, int s_r, int s_rC, class F, class RGV, int r_r, int r_rC>
auto Dune::GDT::make_matrix_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 XT::LA::SparsityPatternDefault &pattern, const std::string &logging_prefix)¶ Note
Use as in
Function template Dune::GDT::make_matrix_operator¶
Function template Dune::GDT::make_matrix_operator¶
-
template<class MatrixType, class GV, int r, int rC, class F>
auto Dune::GDT::make_matrix_operator(const SpaceInterface<GV, r, rC, F> &space, const XT::LA::SparsityPatternDefault &pattern, const std::string &logging_prefix)¶ Note
Use as in