GEOS
Classes | Namespaces | Typedefs | Functions
ToElementRelation.hpp File Reference
#include "InterObjectRelation.hpp"

Go to the source code of this file.

Classes

class  geos::ToElementRelation< BASETYPE >
 A relationship to an element. More...
 

Namespaces

 geos
 

Typedefs

typedef ToElementRelation< array2d< localIndex > > geos::FixedToManyElementRelation
 A ToElementRelation where each object is related to the same number of elements.
 
typedef ToElementRelation< ArrayOfArrays< localIndex > > geos::OrderedVariableToManyElementRelation
 A ToElementRelation where each object is related to an arbitrary number of elements.
 

Functions

void geos::erase (OrderedVariableToManyElementRelation &relation, localIndex const firstIndex, localIndex const er, localIndex const esr, localIndex const ei)
 Remove an element relation from an object in the relation. More...
 
void geos::insert (OrderedVariableToManyElementRelation &relation, localIndex const firstIndex, localIndex const er, localIndex const esr, localIndex const ei)
 Insert an element relation for an object in the relation. More...