A list of keyword definitions, which are a keyword followed by any number of values (e...
const lduMatrix & matrix() const
PBiCG(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.
const FieldField< Field, scalar > & interfaceBouCoeffs() const
virtual solverPerformance solve(scalarField &psi, const scalarField &source, const direction cmpt=0) const
Solve the matrix with this solver.
const FieldField< Field, scalar > & interfaceIntCoeffs() const
A class for handling words, derived from string.
virtual ~PBiCG()
Destructor.
Abstract base-class for lduMatrix solvers.
const lduInterfaceFieldPtrsList & interfaces() const
const volScalarField & psi
TypeName("PBiCG")
Runtime type information.
Preconditioned bi-conjugate gradient solver for asymmetric lduMatrices using a run-time selectable pr...
lduMatrix is a general matrix class in which the coefficients are stored as three arrays...
const word & fieldName() const
void operator=(const PBiCG &)=delete
Disallow default bitwise assignment.