78 static void gSumMagProd
90 PPCG(
const PPCG&) =
delete;
93 void operator=(
const PPCG&) =
delete;
130 virtual ~PPCG() =
default;
A field of fields is a PtrList of fields with reference counting.
A 1D vector of objects of type <T> with a fixed length <N>.
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.
virtual ~PPCG()=default
Destructor.
TypeName("PPCG")
Runtime type information.
An opaque wrapper for MPI_Request with a vendor-independent representation without any <mpi....
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Abstract base-class for lduMatrix solvers.
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,...
A class for handling words, derived from Foam::string.
const volScalarField & psi
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
Field< solveScalar > solveScalarField
UPtrList< const lduInterfaceField > lduInterfaceFieldPtrsList
List of coupled interface fields to be used in coupling.
SolverPerformance< scalar > solverPerformance
SolverPerformance instantiated for a scalar.
dimensioned< typename typeOfMag< Type >::type > sumMag(const DimensionedField< Type, GeoMesh > &f1, const label comm)
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.