IO interface for processorLduInterface. More...
#include <procLduInterface.H>
Public Member Functions | |
| procLduInterface (const procLduInterface &)=delete | |
| No copy construct. | |
| procLduInterface (const lduInterfaceField &interface, const scalarField &coeffs) | |
| procLduInterface (Istream &is) | |
| Read construct from Istream. | |
| 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. | |
| 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.
References interface(), and procLduInterface().
Referenced by operator<<, operator>>, and procLduInterface().


| procLduInterface | ( | const lduInterfaceField & | interface, |
| const scalarField & | coeffs ) |
Definition at line 29 of file procLduInterface.C.
References if(), interface(), and Foam::isA().

|
explicit |
Read construct from Istream.
Definition at line 65 of file procLduInterface.C.
References Foam::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>>().

| 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.
References LUscalarMatrix.
Referenced by LUscalarMatrix.
|
friend |
References procLduInterface().
|
friend |
References procLduInterface().