Class template Dune::GDT::AdvectionFvOperator¶
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::AdvectionFvOperator<AGV, m, F, M, RGV, SGV> : public Operator<AGV, m, 1, m, 1, F, M, RGV, SGV>¶ Warning
This operator will not work on a grid view with hanging nodes.
Note
See OperatorInterface for a description of the template arguments.
See also:
OperatorInterface
Method Dune::GDT::AdvectionFvOperator::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::AdvectionFvOperator<AGV, m, F, M, RGV, SGV>::boundary_treatment(int numerical_boundary_treatment_flux, const XT::Common::ParameterType &boundary_treatment_parameter_type = {}, const XT::Grid::IntersectionFilter<AGV> &filter = XT::Grid::ApplyOn::BoundaryIntersections<AGV>())¶
Method Dune::GDT::AdvectionFvOperator::numerical_flux¶
Constructor Dune::GDT::AdvectionFvOperator::AdvectionFvOperator<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::AdvectionFvOperator<AGV, m, F, M, RGV, SGV>::AdvectionFvOperator<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 std::string &logging_prefix, const std::array<bool, 3> &logging_state = XT::Common::default_logger_state())¶ No documentation provided.
Constructor Dune::GDT::AdvectionFvOperator::AdvectionFvOperator<AGV, m, F, M, RGV, SGV>¶
Field Dune::GDT::AdvectionFvOperator::numerical_flux_¶
-
int Dune::GDT::AdvectionFvOperator::numerical_flux_¶
Field Dune::GDT::AdvectionFvOperator::periodicity_exception_¶
-
int Dune::GDT::AdvectionFvOperator::periodicity_exception_¶
No documentation provided.
Type alias Dune::GDT::AdvectionFvOperator::ThisType¶
-
type Dune::GDT::AdvectionFvOperator::ThisType¶
No documentation provided.
Type alias Dune::GDT::AdvectionFvOperator::BaseType¶
-
type Dune::GDT::AdvectionFvOperator::BaseType¶
No documentation provided.