53template<
class Type,
class DType,
class LUType>
61 PCICG(
const PCICG&) =
delete;
64 void operator=(
const PCICG&) =
delete;
86 virtual ~PCICG() =
default;
Generic templated field type that is much like a Foam::List except that it is expected to hold numeri...
solver(const word &fieldName, const LduMatrix< Type, DType, LUType > &matrix, const dictionary &solverDict)
Construct for given field name, matrix and controls.
const LduMatrix< Type, DType, LUType > & matrix() const noexcept
const word & fieldName() const noexcept
LduMatrix is a general matrix class in which the coefficients are stored as three arrays,...
TypeName("PCICG")
Runtime type information.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
A class for handling words, derived from Foam::string.
const volScalarField & psi
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.