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();
void size(const label)
Override size to be inconsistent with allocated storage.
iterator begin()
Return an iterator to begin traversing the UList.
A cell is defined as a list of faces with extra functionality.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Abstract base-class for lduMatrix solvers.
lduMatrix is a general matrix class in which the coefficients are stored as three arrays,...
Null preconditioner for both symmetric and asymmetric matrices.
noPreconditioner(const lduMatrix::solver &, const dictionary &solverControlsUnused)
Construct from matrix components and preconditioner solver controls.
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.
lduMatrix::preconditioner::addsymMatrixConstructorToTable< noPreconditioner > addnoPreconditionerSymMatrixConstructorToTable_
lduMatrix::preconditioner::addasymMatrixConstructorToTable< noPreconditioner > addnoPreconditionerAsymMatrixConstructorToTable_
defineTypeNameAndDebug(combustionModel, 0)