32template<
class Type,
class DType,
class LUType>
33Foam::NoPreconditioner<Type, DType, LUType>::NoPreconditioner
45template<
class Type,
class DType,
class LUType>
50template<
class Type,
class DType,
class LUType>
Generic templated field type that is much like a Foam::List except that it is expected to hold numeri...
preconditioner(const solver &sol)
Construct for given solver.
Abstract base-class for LduMatrix solvers.
LduMatrix is a general matrix class in which the coefficients are stored as three arrays,...
virtual void precondition(Field< Type > &wA, const Field< Type > &rA) const
Return wA the preconditioned form of residual rA.
virtual void read(const dictionary &preconditionerDict)
Read and reset the preconditioner parameters from the given.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...