Class template Dune::GDT::IdentityOperator

Inherits from Dune::GDT::OperatorInterface.

template<class GV, size_t r = 1, size_t rC = 1, class F = double>
class Dune::GDT::IdentityOperator<GV, r, rC, F, M> : public OperatorInterface<GV, r, rC, r, rC, F, M, GV, GV>

Operator that maps the source onto itself, i.e. the identity on a discrete function space.

Method Dune::GDT::IdentityOperator::range_space

template<class GV, size_t r = 1, size_t rC = 1, class F = double>
const RangeSpaceType &Dune::GDT::IdentityOperator<GV, r, rC, F, M>::range_space() const final override

\ {

Required by OperatorInterface.

Method Dune::GDT::IdentityOperator::linear

template<class GV, size_t r = 1, size_t rC = 1, class F = double>
bool Dune::GDT::IdentityOperator<GV, r, rC, F, M>::linear() const final override

No documentation provided.

Method Dune::GDT::IdentityOperator::source_space

template<class GV, size_t r = 1, size_t rC = 1, class F = double>
const SourceSpaceType &Dune::GDT::IdentityOperator<GV, r, rC, F, M>::source_space() const final override

\ }

Required by OperatorInterface.

\ {

Method Dune::GDT::IdentityOperator::assembly_grid_view

template<class GV, size_t r = 1, size_t rC = 1, class F = double>
const AssemblyGridViewType &Dune::GDT::IdentityOperator<GV, r, rC, F, M>::assembly_grid_view() const final override

No documentation provided.

Method Dune::GDT::IdentityOperator::apply

template<class GV, size_t r = 1, size_t rC = 1, class F = double>
void Dune::GDT::IdentityOperator<GV, r, rC, F, M>::apply(const VectorType &source_vector, VectorType &range_vector, const XT::Common::Parameter &param) const final override

No documentation provided.

Method Dune::GDT::IdentityOperator::all_jacobian_options

template<class GV, size_t r = 1, size_t rC = 1, class F = double>
int Dune::GDT::IdentityOperator<GV, r, rC, F, M>::all_jacobian_options() const final override

No documentation provided.

Method Dune::GDT::IdentityOperator::all_invert_options

template<class GV, size_t r = 1, size_t rC = 1, class F = double>
int Dune::GDT::IdentityOperator<GV, r, rC, F, M>::all_invert_options() const final override

No documentation provided.

Method Dune::GDT::IdentityOperator::jacobian

template<class GV, size_t r = 1, size_t rC = 1, class F = double>
void Dune::GDT::IdentityOperator<GV, r, rC, F, M>::jacobian(const VectorType &source_vector, MatrixOperatorType &jacobian_op, const XT::Common::Configuration &opts, const XT::Common::Parameter &param) const final override

No documentation provided.

Method Dune::GDT::IdentityOperator::apply_inverse

template<class GV, size_t r = 1, size_t rC = 1, class F = double>
void Dune::GDT::IdentityOperator<GV, r, rC, F, M>::apply_inverse(const VectorType &range_vector, VectorType &source_vector, const XT::Common::Configuration &opts, const XT::Common::Parameter &param) const final override

No documentation provided.

Constructor Dune::GDT::IdentityOperator::IdentityOperator<GV, r, rC, F, M>

template<>
template<class GV, size_t r = 1, size_t rC = 1, class F = double>
explicit Dune::GDT::IdentityOperator<GV, r, rC, F, M>::IdentityOperator<GV, r, rC, F, M>(const SourceSpaceType &space, const std::string &logging_prefix, const std::array<bool, 3> &logging_state = XT::Common::default_logger_state())

No documentation provided.

Constructor Dune::GDT::IdentityOperator::IdentityOperator<GV, r, rC, F, M>

template<>
template<class GV, size_t r = 1, size_t rC = 1, class F = double>
Dune::GDT::IdentityOperator<GV, r, rC, F, M>::IdentityOperator<GV, r, rC, F, M>(const ThisType &other) = default

No documentation provided.

Constructor Dune::GDT::IdentityOperator::IdentityOperator<GV, r, rC, F, M>

template<>
template<class GV, size_t r = 1, size_t rC = 1, class F = double>
Dune::GDT::IdentityOperator<GV, r, rC, F, M>::IdentityOperator<GV, r, rC, F, M>(ThisType &&source) noexcept = default

No documentation provided.

Field Dune::GDT::IdentityOperator::space_

const SourceSpaceType &Dune::GDT::IdentityOperator::space_

\ }

Type alias Dune::GDT::IdentityOperator::ThisType

type Dune::GDT::IdentityOperator::ThisType

No documentation provided.

Type alias Dune::GDT::IdentityOperator::BaseType

type Dune::GDT::IdentityOperator::BaseType

No documentation provided.