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<SGV, s_r, s_rC, r_r, r_rC, F, V, RGV> : 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.

Method Dune::GDT::ConstantForwardOperator::range_space

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>
const RangeSpaceType &Dune::GDT::ConstantForwardOperator<SGV, s_r, s_rC, r_r, r_rC, F, V, RGV>::range_space() const final override

\ {

Required by ForwardOperatorInterface.

Method Dune::GDT::ConstantForwardOperator::linear

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>
bool Dune::GDT::ConstantForwardOperator<SGV, s_r, s_rC, r_r, r_rC, F, V, RGV>::linear() const final override

No documentation provided.

Method Dune::GDT::ConstantForwardOperator::apply

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>
void Dune::GDT::ConstantForwardOperator<SGV, s_r, s_rC, r_r, r_rC, F, V, RGV>::apply(SourceFunctionType source_function, VectorType &range_vector, const XT::Common::Parameter &param) const final override

No documentation provided.

Constructor Dune::GDT::ConstantForwardOperator::ConstantForwardOperator<SGV, s_r, s_rC, r_r, r_rC, F, V, RGV>

template<>
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>
Dune::GDT::ConstantForwardOperator<SGV, s_r, s_rC, r_r, r_rC, F, V, RGV>::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, const std::array<bool, 3> &logging_state = XT::Common::default_logger_state())

No documentation provided.

Constructor Dune::GDT::ConstantForwardOperator::ConstantForwardOperator<SGV, s_r, s_rC, r_r, r_rC, F, V, RGV>

template<>
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>
Dune::GDT::ConstantForwardOperator<SGV, s_r, s_rC, r_r, r_rC, F, V, RGV>::ConstantForwardOperator<SGV, s_r, s_rC, r_r, r_rC, F, V, RGV>(const RangeSpaceType &rng_space, VectorType *&&val, const std::string &logging_prefix, const std::array<bool, 3> &logging_state = XT::Common::default_logger_state())

No documentation provided.

Constructor Dune::GDT::ConstantForwardOperator::ConstantForwardOperator<SGV, s_r, s_rC, r_r, r_rC, F, V, RGV>

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

No documentation provided.

Constructor Dune::GDT::ConstantForwardOperator::ConstantForwardOperator<SGV, s_r, s_rC, r_r, r_rC, F, V, RGV>

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

No documentation provided.

Field Dune::GDT::ConstantForwardOperator::range_space_

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

\ }

Field Dune::GDT::ConstantForwardOperator::value_

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

No documentation provided.

Field Dune::GDT::ConstantForwardOperator::is_zero_

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

No documentation provided.

Type alias Dune::GDT::ConstantForwardOperator::ThisType

type Dune::GDT::ConstantForwardOperator::ThisType

No documentation provided.

Type alias Dune::GDT::ConstantForwardOperator::BaseType

type Dune::GDT::ConstantForwardOperator::BaseType

No documentation provided.