#include <OpenFOAM/procLduMatrix.H>
Definition at line 62 of file procLduMatrix.H.
Public Member Functions | |
procLduMatrix (const lduMatrix &ldum, const FieldField< Field, scalar > &interfaceCoeffs, const lduInterfaceFieldPtrsList &interfaces) | |
procLduMatrix (Istream &is) | |
label | size () const |
Friends | |
class | LUscalarMatrix |
Ostream & | operator<< (Ostream &, const procLduMatrix &) |
procLduMatrix | ( | const lduMatrix & | ldum, |
const FieldField< Field, scalar > & | interfaceCoeffs, | ||
const lduInterfaceFieldPtrsList & | interfaces | ||
) |
Definition at line 33 of file procLduMatrix.C.
References forAll, and UPtrList< T >::set().
procLduMatrix | ( | Istream & | is ) |
Definition at line 78 of file procLduMatrix.C.
label size | ( | ) | const [inline]
|
Definition at line 99 of file procLduMatrix.H.
References List< T >::size().
friend class LUscalarMatrix [friend]
|
Definition at line 82 of file procLduMatrix.H.
Ostream& operator<< | ( | Ostream & | , |
const procLduMatrix & | |||
) | [friend]
|