30 template<
class Type,
class DType,
class LUType>
43 template<
class Type,
class DType,
class LUType>
48 template<
class Type,
class DType,
class LUType>
NoPreconditioner(const typename LduMatrix< Type, DType, LUType >::solver &sol, const dictionary &preconditionerDict)
Construct from matrix components and preconditioner data dictionary.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual void read(const dictionary &preconditionerDict)
Read and reset the preconditioner parameters from the given.
Pre-declare SubField and related Field type.
Abstract base-class for LduMatrix preconditioners.
Abstract base-class for LduMatrix solvers.
virtual void precondition(Field< Type > &wA, const Field< Type > &rA) const
Return wA the preconditioned form of residual rA.