37 #include <lifev/core/mesh/Marker.hpp> 51 std::numeric_limits<
Int>::max();
66 return markerID1 > markerID2 ? markerID1 : markerID2 ;
79 return markerID1 < markerID2 ? markerID1 : markerID2 ;
84 return markerID1 == markerID2;
static bool equalMarkerID(const markerID_Type &a, const markerID_Type &b)
Equality operator.
MarkerIDStandardPolicy - Class that defines the standard policies on Marker Ids.
static const markerID_Type S_NULLMARKERID
int32_type Int
Generic integer data.
ID markerID_Type
markerID_Type is the type used to store the geometric entity marker IDs
void updateInverseJacobian(const UInt &iQuadPt)
static markerID_Type weakerMarkerID(markerID_Type const &a, markerID_Type const &b)
Selects the weaker Marker ID between marker IDs.
static markerID_Type strongerMarkerID(markerID_Type const &a, markerID_Type const &b)
Selects the stronger Marker ID.