LifeV
|
MarkerCommon - A trait class that defines the markers used in RegionMesh. More...
#include <MarkerDefinitions.hpp>
Public Types | |
typedef Marker< MT > | pointMarker_Type |
The marker used for the Points. More... | |
typedef Marker< MT > | edgeMarker_Type |
The marker used for the Edges. More... | |
typedef Marker< MT > | faceMarker_Type |
The marker used for the Faces. More... | |
typedef Marker< MT > | volumeMarker_Type |
The marker used for the Volumes. More... | |
typedef Marker< MT > | regionMarker_Type |
The marker used for the Regions. More... | |
MarkerCommon - A trait class that defines the markers used in RegionMesh.
It takes as template parameter the policy for the entityFlag treatment. It is a concrete class that may be redefined by the user if different markers are needed. It is passed as template argument to the RegionMesh classes
Definition at line 58 of file MarkerDefinitions.hpp.
typedef Marker<MT> pointMarker_Type |
The marker used for the Points.
Definition at line 65 of file MarkerDefinitions.hpp.
typedef Marker<MT> edgeMarker_Type |
The marker used for the Edges.
Definition at line 67 of file MarkerDefinitions.hpp.
typedef Marker<MT> faceMarker_Type |
The marker used for the Faces.
Definition at line 69 of file MarkerDefinitions.hpp.
typedef Marker<MT> volumeMarker_Type |
The marker used for the Volumes.
Definition at line 71 of file MarkerDefinitions.hpp.
typedef Marker<MT> regionMarker_Type |
The marker used for the Regions.
Definition at line 73 of file MarkerDefinitions.hpp.