Function Dune::GDT::make_advection_dg_operator¶ Function template Dune::GDT::make_advection_dg_operator¶ template<class AGV, int m, class F, class RGV, class SGV>auto Dune::GDT::make_advection_dg_operator(const AGV &assembly_grid_view, const int, AGV::dimension, int, F)¶ Creates an AdvectionDgOperator using the default ISTL sparse matrix type. Function template Dune::GDT::make_advection_dg_operator¶ template<class MatrixType, class AGV, int m, class F, class RGV, class SGV>auto Dune::GDT::make_advection_dg_operator(const AGV &assembly_grid_view, const int, AGV::dimension, int, F)¶ Creates an AdvectionDgOperator with the matrix type specified manually as first template argument.