Go to the documentation of this file.
35 #ifndef DiagonalSolver_H
36 #define DiagonalSolver_H
49 template<
class Type,
class DType,
class LUType>
52 public LduMatrix<Type, DType, LUType>::solver
TypeName("diagonal")
Runtime type information.
DiagonalSolver(const DiagonalSolver &)
Disallow default bitwise copy construct.
A class for handling words, derived from string.
virtual SolverPerformance< Type > solve(Field< Type > &psi) const
Solve the matrix with this solver.
void operator=(const DiagonalSolver &)
Disallow default bitwise assignment.
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 any number of values (e....
const LduMatrix< Type, DType, LUType > & matrix() const
const volScalarField & psi
const word & fieldName() const
void read(const dictionary &solverDict)
Read and reset the solver parameters from the given dictionary.