35 #ifndef noPreconditioner_H 36 #define noPreconditioner_H A list of keyword definitions, which are a keyword followed by any number of values (e...
TypeName("none")
Runtime type information.
noPreconditioner(const lduMatrix::solver &, const dictionary &solverControlsUnused)
Construct from matrix components and preconditioner solver controls.
virtual void precondition(scalarField &wA, const scalarField &rA, const direction cmpt=0) const
Return wA the preconditioned form of residual rA.
Abstract base-class for lduMatrix solvers.
void operator=(const noPreconditioner &)=delete
Disallow default bitwise assignment.
virtual ~noPreconditioner()
Destructor.
Abstract base-class for lduMatrix preconditioners.
virtual void preconditionT(scalarField &wT, const scalarField &rT, const direction cmpt=0) const
Return wT the transpose-matrix preconditioned form of residual rT.
Null preconditioner for both symmetric and asymmetric matrices.