Class template Dune::GDT::ConstVectorBasedFunctional

Inherits from Dune::GDT::FunctionalInterface.

template<class V, class GV, size_t r = 1, size_t rC = 1, class F = double>
class Dune::GDT::ConstVectorBasedFunctional : public FunctionalInterface<V, GV, r, rC, F>

Base class for linear functionals which are given by an assembled vector.

Note

See FunctionalInterface for a description of the template arguments.

See also: FunctionalInterface, VectorBasedFunctional

bool Dune::GDT::ConstVectorBasedFunctional::linear() const override

No documentation provided.

const SourceSpaceType &Dune::GDT::ConstVectorBasedFunctional::source_space() const override

No documentation provided.

const SourceVectorType &Dune::GDT::ConstVectorBasedFunctional::vector() const

No documentation provided.

FieldType Dune::GDT::ConstVectorBasedFunctional::apply(const SourceVectorType &source, const XT::Common::Parameter& = <recovery-expr>({})) const override

No documentation provided.

template<>
Dune::GDT::ConstVectorBasedFunctional::ConstVectorBasedFunctional<V, GV, r, rC, F>(const SourceSpaceType &source_spc, const SourceVectorType &vec)

No documentation provided.

template<>
Dune::GDT::ConstVectorBasedFunctional::ConstVectorBasedFunctional<V, GV, r, rC, F>(const ThisType&) = default

No documentation provided.

template<>
Dune::GDT::ConstVectorBasedFunctional::ConstVectorBasedFunctional<V, GV, r, rC, F>(ThisType&&) noexcept = default

No documentation provided.

const SourceSpaceType &Dune::GDT::ConstVectorBasedFunctional::source_space_

No documentation provided.

const SourceVectorType &Dune::GDT::ConstVectorBasedFunctional::vector_

No documentation provided.

type Dune::GDT::ConstVectorBasedFunctional::ThisType

No documentation provided.

type Dune::GDT::ConstVectorBasedFunctional::BaseType

No documentation provided.

type Dune::GDT::ConstVectorBasedFunctional::DofFieldType

No documentation provided.