30 template<
class Type,
class DType,
class LUType>
33 const word& fieldName,
49 template<
class Type,
class DType,
class LUType>
53 word preconditionerName(this->controlDict_.lookup(
"preconditioner"));
58 preconditionerName + typeName,
66 Type* __restrict__ psiPtr =
psi.
begin();
69 Type* __restrict__ pAPtr = pA.
begin();
72 Type* __restrict__ pTPtr = pT.
begin();
75 Type* __restrict__ wAPtr = wA.
begin();
78 Type* __restrict__ wTPtr = wT.
begin();
84 this->matrix_.Amul(wA,
psi);
85 this->matrix_.Tmul(wT,
psi);
90 Type* __restrict__ rAPtr = rA.
begin();
91 Type* __restrict__ rTPtr = rT.
begin();
94 Type normFactor = this->normFactor(
psi, wA, pA);
98 Info<<
" Normalisation factor = " << normFactor <<
endl;
123 preconPtr->precondition(wA, rA);
124 preconPtr->preconditionT(wT, rT);
154 this->matrix_.Amul(wA, pA);
155 this->matrix_.Tmul(wT, pT);
192 nIter++ < this->maxIter_
Pre-declare SubField and related Field type.
static autoPtr< preconditioner > New(const solver &sol, const dictionary &preconditionerDict)
Return a new preconditioner.
LduMatrix is a general matrix class in which the coefficients are stored as three arrays,...
void size(const label)
Override size to be inconsistent with allocated storage.
PBiCICG(const word &fieldName, const LduMatrix< Type, DType, LUType > &matrix, const dictionary &solverDict)
Construct from matrix components and solver data dictionary.
virtual SolverPerformance< Type > solve(Field< Type > &psi) const
Solve the matrix with this solver.
iterator begin()
Return an iterator to begin traversing the UList.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
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....
A class representing the concept of 1 (scalar(1)) used to avoid unnecessary manipulations for objects...
Traits class for primitives.
Abstract base class for run-time selectable region solvers.
A class for handling words, derived from string.
const volScalarField & psi
volScalarField alpha(IOobject("alpha", runTime.name(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), lambda *max(Ua &U, zeroSensitivity))
tmp< DimensionedField< scalar, GeoMesh > > stabilise(const DimensionedField< scalar, GeoMesh > &dsf, const dimensioned< scalar > &ds)
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Ostream & endl(Ostream &os)
Add newline and flush stream.
dimensioned< Type > cmptMultiply(const dimensioned< Type > &, const dimensioned< Type > &)
dimensionSet cmptMag(const dimensionSet &)
dimensioned< Type > cmptDivide(const dimensioned< Type > &, const dimensioned< Type > &)
Type gSumCmptMag(const UList< Type > &f, const label comm)
Type gSumCmptProd(const UList< Type > &f1, const UList< Type > &f2, const label comm)