Class template Dune::GDT::AdvectionWithReconstructionOperator

Inherits from Dune::GDT::OperatorInterface.

template<class AdvectionOperatorImp, class ReconstructionOperatorImp>
class Dune::GDT::AdvectionWithReconstructionOperator<AdvectionOperatorImp, ReconstructionOperatorImp> : 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.

Method Dune::GDT::AdvectionWithReconstructionOperator::range_space

template<class AdvectionOperatorImp, class ReconstructionOperatorImp>
const RangeSpaceType &Dune::GDT::AdvectionWithReconstructionOperator<AdvectionOperatorImp, ReconstructionOperatorImp>::range_space() const final override

\ {

Required by ForwardOperatorInterface.

Method Dune::GDT::AdvectionWithReconstructionOperator::linear

template<class AdvectionOperatorImp, class ReconstructionOperatorImp>
bool Dune::GDT::AdvectionWithReconstructionOperator<AdvectionOperatorImp, ReconstructionOperatorImp>::linear() const final override

No documentation provided.

Method Dune::GDT::AdvectionWithReconstructionOperator::apply

template<class AdvectionOperatorImp, class ReconstructionOperatorImp>
void Dune::GDT::AdvectionWithReconstructionOperator<AdvectionOperatorImp, ReconstructionOperatorImp>::apply(SourceFunctionType source_function, VectorType &range_vector, const XT::Common::Parameter &param) const final override

No documentation provided.

Method Dune::GDT::AdvectionWithReconstructionOperator::source_space

template<class AdvectionOperatorImp, class ReconstructionOperatorImp>
const SourceSpaceType &Dune::GDT::AdvectionWithReconstructionOperator<AdvectionOperatorImp, ReconstructionOperatorImp>::source_space() const final override

\ }

Required by OperatorInterface.

\ {

Method Dune::GDT::AdvectionWithReconstructionOperator::assembly_grid_view

template<class AdvectionOperatorImp, class ReconstructionOperatorImp>
const AssemblyGridViewType &Dune::GDT::AdvectionWithReconstructionOperator<AdvectionOperatorImp, ReconstructionOperatorImp>::assembly_grid_view() const final override

No documentation provided.

Method Dune::GDT::AdvectionWithReconstructionOperator::apply

template<class AdvectionOperatorImp, class ReconstructionOperatorImp>
void Dune::GDT::AdvectionWithReconstructionOperator<AdvectionOperatorImp, ReconstructionOperatorImp>::apply(const VectorType &source_vector, VectorType &range_vector, const XT::Common::Parameter &param) const final override

No documentation provided.

Constructor Dune::GDT::AdvectionWithReconstructionOperator::AdvectionWithReconstructionOperator<AdvectionOperatorImp, ReconstructionOperatorImp>

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

No documentation provided.

Field Dune::GDT::AdvectionWithReconstructionOperator::advection_operator_

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

\ }

Field Dune::GDT::AdvectionWithReconstructionOperator::reconstruction_operator_

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

No documentation provided.

Field Dune::GDT::AdvectionWithReconstructionOperator::reconstruction_

VectorType Dune::GDT::AdvectionWithReconstructionOperator::reconstruction_

No documentation provided.

Type alias Dune::GDT::AdvectionWithReconstructionOperator::ThisType

type Dune::GDT::AdvectionWithReconstructionOperator::ThisType

No documentation provided.

Type alias Dune::GDT::AdvectionWithReconstructionOperator::BaseType

type Dune::GDT::AdvectionWithReconstructionOperator::BaseType

No documentation provided.

Type alias Dune::GDT::AdvectionWithReconstructionOperator::AdvectionOperatorType

type Dune::GDT::AdvectionWithReconstructionOperator::AdvectionOperatorType

No documentation provided.

Type alias Dune::GDT::AdvectionWithReconstructionOperator::ReconstructionOperatorType

type Dune::GDT::AdvectionWithReconstructionOperator::ReconstructionOperatorType

No documentation provided.