35 #ifndef diagonalSolver_H 36 #define diagonalSolver_H void operator=(const diagonalSolver &)=delete
Disallow default bitwise assignment.
void read(const dictionary &)
Read and reset the solver parameters from the given stream.
A list of keyword definitions, which are a keyword followed by any number of values (e...
const lduMatrix & matrix() const
const FieldField< Field, scalar > & interfaceBouCoeffs() const
const FieldField< Field, scalar > & interfaceIntCoeffs() const
A class for handling words, derived from string.
Abstract base-class for lduMatrix solvers.
const lduInterfaceFieldPtrsList & interfaces() const
const volScalarField & psi
lduMatrix is a general matrix class in which the coefficients are stored as three arrays...
TypeName("diagonal")
Runtime type information.
solverPerformance solve(scalarField &psi, const scalarField &source, const direction cmpt=0) const
Solve the matrix with this solver.
const word & fieldName() const
diagonalSolver(const word &fieldName, const lduMatrix &matrix, const FieldField< Field, scalar > &interfaceBouCoeffs, const FieldField< Field, scalar > &interfaceIntCoeffs, const lduInterfaceFieldPtrsList &interfaces, const dictionary &solverControls)
Construct from matrix and solver controls.