34 lduMatrix::preconditioner::
35 addsymMatrixConstructorToTable<noPreconditioner>
38 lduMatrix::preconditioner::
39 addasymMatrixConstructorToTable<noPreconditioner>
46 Foam::noPreconditioner::noPreconditioner
65 scalar* __restrict__ wAPtr = wA.
begin();
66 const scalar* __restrict__ rAPtr = rA.
begin();
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
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.
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.