IO interface for processorLduInterface. More...
Public Member Functions | |
procLduInterface (const lduInterfaceField &interface, const scalarField &coeffs) | |
procLduInterface (Istream &is) | |
procLduInterface (const procLduInterface &)=delete | |
Disallow construction as copy. More... | |
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 59 of file procLduInterface.H.
procLduInterface | ( | const lduInterfaceField & | interface, |
const scalarField & | coeffs | ||
) |
Definition at line 33 of file procLduInterface.C.
References processorLduInterface::comm(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, lduInterfaceField::interface(), processorLduInterface::myProcNo(), processorLduInterface::neighbProcNo(), and processorLduInterface::tag().
Referenced by procLduInterface::New().
procLduInterface | ( | Istream & | is | ) |
Definition at line 69 of file procLduInterface.C.
|
delete |
Disallow construction as copy.
|
inline |
Definition at line 89 of file procLduInterface.H.
References NotImplemented.
|
inlinestatic |
Definition at line 95 of file procLduInterface.H.
References procLduInterface::procLduInterface().
|
friend |
Definition at line 73 of file procLduInterface.H.
|
friend |