Function Dune::GDT::make_advection_dg_operator

template<class AGV, size_t 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.

template<class MatrixType, class AGV, size_t 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.