Class template Dune::GDT::AdvectionWithPointwiseReconstructionOperator

Inherits from Dune::GDT::OperatorInterface.

template<class AdvectionOperatorImp, class ReconstructionOperatorImp>
class Dune::GDT::AdvectionWithPointwiseReconstructionOperator : 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 pointwise reconstructed function obtained from a reconstruction operator.

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

\ {

Required by ForwardOperatorInterface.

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

No documentation provided.

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

No documentation provided.

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

\ }

Required by OperatorInterface.

\ {

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

No documentation provided.

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

No documentation provided.

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

No documentation provided.

const AdvectionOperatorType &Dune::GDT::AdvectionWithPointwiseReconstructionOperator::advection_operator_

\ }

const ReconstructionOperatorType &Dune::GDT::AdvectionWithPointwiseReconstructionOperator::reconstruction_operator_

No documentation provided.

typename ReconstructionOperatorType::ReconstructedValuesType Dune::GDT::AdvectionWithPointwiseReconstructionOperator::reconstructed_values_

No documentation provided.

typename ReconstructionOperatorType::ReconstructedFunctionType Dune::GDT::AdvectionWithPointwiseReconstructionOperator::reconstructed_function_

No documentation provided.

type Dune::GDT::AdvectionWithPointwiseReconstructionOperator::ThisType

No documentation provided.

type Dune::GDT::AdvectionWithPointwiseReconstructionOperator::BaseType

No documentation provided.

type Dune::GDT::AdvectionWithPointwiseReconstructionOperator::AdvectionOperatorType

No documentation provided.

type Dune::GDT::AdvectionWithPointwiseReconstructionOperator::ReconstructionOperatorType

No documentation provided.