50 template<
class Type,
class DType,
class LUType>
53 public LduMatrix<Type, DType, LUType>::solver
TypeName("PCICG")
Runtime type information.
A list of keyword definitions, which are a keyword followed by any number of values (e...
void operator=(const PCICG &)=delete
Disallow default bitwise assignment.
PCICG(const word &fieldName, const LduMatrix< Type, DType, LUType > &matrix, const dictionary &solverDict)
Construct from matrix components and solver data dictionary.
virtual SolverPerformance< Type > solve(Field< Type > &psi) const
Solve the matrix with this solver.
const LduMatrix< Type, DType, LUType > & matrix() const
const word & fieldName() const
Pre-declare SubField and related Field type.
A class for handling words, derived from string.
const volScalarField & psi
Preconditioned conjugate gradient solver for symmetric lduMatrices using a run-time selectable precon...
LduMatrix is a general matrix class in which the coefficients are stored as three arrays...