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

Go to the source code of this file.

Classes

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

Namespaces

 geosx
 

Typedefs

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

Functions

void geosx::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 geosx::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...