Class template Dune::GDT::ConstantForwardOperator

Inherits from Dune::GDT::ForwardOperatorInterface.

template<class SGV, size_t s_r = 1, size_t s_rC = 1, size_t r_r = s_r, size_t r_rC = s_rC, class F = double, class V = XT::LA::IstlDenseVector<F>, class RGV = SGV>
class Dune::GDT::ConstantForwardOperator : public ForwardOperatorInterface<SGV, s_r, s_rC, r_r, r_rC, F, V, RGV>

Forward operator that always assigns a fixed, constant value to the range vector.

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

\ {

Required by ForwardOperatorInterface.

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

No documentation provided.

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

No documentation provided.

template<>
Dune::GDT::ConstantForwardOperator::ConstantForwardOperator<SGV, s_r, s_rC, r_r, r_rC, F, V, RGV>(const RangeSpaceType &rng_space, const VectorType &val, const std::string &logging_prefix = <recovery-expr>(""), const std::array<bool, 3> &logging_state = <recovery-expr>())

No documentation provided.

template<>
Dune::GDT::ConstantForwardOperator::ConstantForwardOperator<SGV, s_r, s_rC, r_r, r_rC, F, V, RGV>(const RangeSpaceType &rng_space, VectorType *&&val, const std::string &logging_prefix = <recovery-expr>(""), const std::array<bool, 3> &logging_state = <recovery-expr>())

No documentation provided.

template<>
Dune::GDT::ConstantForwardOperator::ConstantForwardOperator<SGV, s_r, s_rC, r_r, r_rC, F, V, RGV>(const ThisType &other) = default

No documentation provided.

template<>
Dune::GDT::ConstantForwardOperator::ConstantForwardOperator<SGV, s_r, s_rC, r_r, r_rC, F, V, RGV>(ThisType &&source) noexcept = default

No documentation provided.

const RangeSpaceType &Dune::GDT::ConstantForwardOperator::range_space_

\ }

const XT::Common::ConstStorageProvider<VectorType> Dune::GDT::ConstantForwardOperator::value_

No documentation provided.

const bool Dune::GDT::ConstantForwardOperator::is_zero_

No documentation provided.

type Dune::GDT::ConstantForwardOperator::ThisType

No documentation provided.

type Dune::GDT::ConstantForwardOperator::BaseType

No documentation provided.