Go to the documentation of this file.
38 #ifndef GAMGPreconditioner_H
39 #define GAMGPreconditioner_H
friend class GAMGPreconditioner
Abstract base-class for lduMatrix solvers.
virtual void precondition(scalarField &wA, const scalarField &rA, const direction cmpt=0) const
Return wA the preconditioned form of residual rA.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Pre-declare SubField and related Field type.
label nVcycles_
Number of V-cycles to perform.
virtual void readControls()
Read the control parameters from the controlDict_.
TypeName("GAMG")
Runtime type information.
A list of keyword definitions, which are a keyword followed by any number of values (e....
virtual ~GAMGPreconditioner()
Destructor.
Geometric agglomerated algebraic multigrid preconditioner.
Geometric agglomerated algebraic multigrid solver.
Abstract base-class for lduMatrix preconditioners.