Go to the documentation of this file.
108 const scalar tolerance,
109 const scalar relTol = 0.0
const lduInterfaceFieldPtrsList & interfaces() const
A class for handling words, derived from string.
lduMatrix is a general matrix class in which the coefficients are stored as three arrays,...
const lduMatrix & matrix() const
Diagonal incomplete LU preconditioned BiCG solver derived from the general preconditioned BiCG solver...
static dictionary solverDict(const scalar tol, const scalar relTol)
Return the dictionary constructed from the components.
TypeName("BICCG")
Runtime type information.
virtual ~BICCG()
Destructor.
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....
void operator=(const BICCG &)
Disallow default bitwise assignment.
Preconditioned bi-conjugate gradient solver for asymmetric lduMatrices using a run-time selectable pr...
const FieldField< Field, scalar > & interfaceBouCoeffs() const
const word & fieldName() const
const FieldField< Field, scalar > & interfaceIntCoeffs() const
BICCG(const BICCG &)
Disallow default bitwise copy construct.