LifeV
MarkerCommon< MT > Class Template Reference

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...
 

Detailed Description

template<class MT>
class LifeV::MarkerCommon< MT >

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.

Member Typedef Documentation

◆ pointMarker_Type

typedef Marker<MT> pointMarker_Type

The marker used for the Points.

Definition at line 65 of file MarkerDefinitions.hpp.

◆ edgeMarker_Type

typedef Marker<MT> edgeMarker_Type

The marker used for the Edges.

Definition at line 67 of file MarkerDefinitions.hpp.

◆ faceMarker_Type

typedef Marker<MT> faceMarker_Type

The marker used for the Faces.

Definition at line 69 of file MarkerDefinitions.hpp.

◆ volumeMarker_Type

The marker used for the Volumes.

Definition at line 71 of file MarkerDefinitions.hpp.

◆ regionMarker_Type

The marker used for the Regions.

Definition at line 73 of file MarkerDefinitions.hpp.


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