38 #ifndef GAMGPreconditioner_H 39 #define GAMGPreconditioner_H GAMGPreconditioner(const lduMatrix::solver &, const dictionary &solverControls)
Construct from matrix components and preconditioner solver controls.
A list of keyword definitions, which are a keyword followed by any number of values (e...
Geometric agglomerated algebraic multigrid preconditioner.
virtual void readControls()
Read the control parameters from the controlDict_.
TypeName("GAMG")
Runtime type information.
virtual ~GAMGPreconditioner()
Destructor.
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 solvers.
label nVcycles_
Number of V-cycles to perform.
Geometric agglomerated algebraic multigrid solver.
Abstract base-class for lduMatrix preconditioners.