globalIndex.H File Reference
Include dependency graph for globalIndex.H:

Go to the source code of this file.

Classes

class  globalIndex
 Calculates a unique integer (label so might not have enough room - 2G max) for processor + local index. E.g. More...
 
struct  globalIndex::gatherNone
 Dispatch tag: Construct with a single (local size) entry, no communication. More...
 
struct  globalIndex::gatherOnly
 Dispatch tag: Construct 'one-sided' from local sizes, using gather but no broadcast. More...
 
struct  globalIndex::gatherNonLocal
 Dispatch tag: Construct 'one-sided' from the non-master local sizes using gather but no broadcast. More...
 
class  globalIndex::const_iterator
 Forward input iterator with const access that is used to iterate across the globalIndex offsets() table. More...
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Functions

Istream & operator>> (Istream &is, globalIndex &gi)
 
Ostream & operator<< (Ostream &os, const globalIndex &gi)
 

Detailed Description

Original source file globalIndex.H

Definition in file globalIndex.H.