Diagonal incomplete LU preconditioned BiCG solver derived from the general preconditioned BiCG solver PBiCG but with the choice of preconditioner pre-selected. More...
#include <OpenFOAM/BICCG.H>
Diagonal incomplete LU preconditioned BiCG solver derived from the general preconditioned BiCG solver PBiCG but with the choice of preconditioner pre-selected.
Definition at line 55 of file BICCG.H.
Public Member Functions | |
TypeName ("BICCG") | |
Runtime type information.
| |
BICCG (const word &fieldName, const lduMatrix &matrix, const FieldField< Field, scalar > &interfaceBouCoeffs, const FieldField< Field, scalar > &interfaceIntCoeffs, const lduInterfaceFieldPtrsList &interfaces, const dictionary &solverControls) | |
Construct from matrix components and solver data stream.
| |
BICCG (const word &fieldName, const lduMatrix &matrix, const FieldField< Field, scalar > &interfaceBouCoeffs, const FieldField< Field, scalar > &interfaceIntCoeffs, const lduInterfaceFieldPtrsList &interfaces, const scalar tolerance, const scalar relTol=0.0) | |
Construct from matrix components and tolerances.
| |
virtual | ~BICCG () |
Static Public Member Functions | |
static dictionary | solverDict (const scalar tol, const scalar relTol) |
Return the dictionary constructed from the components.
| |
static dictionary | solverDict (Istream &) |
Return the dictionary constructed from the old-style data-stream.
|
BICCG | ( | const word & | fieldName, |
const lduMatrix & | matrix, | ||
const FieldField< Field, scalar > & | interfaceBouCoeffs, | ||
const FieldField< Field, scalar > & | interfaceIntCoeffs, | ||
const lduInterfaceFieldPtrsList & | interfaces, | ||
const dictionary & | solverControls | ||
) |
BICCG | ( | const word & | fieldName, |
const lduMatrix & | matrix, | ||
const FieldField< Field, scalar > & | interfaceBouCoeffs, | ||
const FieldField< Field, scalar > & | interfaceIntCoeffs, | ||
const lduInterfaceFieldPtrsList & | interfaces, | ||
const scalar | tolerance, | ||
const scalar | relTol = 0.0
|
||
) |
Foam::dictionary solverDict | ( | const scalar | tol, |
const scalar | relTol | ||
) | [static]
|
Return the dictionary constructed from the components.
Needed for backward compatibility
Definition at line 42 of file BICCG.C.
References dictionary::add().
Referenced by solution::upgradeSolverDict().
Foam::dictionary solverDict | ( | Istream & | is ) | [static]
|
Return the dictionary constructed from the old-style data-stream.
Needed for backward compatibility
Definition at line 56 of file BICCG.C.
References readScalar.
TypeName | ( | "BICCG" | ) |
Runtime type information.