LifeV
ComparisonOperators

They define a comparison operators for mesh entities according to some of their attributes The comparison operator is of the form. More...

Data Structures

class  CompareAccordingToLocalId< MeshEntity, Policy >
 Compare according to local ID. More...
 
class  CompareAccordingToMarker< MeshEntity, Policy >
 Compare according to Marker ID. More...
 

Detailed Description

They define a comparison operators for mesh entities according to some of their attributes The comparison operator is of the form.

bool operator(MeshEntity const & a, MeshEntity const & b)

and it should generate a well posed comparison.