RemoteData.H File Reference
Include dependency graph for RemoteData.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  RemoteData< Type >
 Struct for keeping processor, element (cell, face, point) and a piece of data. Used for finding minimum values across multiple processes. More...
 
struct  RemoteData< Type >::smallestEqOp
 Operator to take smallest valid value. More...
 
struct  RemoteData< Type >::smallestFirstEqOp
 Operator to take smallest first valid value. More...
 
struct  pTraits< RemoteData< Type > >
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Functions

template<class Type >
bool operator== (const RemoteData< Type > &, const RemoteData< Type > &)
 
template<class Type >
bool operator!= (const RemoteData< Type > &, const RemoteData< Type > &)
 
template<class Type >
Istream & operator>> (Istream &, RemoteData< Type > &)
 
template<class Type >
Ostream & operator<< (Ostream &, const RemoteData< Type > &)
 

Detailed Description

Original source file RemoteData.H

Definition in file RemoteData.H.