procLduInterface Class Reference

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< procLduInterfaceclone ()
 
void read (Istream &is)
 
void write (Ostream &os) const
 

Static Public Member Functions

static autoPtr< procLduInterfaceNew (Istream &is)
 

Friends

class LUscalarMatrix
 Friendship. More...
 
Istreamoperator>> (Istream &, procLduInterface &)
 
Ostreamoperator<< (Ostream &, const procLduInterface &)
 

Detailed Description

IO interface for processorLduInterface.

Source files

Definition at line 55 of file procLduInterface.H.

Constructor & Destructor Documentation

◆ procLduInterface() [1/3]

procLduInterface ( const procLduInterface )
delete

No copy construct.

◆ procLduInterface() [2/3]

◆ procLduInterface() [3/3]

procLduInterface ( Istream is)
explicit

Read construct from Istream.

Definition at line 65 of file procLduInterface.C.

References procLduInterface::read().

Here is the call graph for this function:

Member Function Documentation

◆ clone()

autoPtr<procLduInterface> clone ( )
inline

Definition at line 95 of file procLduInterface.H.

References NotImplemented.

◆ New()

static autoPtr<procLduInterface> New ( Istream is)
inlinestatic

Definition at line 101 of file procLduInterface.H.

References autoPtr< T >::New().

Here is the call graph for this function:

◆ read()

void read ( Istream is)

Definition at line 73 of file procLduInterface.C.

Referenced by Foam::operator>>(), and procLduInterface::procLduInterface().

Here is the caller graph for this function:

◆ write()

void write ( Ostream os) const

Definition at line 84 of file procLduInterface.C.

References os().

Referenced by Foam::operator<<().

Here is the call graph for this function:
Here is the caller graph for this function:

Friends And Related Function Documentation

◆ LUscalarMatrix

friend class LUscalarMatrix
friend

Friendship.

Definition at line 71 of file procLduInterface.H.

◆ operator>>

Istream& operator>> ( Istream ,
procLduInterface  
)
friend

◆ operator<<

Ostream& operator<< ( Ostream ,
const procLduInterface  
)
friend

The documentation for this class was generated from the following files: