Go to the documentation of this file.
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();
68 label nCells = wA.size();
noPreconditioner(const noPreconditioner &)
Disallow default bitwise copy construct.
lduMatrix::preconditioner::addsymMatrixConstructorToTable< noPreconditioner > addnoPreconditionerSymMatrixConstructorToTable_
Abstract base-class for lduMatrix solvers.
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.
A list of keyword definitions, which are a keyword followed by any number of values (e....
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 preconditioners.
defineTypeNameAndDebug(combustionModel, 0)
A cell is defined as a list of faces with extra functionality.
lduMatrix::preconditioner::addasymMatrixConstructorToTable< noPreconditioner > addnoPreconditionerAsymMatrixConstructorToTable_