Overture  Version 25
uns_templates.h
Go to the documentation of this file.
1 #ifndef OV_UNS_TEMPLATES_H__
2 #define OV_UNS_TEMPLATES_H__
3 
4 extern const int topo2FaceNVerts[][6];
5 extern const int topo2FaceVert[][6][4];
6 extern const int topo2EdgeVert[][12][2];
7 extern const int topo2FaceEdge[][6][4];
8 extern const int topoNVerts[7];
9 extern const int topoNEdges[7];
10 extern const int topoNFaces[7];
11 
12 #endif