IO interface for processorLduInterface. More...
Public Member Functions | |
| procLduInterface (const lduInterfaceField &interface, const scalarField &coeffs) | |
| procLduInterface (Istream &is) | |
| autoPtr< procLduInterface > | clone () |
Static Public Member Functions | |
| static autoPtr< procLduInterface > | New (Istream &is) |
Friends | |
| class | LUscalarMatrix |
| Ostream & | operator<< (Ostream &, const procLduInterface &) |
IO interface for processorLduInterface.
Definition at line 61 of file procLduInterface.H.
| procLduInterface | ( | const lduInterfaceField & | interface, |
| const scalarField & | coeffs | ||
| ) |
Definition at line 36 of file procLduInterface.C.
References processorLduInterface::comm(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, interface(), processorLduInterface::myProcNo(), processorLduInterface::neighbProcNo(), and processorLduInterface::tag().
| procLduInterface | ( | Istream & | is | ) |
Definition at line 71 of file procLduInterface.C.
|
inline |
Definition at line 94 of file procLduInterface.H.
References NotImplemented.
|
inlinestatic |
Definition at line 100 of file procLduInterface.H.
References autoPtr< T >::New().
|
friend |
Definition at line 81 of file procLduInterface.H.
|
friend |