37#ifndef Foam_DiagonalSolver_H
38#define Foam_DiagonalSolver_H
51template<
class Type,
class DType,
class LUType>
DiagonalSolver(const DiagonalSolver &)=delete
No copy construct.
void read(const dictionary &solverDict)
Read and reset the solver parameters from the given dictionary.
TypeName("diagonal")
Runtime type information.
void operator=(const DiagonalSolver &)=delete
No copy assignment.
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,...
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.