I/O for lduMatrix and interface values. More...
#include <procLduMatrix.H>
Public Member Functions | |
| procLduMatrix ()=default | |
| Default construct. | |
| procLduMatrix (const procLduMatrix &)=delete | |
| No copy construct. | |
| procLduMatrix (const lduMatrix &ldum, const FieldField< Field, scalar > &interfaceCoeffs, const lduInterfaceFieldPtrsList &interfaces) | |
| Construct from components. Extracts active interfaces. | |
| procLduMatrix (Istream &is) | |
| Read construct from Istream. | |
| label | size () const noexcept |
| void | read (Istream &is) |
| void | write (Ostream &os) const |
Friends | |
| class | LUscalarMatrix |
| Friendship. | |
| Istream & | operator>> (Istream &, procLduMatrix &) |
| Ostream & | operator<< (Ostream &, const procLduMatrix &) |
|
default |
Default construct.
Referenced by operator<<, operator>>, and procLduMatrix().

|
delete |
| procLduMatrix | ( | const lduMatrix & | ldum, |
| const FieldField< Field, scalar > & | interfaceCoeffs, | ||
| const lduInterfaceFieldPtrsList & | interfaces ) |
Construct from components. Extracts active interfaces.
Definition at line 28 of file procLduMatrix.C.
References Foam::diag(), forAll, and UPtrList< T >::test().

|
explicit |
Read construct from Istream.
Definition at line 62 of file procLduMatrix.C.
References Foam::read().

|
inlinenoexcept |
Definition at line 110 of file procLduMatrix.H.
References Foam::noexcept.
| void read | ( | Istream & | is | ) |
Definition at line 81 of file procLduMatrix.C.
Referenced by Foam::operator>>().

| void write | ( | Ostream & | os | ) | const |
Definition at line 87 of file procLduMatrix.C.
References os().
Referenced by Foam::operator<<().


|
friend |
Friendship.
Definition at line 74 of file procLduMatrix.H.
References LUscalarMatrix.
Referenced by LUscalarMatrix.
|
friend |
References procLduMatrix().
|
friend |
References procLduMatrix().