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 : 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

ThisType &Dune::GDT::AdvectionFvOperator::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>())
const int &Dune::GDT::AdvectionFvOperator::numerical_flux() const

No documentation provided.

template<>
Dune::GDT::AdvectionFvOperator::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 = <recovery-expr>(""), const std::array<bool, 3> &logging_state = <recovery-expr>())

No documentation provided.

template<>
Dune::GDT::AdvectionFvOperator::AdvectionFvOperator<AGV, m, F, M, RGV, SGV>(ThisType &&source) noexcept

No documentation provided.

int Dune::GDT::AdvectionFvOperator::numerical_flux_
int Dune::GDT::AdvectionFvOperator::periodicity_exception_

No documentation provided.

type Dune::GDT::AdvectionFvOperator::ThisType

No documentation provided.

type Dune::GDT::AdvectionFvOperator::BaseType

No documentation provided.