Go to the documentation of this file.
35 #ifndef diagonalSolver_H
36 #define diagonalSolver_H
const lduInterfaceFieldPtrsList & interfaces() const
A class for handling words, derived from string.
void read(const dictionary &)
Read and reset the solver parameters from the given stream.
lduMatrix is a general matrix class in which the coefficients are stored as three arrays,...
const lduMatrix & matrix() const
Abstract base-class for lduMatrix solvers.
Pre-declare SubField and related Field type.
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
diagonalSolver(const diagonalSolver &)
Disallow default bitwise copy construct.
TypeName("diagonal")
Runtime type information.
A list of keyword definitions, which are a keyword followed by any number of values (e....
const volScalarField & psi
const FieldField< Field, scalar > & interfaceBouCoeffs() const
const word & fieldName() const
const FieldField< Field, scalar > & interfaceIntCoeffs() const
solverPerformance solve(scalarField &psi, const scalarField &source, const direction cmpt=0) const
Solve the matrix with this solver.
void operator=(const diagonalSolver &)
Disallow default bitwise assignment.