Go to the documentation of this file.
34 lduMatrix::preconditioner::
35 addsymMatrixConstructorToTable<diagonalPreconditioner>
38 lduMatrix::preconditioner::
39 addasymMatrixConstructorToTable<diagonalPreconditioner>
55 scalar* __restrict__ rDPtr = rD.begin();
56 const scalar* __restrict__ DPtr = solver_.matrix().diag().begin();
58 label nCells = rD.size();
77 scalar* __restrict__ wAPtr = wA.begin();
78 const scalar* __restrict__ rAPtr = rA.begin();
79 const scalar* __restrict__ rDPtr = rD.begin();
81 label nCells = wA.size();
const lduMatrix & matrix() const
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.
lduMatrix::preconditioner::addsymMatrixConstructorToTable< diagonalPreconditioner > adddiagonalPreconditionerSymMatrixConstructorToTable_
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.
diagonalPreconditioner(const diagonalPreconditioner &)
Disallow default bitwise copy construct.
A list of keyword definitions, which are a keyword followed by any number of values (e....
lduMatrix::preconditioner::addasymMatrixConstructorToTable< diagonalPreconditioner > adddiagonalPreconditionerAsymMatrixConstructorToTable_
Abstract base-class for lduMatrix preconditioners.
defineTypeNameAndDebug(combustionModel, 0)
A cell is defined as a list of faces with extra functionality.