Go to the source code of this file.
 | 
| void  | geos::erase (OrderedVariableToManyParticleRelation &relation, localIndex const firstIndex, localIndex const er, localIndex const esr, localIndex const ei) | 
|   | Remove a particle relation from an object in the relation.  More...
  | 
|   | 
| void  | geos::insert (OrderedVariableToManyParticleRelation &relation, localIndex const firstIndex, localIndex const er, localIndex const esr, localIndex const ei) | 
|   | Insert a particle relation for an object in the relation. Checks for existing membership.  More...
  | 
|   | 
| void  | geos::fastInsert (OrderedVariableToManyParticleRelation &relation, localIndex const firstIndex, localIndex const er, localIndex const esr, localIndex const ei) | 
|   | Insert a particle relation for an object in the relation. This is slightly faster than "insert" because it does NOT check for existing membership.  More...
  | 
|   | 
| void  | geos::insertMany (OrderedVariableToManyParticleRelation &relation, localIndex const firstIndex, stdVector< localIndex > const &erArray, stdVector< localIndex > const &esrArray, stdVector< localIndex > const &eiArray) | 
|   | Insert a particle relation for several objects in the relation. Does NOT check for existing membership.  More...
  | 
|   | 
| void  | geos::reserveNeighbors (OrderedVariableToManyParticleRelation &relation, int const numToReserve) | 
|   | Reserve a set number of entities for a particle to relate to.  More...
  | 
|   |