Go to the documentation of this file.
34 lduMatrix::solver::addsymMatrixConstructorToTable<ICCG>
47 dict.add(
"tolerance", tol);
48 dict.add(
"relTol", relTol);
62 return solverDict(tol, relTol);
69 const word& fieldName,
91 const word& fieldName,
96 const scalar tolerance,
107 solverDict(tolerance, relTol)
A class for handling words, derived from string.
Preconditioned conjugate gradient solver for symmetric lduMatrices using a run-time selectable precon...
static dictionary solverDict(const scalar tol, const scalar relTol)
Return the dictionary constructed from the components.
lduMatrix is a general matrix class in which the coefficients are stored as three arrays,...
lduMatrix::solver::addsymMatrixConstructorToTable< ICCG > addICCGSymMatrixConstructorToTable_
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
A list of keyword definitions, which are a keyword followed by any number of values (e....
Input from memory buffer stream.
ICCG(const ICCG &)
Disallow default bitwise copy construct.
defineTypeNameAndDebug(combustionModel, 0)