37 lduMatrix::solver::addsymMatrixConstructorToTable<PPCR>
46 const word& fieldName,
A const Field/List wrapper with possible data conversion.
A field of fields is a PtrList of fields with reference counting.
Preconditioned pipelined conjugate gradient solver for symmetric lduMatrices using a run-time selecta...
solverPerformance scalarSolveCG(solveScalarField &psi, const solveScalarField &source, const direction cmpt, const bool cgMode) const
CG solver. Operates either in conjugate-gradient mode or conjugate residual.
Preconditioned pipelined conjugate residuals solver for symmetric lduMatrices using a run-time select...
virtual solverPerformance solve(scalarField &psi, const scalarField &source, const direction cmpt=0) const
Solve the matrix with this solver.
A non-const Field/List wrapper with possible data conversion.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
const FieldField< Field, scalar > & interfaceIntCoeffs() const noexcept
const lduInterfaceFieldPtrsList & interfaces() const noexcept
const lduMatrix & matrix() const noexcept
const FieldField< Field, scalar > & interfaceBouCoeffs() const noexcept
const word & fieldName() const noexcept
lduMatrix is a general matrix class in which the coefficients are stored as three arrays,...
T & ref() const
Return non-const reference to the contents of a non-null managed pointer.
A class for handling words, derived from Foam::string.
#define defineTypeNameAndDebug(Type, DebugSwitch)
Define the typeName and debug information.
lduMatrix::solver::addsymMatrixConstructorToTable< PPCR > addPPCRSymMatrixConstructorToTable_
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
UPtrList< const lduInterfaceField > lduInterfaceFieldPtrsList
List of coupled interface fields to be used in coupling.
SolverPerformance< scalar > solverPerformance
SolverPerformance instantiated for a scalar.