Go to the documentation of this file.
35 #ifndef noPreconditioner_H
36 #define noPreconditioner_H
void operator=(const noPreconditioner &)
Disallow default bitwise assignment.
noPreconditioner(const noPreconditioner &)
Disallow default bitwise copy construct.
Abstract base-class for lduMatrix solvers.
virtual ~noPreconditioner()
Destructor.
Pre-declare SubField and related Field type.
Null preconditioner for both symmetric and asymmetric matrices.
A list of keyword definitions, which are a keyword followed by any number of values (e....
TypeName("none")
Runtime type information.
virtual void preconditionT(scalarField &wT, const scalarField &rT, const direction cmpt=0) const
Return wT the transpose-matrix preconditioned form of residual rT.
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 preconditioners.