A simple square matrix solver with scalar coefficients. More...
Public Member Functions | |
simpleMatrix (const label) | |
simpleMatrix (const label, const scalar, const Type &) | |
simpleMatrix (const scalarSquareMatrix &, const Field< Type > &) | |
simpleMatrix (Istream &) | |
simpleMatrix (const simpleMatrix< Type > &) | |
Field< Type > & | source () |
const Field< Type > & | source () const |
Field< Type > | solve () const |
Field< Type > | LUsolve () const |
void | operator= (const simpleMatrix< Type > &) |
Friends | |
Ostream & | operator (Ostream &, const simpleMatrix< Type > &) |
A simple square matrix solver with scalar coefficients.
Definition at line 45 of file simpleMatrix.H.
simpleMatrix | ( | const | label | ) |
simpleMatrix | ( | const | label, |
const | scalar, | ||
const Type & | |||
) |
simpleMatrix | ( | const scalarSquareMatrix & | , |
const Field< Type > & | |||
) |
simpleMatrix | ( | Istream & | ) |
simpleMatrix | ( | const simpleMatrix< Type > & | ) |
|
inline |
Definition at line 95 of file simpleMatrix.H.
|
inline |
Definition at line 101 of file simpleMatrix.H.
Foam::Field< Type > solve | ( | ) | const |
Definition at line 70 of file simpleMatrix.C.
Foam::Field< Type > LUsolve | ( | ) | const |
Definition at line 82 of file simpleMatrix.C.
void operator= | ( | const simpleMatrix< Type > & | m | ) |
Definition at line 96 of file simpleMatrix.C.
|
friend |
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.