
Go to the source code of this file.
Classes | |
| class | globalIndex |
| Calculates a non-overlapping list of offsets based on an input size (eg, number of cells) from different MPI ranks. These offsets can be used to define a unique (global) indexing number. 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 | |
| namespace | Foam |
| Namespace for OpenFOAM. | |
Functions | |
| Istream & | operator>> (Istream &is, globalIndex &gi) |
| Ostream & | operator<< (Ostream &os, const globalIndex &gi) |
Original source file globalIndex.H
Definition in file globalIndex.H.