Go to the documentation of this file.
35 #ifndef NoPreconditioner_H
36 #define NoPreconditioner_H
49 template<
class Type,
class DType,
class LUType>
52 public LduMatrix<Type, DType, LUType>::preconditioner
LduMatrix is a general matrix class in which the coefficients are stored as three arrays,...
virtual void preconditionT(Field< Type > &wT, const Field< Type > &rT) const
Return wT the transpose-matrix preconditioned form of.
virtual void read(const dictionary &preconditionerDict)
Read and reset the preconditioner parameters from the given.
Null preconditioner for both symmetric and asymmetric matrices.
virtual ~NoPreconditioner()
NoPreconditioner(const NoPreconditioner &)
Disallow default bitwise copy construct.
A list of keyword definitions, which are a keyword followed by any number of values (e....
virtual void precondition(Field< Type > &wA, const Field< Type > &rA) const
Return wA the preconditioned form of residual rA.
TypeName("none")
Runtime type information.
void operator=(const NoPreconditioner &)
Disallow default bitwise assignment.