Go to the source code of this file.
Classes | |
class | lduMatrix |
lduMatrix is a general matrix class in which the coefficients are stored as three arrays, one for the upper triangle, one for the lower triangle and a third for the diagonal. More... | |
class | lduMatrix::solver |
Abstract base-class for lduMatrix solvers. More... | |
class | lduMatrix::smoother |
Abstract base-class for lduMatrix smoothers. More... | |
class | lduMatrix::preconditioner |
Abstract base-class for lduMatrix preconditioners. More... | |
Namespaces | |
Foam | |
Namespace for OpenFOAM. | |
Functions | |
Ostream & | operator<< (Ostream &, const lduMatrix &) |
Ostream & | operator<< (Ostream &, const InfoProxy< lduMatrix > &) |
Original source file lduMatrix.H
Definition in file lduMatrix.H.