

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 >::firstProcOp |
| Operator to take the first valid process. More... | |
| struct | RemoteData< Type >::firstProcEqOp |
| Operator to take the first valid process. More... | |
| struct | RemoteData< Type >::smallestEqOp |
| Operator to take smallest valid value. More... | |
| struct | RemoteData< Type >::greatestEqOp |
| Operator to take greatest valid value. More... | |
| struct | RemoteData< Type >::smallestFirstEqOp |
| Operator to take smallest first valid value. More... | |
| struct | RemoteData< Type >::greatestFirstEqOp |
| Operator to take greatest first valid value. More... | |
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 > &) |
Original source file RemoteData.H
Definition in file RemoteData.H.