Function Dune::GDT::make_coupling_sparsity_pattern¶
Function template Dune::GDT::make_coupling_sparsity_pattern¶
-
template<class SGV, int r, int rC, class R, class GV>
XT::LA::SparsityPatternDefault Dune::GDT::make_coupling_sparsity_pattern(const SpaceInterface<SGV, r, rC, R> &space, const GV &grid_view)¶ No documentation provided.
Function template Dune::GDT::make_coupling_sparsity_pattern¶
-
template<class TGV, int t_r, int t_rC, class TR, class AGV, int a_r, int a_rC, class AR, class GV>
XT::LA::SparsityPatternDefault Dune::GDT::make_coupling_sparsity_pattern(const SpaceInterface<TGV, t_r, t_rC, TR> &test_space, const SpaceInterface<AGV, a_r, a_rC, AR> &ansatz_space, const GV &grid_view)¶ TODO