DUNE PDELab (2.8)
gridoperatorpreconditioner.hh
48 DUNE_THROW(Dune::InvalidStateException, "You seem to apply a preconditioner to a linearized problem but haven't set the linearization point explicitly!");
Default exception if a function was called while the object is not in a valid state for that function...
Definition: exceptions.hh:279
Turn a grid operator that represents a preconditioner into an ISTL preconditioner.
Definition: gridoperatorpreconditioner.hh:21
void post(Domain &v) override
Clean up.
Definition: gridoperatorpreconditioner.hh:86
void pre(Domain &v, Range &d) override
prepare preconditioner
Definition: gridoperatorpreconditioner.hh:45
Dune::SolverCategory::Category category() const override
Category of the preconditioner (see SolverCategory::Category)
Definition: gridoperatorpreconditioner.hh:27
void apply(Domain &v, const Range &d) override
Apply one step of the preconditioner to the system A(v)=d.
Definition: gridoperatorpreconditioner.hh:78
void setLinearizationPoint(const Domain &u)
Definition: gridoperatorpreconditioner.hh:39
Base class for matrix free definition of preconditioners.
Definition: preconditioner.hh:30
@ sequential
Category for sequential solvers.
Definition: solvercategory.hh:23
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Dec 21, 23:30, 2024)