OGS
ElementErrorCode.h File Reference
#include <bitset>
#include <string>
Include dependency graph for ElementErrorCode.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ElementErrorCode
 Collects error flags for mesh elements. More...

Enumerations

enum class  ElementErrorFlag {
  ZeroVolume , NonCoplanar , NonConvex , NodeOrder ,
  MaxValue
}
 Possible error flags for mesh elements. More...

Enumeration Type Documentation

◆ ElementErrorFlag

enum class ElementErrorFlag
strong

Possible error flags for mesh elements.

Enumerator
ZeroVolume 
NonCoplanar 
NonConvex 
NodeOrder 
MaxValue 

Definition at line 11 of file ElementErrorCode.h.

12{
17 //... add other error flags here
18 MaxValue // this needs to be last to set the bitset size correctly!
19};