Ewoms::FractureMapper< TypeTag > Class Template Reference

Stores the topology of fractures. More...

#include <fracturemapper.hh>

Public Member Functions

 FractureMapper ()
 Constructor. More...
 
void addFractureEdge (int vertexIdx1, int vertexIdx2)
 Marks an edge as having a fracture. More...
 
bool isFractureVertex (unsigned vertexIdx) const
 Returns true iff a fracture cuts through a given vertex. More...
 
bool isFractureEdge (unsigned vertex1Idx, unsigned vertex2Idx) const
 Returns true iff a fracture is associated with a given edge. More...
 

Detailed Description

template<class TypeTag>
class Ewoms::FractureMapper< TypeTag >

Stores the topology of fractures.

Constructor & Destructor Documentation

template<class TypeTag >
Ewoms::FractureMapper< TypeTag >::FractureMapper ( )
inline

Constructor.

Member Function Documentation

template<class TypeTag >
void Ewoms::FractureMapper< TypeTag >::addFractureEdge ( int  vertexIdx1,
int  vertexIdx2 
)
inline

Marks an edge as having a fracture.

Parameters
vertexIdx1The index of the edge's first vertex.
vertexIdx2The index of the edge's second vertex.

Referenced by Ewoms::DgfGridManager< TypeTag >::addFractures_().

template<class TypeTag >
bool Ewoms::FractureMapper< TypeTag >::isFractureEdge ( unsigned  vertex1Idx,
unsigned  vertex2Idx 
) const
inline

Returns true iff a fracture is associated with a given edge.

Parameters
vertex1IdxThe index of the first vertex of the edge.
vertex2IdxThe index of the second vertex of the edge.
template<class TypeTag >
bool Ewoms::FractureMapper< TypeTag >::isFractureVertex ( unsigned  vertexIdx) const
inline

Returns true iff a fracture cuts through a given vertex.

Parameters
vertexIdxThe index of the vertex.

The documentation for this class was generated from the following file: