38#ifndef NoPreconditioner_H
39#define NoPreconditioner_H
52template<
class Type,
class DType,
class LUType>
60 NoPreconditioner(
const NoPreconditioner&) =
delete;
63 void operator=(
const NoPreconditioner&) =
delete;
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 ~NoPreconditioner()=default
virtual void precondition(Field< Type > &wA, const Field< Type > &rA) const
Return wA the preconditioned form of residual rA.
TypeName("none")
Runtime type information.
virtual void read(const dictionary &preconditionerDict)
Read and reset the preconditioner parameters from the given.
virtual void preconditionT(Field< Type > &wT, const Field< Type > &rT) const
Return wT the transpose-matrix preconditioned form of.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.