Class template Dune::GDT::AdvectionWithReconstructionOperator

Inherits from Dune::GDT::OperatorInterface.

template<class AdvectionOperatorImp, class ReconstructionOperatorImp>
class Dune::GDT::AdvectionWithReconstructionOperator : public OperatorInterface<typename AdvectionOperatorImp::AGV, AdvectionOperatorImp::s_r, AdvectionOperatorImp::s_rC, AdvectionOperatorImp::r_r, AdvectionOperatorImp::r_rC, typename AdvectionOperatorImp::F, typename AdvectionOperatorImp::M, typename AdvectionOperatorImp::SGV, typename AdvectionOperatorImp::RGV>

Applies an advection operator to a reconstruction of the source obtained from a reconstruction operator.

const RangeSpaceType &Dune::GDT::AdvectionWithReconstructionOperator::range_space() const final override

\ {

Required by ForwardOperatorInterface.

bool Dune::GDT::AdvectionWithReconstructionOperator::linear() const final override

No documentation provided.

void Dune::GDT::AdvectionWithReconstructionOperator::apply(SourceFunctionType source_function, VectorType &range_vector, const XT::Common::Parameter &param = <recovery-expr>({})) const final override

No documentation provided.

const SourceSpaceType &Dune::GDT::AdvectionWithReconstructionOperator::source_space() const final override

\ }

Required by OperatorInterface.

\ {

const AssemblyGridViewType &Dune::GDT::AdvectionWithReconstructionOperator::assembly_grid_view() const final override

No documentation provided.

void Dune::GDT::AdvectionWithReconstructionOperator::apply(const VectorType &source_vector, VectorType &range_vector, const XT::Common::Parameter &param = <recovery-expr>({})) const final override

No documentation provided.

template<>
Dune::GDT::AdvectionWithReconstructionOperator::AdvectionWithReconstructionOperator<AdvectionOperatorImp, ReconstructionOperatorImp>(const AdvectionOperatorType &advection_operator, const ReconstructionOperatorType &reconstruction_operator)

No documentation provided.

const AdvectionOperatorType &Dune::GDT::AdvectionWithReconstructionOperator::advection_operator_

\ }

const ReconstructionOperatorType &Dune::GDT::AdvectionWithReconstructionOperator::reconstruction_operator_

No documentation provided.

VectorType Dune::GDT::AdvectionWithReconstructionOperator::reconstruction_

No documentation provided.

type Dune::GDT::AdvectionWithReconstructionOperator::ThisType

No documentation provided.

type Dune::GDT::AdvectionWithReconstructionOperator::BaseType

No documentation provided.

type Dune::GDT::AdvectionWithReconstructionOperator::AdvectionOperatorType

No documentation provided.

type Dune::GDT::AdvectionWithReconstructionOperator::ReconstructionOperatorType

No documentation provided.