I/O for lduMatrix and interface values. More...
Public Member Functions | |
| procLduMatrix ()=default | |
| Default construct. More... | |
| procLduMatrix (const procLduMatrix &)=delete | |
| No copy construct. More... | |
| procLduMatrix (const lduMatrix &ldum, const FieldField< Field, scalar > &interfaceCoeffs, const lduInterfaceFieldPtrsList &interfaces) | |
| Construct from components. Extracts active interfaces. More... | |
| procLduMatrix (Istream &is) | |
| Read construct from Istream. More... | |
| label | size () const noexcept |
| void | read (Istream &is) |
| void | write (Ostream &os) const |
Friends | |
| class | LUscalarMatrix |
| Friendship. More... | |
| Istream & | operator>> (Istream &, procLduMatrix &) |
| Ostream & | operator<< (Ostream &, const procLduMatrix &) |
|
default |
Default construct.
|
delete |
No copy construct.
| procLduMatrix | ( | const lduMatrix & | ldum, |
| const FieldField< Field, scalar > & | interfaceCoeffs, | ||
| const lduInterfaceFieldPtrsList & | interfaces | ||
| ) |
Construct from components. Extracts active interfaces.
Definition at line 29 of file procLduMatrix.C.
References forAll, and UPtrList< T >::test().

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

|
inlinenoexcept |
Definition at line 110 of file procLduMatrix.H.
References UList< T >::size().

| void read | ( | Istream & | is | ) |
Definition at line 81 of file procLduMatrix.C.
Referenced by Foam::operator>>(), and procLduMatrix::procLduMatrix().

| 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.
|
friend |
|
friend |