Class template Dune::GDT::AdvectionWithPointwiseReconstructionOperator

Inherits from Dune::GDT::OperatorInterface.

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

Method Dune::GDT::AdvectionWithPointwiseReconstructionOperator::range_space

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

\ {

Required by ForwardOperatorInterface.

Method Dune::GDT::AdvectionWithPointwiseReconstructionOperator::linear

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

No documentation provided.

Method Dune::GDT::AdvectionWithPointwiseReconstructionOperator::apply

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

No documentation provided.

Method Dune::GDT::AdvectionWithPointwiseReconstructionOperator::source_space

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

\ }

Required by OperatorInterface.

\ {

Method Dune::GDT::AdvectionWithPointwiseReconstructionOperator::assembly_grid_view

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

No documentation provided.

Method Dune::GDT::AdvectionWithPointwiseReconstructionOperator::apply

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

No documentation provided.

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

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

No documentation provided.

Field Dune::GDT::AdvectionWithPointwiseReconstructionOperator::advection_operator_

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

\ }

Field Dune::GDT::AdvectionWithPointwiseReconstructionOperator::reconstruction_operator_

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

No documentation provided.

Field Dune::GDT::AdvectionWithPointwiseReconstructionOperator::reconstructed_values_

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

No documentation provided.

Field Dune::GDT::AdvectionWithPointwiseReconstructionOperator::reconstructed_function_

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

No documentation provided.

Type alias Dune::GDT::AdvectionWithPointwiseReconstructionOperator::ThisType

type Dune::GDT::AdvectionWithPointwiseReconstructionOperator::ThisType

No documentation provided.

Type alias Dune::GDT::AdvectionWithPointwiseReconstructionOperator::BaseType

type Dune::GDT::AdvectionWithPointwiseReconstructionOperator::BaseType

No documentation provided.

Type alias Dune::GDT::AdvectionWithPointwiseReconstructionOperator::AdvectionOperatorType

type Dune::GDT::AdvectionWithPointwiseReconstructionOperator::AdvectionOperatorType

No documentation provided.

Type alias Dune::GDT::AdvectionWithPointwiseReconstructionOperator::ReconstructionOperatorType

type Dune::GDT::AdvectionWithPointwiseReconstructionOperator::ReconstructionOperatorType

No documentation provided.