Class template Dune::GDT::AdvectionDgOperator¶
Inherits from Dune::GDT::Operator.
-
template<class AGV, size_t m = 1, class F = double, class M = XT::LA::IstlRowMajorSparseMatrix<F>, class RGV = AGV, class SGV = AGV>
class Dune::GDT::AdvectionDgOperator<AGV, m, F, M, RGV, SGV> : public Operator<AGV, m, 1, m, 1, F, M, RGV, SGV>¶ Note
See OperatorInterface for a description of the template arguments.
See also:
OperatorInterface
Method Dune::GDT::AdvectionDgOperator::assemble¶
Method Dune::GDT::AdvectionDgOperator::boundary_treatment¶
-
template<class AGV, size_t m = 1, class F = double, class M = XT::LA::IstlRowMajorSparseMatrix<F>, class RGV = AGV, class SGV = AGV>
ThisType &Dune::GDT::AdvectionDgOperator<AGV, m, F, M, RGV, SGV>::boundary_treatment(int numerical_boundary_treatment_flux, const int numerical_boundary_treatment_flux_order, const XT::Common::ParameterType &boundary_treatment_parameter_type = {}, const XT::Grid::IntersectionFilter<AGV> &filter = XT::Grid::ApplyOn::BoundaryIntersections<AGV>())¶
Method Dune::GDT::AdvectionDgOperator::boundary_treatment¶
-
template<class AGV, size_t m = 1, class F = double, class M = XT::LA::IstlRowMajorSparseMatrix<F>, class RGV = AGV, class SGV = AGV>
ThisType &Dune::GDT::AdvectionDgOperator<AGV, m, F, M, RGV, SGV>::boundary_treatment(int extrapolation, const XT::Common::ParameterType &extrapolation_parameter_type = {}, const XT::Grid::IntersectionFilter<AGV> &filter = XT::Grid::ApplyOn::BoundaryIntersections<AGV>())¶ No documentation provided.
Constructor Dune::GDT::AdvectionDgOperator::AdvectionDgOperator<AGV, m, F, M, RGV, SGV>¶
-
template<>
template<class AGV, size_t m = 1, class F = double, class M = XT::LA::IstlRowMajorSparseMatrix<F>, class RGV = AGV, class SGV = AGV>
Dune::GDT::AdvectionDgOperator<AGV, m, F, M, RGV, SGV>::AdvectionDgOperator<AGV, m, F, M, RGV, SGV>(const AGV &assembly_grid_view, const int &numerical_flux, const SourceSpaceType &source_space, const RangeSpaceType &range_space, const XT::Grid::IntersectionFilter<AGV> &periodicity_exception = XT::Grid::ApplyOn::NoIntersections<AGV>(), const double &artificial_viscosity_nu_1 = advection_dg_artificial_viscosity_default_nu_1(), const double &artificial_viscosity_alpha_1 = advection_dg_artificial_viscosity_default_alpha_1(), const int artificial_viscosity_component, const std::string &logging_prefix, const std::array<bool, 3> &logging_state = XT::Common::default_logger_state())¶ No documentation provided.
Constructor Dune::GDT::AdvectionDgOperator::AdvectionDgOperator<AGV, m, F, M, RGV, SGV>¶
-
template<>
template<class AGV, size_t m = 1, class F = double, class M = XT::LA::IstlRowMajorSparseMatrix<F>, class RGV = AGV, class SGV = AGV>
Dune::GDT::AdvectionDgOperator<AGV, m, F, M, RGV, SGV>::AdvectionDgOperator<AGV, m, F, M, RGV, SGV>(ThisType &&source) noexcept = default¶ No documentation provided.
Field Dune::GDT::AdvectionDgOperator::numerical_flux_¶
-
const int Dune::GDT::AdvectionDgOperator::numerical_flux_¶
Field Dune::GDT::AdvectionDgOperator::periodicity_exception_¶
-
int Dune::GDT::AdvectionDgOperator::periodicity_exception_¶
No documentation provided.
Field Dune::GDT::AdvectionDgOperator::local_mass_matrix_provider_¶
-
int Dune::GDT::AdvectionDgOperator::local_mass_matrix_provider_¶
No documentation provided.
Field Dune::GDT::AdvectionDgOperator::artificial_viscosity_nu_1_¶
-
const double Dune::GDT::AdvectionDgOperator::artificial_viscosity_nu_1_¶
No documentation provided.
Field Dune::GDT::AdvectionDgOperator::artificial_viscosity_alpha_1_¶
-
const double Dune::GDT::AdvectionDgOperator::artificial_viscosity_alpha_1_¶
No documentation provided.
Field Dune::GDT::AdvectionDgOperator::artificial_viscosity_component_¶
-
const int Dune::GDT::AdvectionDgOperator::artificial_viscosity_component_¶
No documentation provided.
Variable Dune::GDT::AdvectionDgOperator::d¶
-
const int Dune::GDT::AdvectionDgOperator::d¶
No documentation provided.
Type alias Dune::GDT::AdvectionDgOperator::ThisType¶
-
type Dune::GDT::AdvectionDgOperator::ThisType¶
No documentation provided.
Type alias Dune::GDT::AdvectionDgOperator::BaseType¶
-
type Dune::GDT::AdvectionDgOperator::BaseType¶
No documentation provided.
Type alias Dune::GDT::AdvectionDgOperator::D¶
-
type Dune::GDT::AdvectionDgOperator::D¶
No documentation provided.