Class template Dune::XT::LA::IdentityPreconditioner

template<class O>
class Dune::XT::LA::IdentityPreconditioner

A preconditioner that does nothing, simply copying the defect to the correction.

int Dune::XT::LA::IdentityPreconditioner::category() const final

Category of the preconditioner (see SolverCategory::Category)

void Dune::XT::LA::IdentityPreconditioner::pre(domain_type&, range_type&) final

No documentation provided.

void Dune::XT::LA::IdentityPreconditioner::apply(domain_type &v, const range_type &d) final

No documentation provided.

void Dune::XT::LA::IdentityPreconditioner::post(domain_type&) final

No documentation provided.

template<>
Dune::XT::LA::IdentityPreconditioner::IdentityPreconditioner<O>(const int cat)

No documentation provided.

int Dune::XT::LA::IdentityPreconditioner::category_

No documentation provided.

type Dune::XT::LA::IdentityPreconditioner::domain_type

The domain type of the preconditioner.

type Dune::XT::LA::IdentityPreconditioner::range_type

The range type of the preconditioner.

type Dune::XT::LA::IdentityPreconditioner::field_type

The field type of the preconditioner.

type Dune::XT::LA::IdentityPreconditioner::InverseOperator

No documentation provided.