Go to the documentation of this file.
34 lduMatrix::solver::addasymMatrixConstructorToTable<BICCG>
48 dict.add(
"tolerance", tol);
49 dict.add(
"relTol", relTol);
63 return solverDict(tol, relTol);
71 const word& fieldName,
93 const word& fieldName,
98 const scalar tolerance,
109 solverDict(tolerance, relTol)
A class for handling words, derived from string.
lduMatrix is a general matrix class in which the coefficients are stored as three arrays,...
static dictionary solverDict(const scalar tol, const scalar relTol)
Return the dictionary constructed from the components.
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.
lduMatrix::solver::addasymMatrixConstructorToTable< BICCG > addBICCGSymMatrixConstructorToTable_
Preconditioned bi-conjugate gradient solver for asymmetric lduMatrices using a run-time selectable pr...
defineTypeNameAndDebug(combustionModel, 0)
BICCG(const BICCG &)
Disallow default bitwise copy construct.