Class template Dune::XT::LA::IdentityPreconditioner¶
Inherits from Dune::Preconditioner<typename O::domain_type, typename O::range_type>.
-
template<class O>
class Dune::XT::LA::IdentityPreconditioner<O> : public Dune::Preconditioner<typename O::domain_type, typename O::range_type>¶ A preconditioner that does nothing, simply copying the defect to the correction.
Method Dune::XT::LA::IdentityPreconditioner::category¶
-
template<class O>
SolverCategory::Category Dune::XT::LA::IdentityPreconditioner<O>::category() const final¶ Category of the preconditioner (see SolverCategory::Category)
Method Dune::XT::LA::IdentityPreconditioner::pre¶
-
template<class O>
void Dune::XT::LA::IdentityPreconditioner<O>::pre(domain_type&, range_type&) final¶ No documentation provided.
Method Dune::XT::LA::IdentityPreconditioner::apply¶
-
template<class O>
void Dune::XT::LA::IdentityPreconditioner<O>::apply(domain_type &v, const range_type &d) final¶ No documentation provided.
Method Dune::XT::LA::IdentityPreconditioner::post¶
-
template<class O>
void Dune::XT::LA::IdentityPreconditioner<O>::post(domain_type&) final¶ No documentation provided.
Constructor Dune::XT::LA::IdentityPreconditioner::IdentityPreconditioner<O>¶
Field Dune::XT::LA::IdentityPreconditioner::category_¶
-
SolverCategory::Category Dune::XT::LA::IdentityPreconditioner::category_¶
No documentation provided.
Type alias Dune::XT::LA::IdentityPreconditioner::domain_type¶
-
type Dune::XT::LA::IdentityPreconditioner::domain_type¶
The domain type of the preconditioner.
Type alias Dune::XT::LA::IdentityPreconditioner::range_type¶
-
type Dune::XT::LA::IdentityPreconditioner::range_type¶
The range type of the preconditioner.
Type alias Dune::XT::LA::IdentityPreconditioner::field_type¶
-
type Dune::XT::LA::IdentityPreconditioner::field_type¶
The field type of the preconditioner.
Type alias Dune::XT::LA::IdentityPreconditioner::InverseOperator¶
-
type Dune::XT::LA::IdentityPreconditioner::InverseOperator¶
No documentation provided.