34 lduMatrix::preconditioner::
35 addsymMatrixConstructorToTable<noPreconditioner>
38 lduMatrix::preconditioner::
39 addasymMatrixConstructorToTable<noPreconditioner>
65 scalar* __restrict__ wAPtr = wA.
begin();
66 const scalar* __restrict__ rAPtr = rA.
begin();
A list of keyword definitions, which are a keyword followed by any number of values (e...
void size(const label)
Override size to be inconsistent with allocated storage.
noPreconditioner(const lduMatrix::solver &, const dictionary &solverControlsUnused)
Construct from matrix components and preconditioner solver controls.
lduMatrix::preconditioner::addasymMatrixConstructorToTable< noPreconditioner > addnoPreconditionerAsymMatrixConstructorToTable_
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.
iterator begin()
Return an iterator to begin traversing the UList.
defineTypeNameAndDebug(combustionModel, 0)
Abstract base-class for lduMatrix preconditioners.
lduMatrix::preconditioner::addsymMatrixConstructorToTable< noPreconditioner > addnoPreconditionerSymMatrixConstructorToTable_
A cell is defined as a list of faces with extra functionality.