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¶
Method Dune::GDT::IdentityOperator::linear¶
Method Dune::GDT::IdentityOperator::source_space¶
Method Dune::GDT::IdentityOperator::assembly_grid_view¶
Method Dune::GDT::IdentityOperator::apply¶
Method Dune::GDT::IdentityOperator::all_jacobian_options¶
Method Dune::GDT::IdentityOperator::all_invert_options¶
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 ¶m) 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 ¶m) 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>¶
Constructor Dune::GDT::IdentityOperator::IdentityOperator<GV, r, rC, F, M>¶
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.