IO interface for processorLduInterface. More...
Public Member Functions | |
| procLduInterface (const procLduInterface &)=delete | |
| No copy construct. More... | |
| procLduInterface (const lduInterfaceField &interface, const scalarField &coeffs) | |
| procLduInterface (Istream &is) | |
| Read construct from Istream. More... | |
| autoPtr< procLduInterface > | clone () |
| void | read (Istream &is) |
| void | write (Ostream &os) const |
Static Public Member Functions | |
| static autoPtr< procLduInterface > | New (Istream &is) |
Friends | |
| class | LUscalarMatrix |
| Friendship. More... | |
| Istream & | operator>> (Istream &, procLduInterface &) |
| Ostream & | operator<< (Ostream &, const procLduInterface &) |
IO interface for processorLduInterface.
Definition at line 55 of file procLduInterface.H.
|
delete |
No copy construct.
| procLduInterface | ( | const lduInterfaceField & | interface, |
| const scalarField & | coeffs | ||
| ) |
Definition at line 30 of file procLduInterface.C.
References processorLduInterface::comm(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, interface(), processorLduInterface::myProcNo(), processorLduInterface::neighbProcNo(), and processorLduInterface::tag().

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

|
inline |
Definition at line 95 of file procLduInterface.H.
References NotImplemented.
|
inlinestatic |
Definition at line 101 of file procLduInterface.H.
References autoPtr< T >::New().

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

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


|
friend |
Friendship.
Definition at line 71 of file procLduInterface.H.
|
friend |
|
friend |