|
static const int | nnode = 6 |
|
static const int | nedge = 9 |
|
static const int | nedgenode = 2 |
|
static const int | nface = 5 |
|
static const int | nfacenode = 4 |
|
static const int | nfaceedge = 4 |
|
static int | edge_node_order [nedge][nedgenode] |
|
static int | face_node_order [nface][nfacenode] |
|
static int | face_edge_order [nface][nfaceedge] |
|
static int | nodes_per_face [nface+1] = {-1, 4, 4, 4, 3, 3} |
|
static int | nodes_per_edge [nedge+1] = {2, 2, 2, 2, 2, 2, 2, 2, 2, 2} |
|
static int | edges_per_face [nface+1] = {-1, 4, 4, 4, 3, 3} |
|
◆ edge_node_order
int anonymous_namespace{Ioss_Wedge6.C}::Constants::edge_node_order |
|
static |
Initial value:=
{{0, 1}, {1, 2}, {2, 0}, {3, 4}, {4, 5}, {5, 3}, {0, 3}, {1, 4}, {2, 5}}
◆ edges_per_face
int anonymous_namespace{Ioss_Wedge6.C}::Constants::edges_per_face = {-1, 4, 4, 4, 3, 3} |
|
static |
◆ face_edge_order
int anonymous_namespace{Ioss_Wedge6.C}::Constants::face_edge_order |
|
static |
Initial value:=
{{0, 7, 3, 6}, {1, 8, 4, 7}, {6, 5, 8, 2}, {2, 1, 0, -1}, {3, 4, 5, -1}}
◆ face_node_order
int anonymous_namespace{Ioss_Wedge6.C}::Constants::face_node_order |
|
static |
Initial value:=
{{0, 1, 4, 3}, {1, 2, 5, 4}, {0, 3, 5, 2}, {0, 2, 1, -1}, {3, 4, 5, -1}}
◆ nedge
const int anonymous_namespace{Ioss_Wedge6.C}::Constants::nedge = 9 |
|
static |
◆ nedgenode
const int anonymous_namespace{Ioss_Wedge6.C}::Constants::nedgenode = 2 |
|
static |
◆ nface
const int anonymous_namespace{Ioss_Wedge6.C}::Constants::nface = 5 |
|
static |
◆ nfaceedge
const int anonymous_namespace{Ioss_Wedge6.C}::Constants::nfaceedge = 4 |
|
static |
◆ nfacenode
const int anonymous_namespace{Ioss_Wedge6.C}::Constants::nfacenode = 4 |
|
static |
◆ nnode
const int anonymous_namespace{Ioss_Wedge6.C}::Constants::nnode = 6 |
|
static |
◆ nodes_per_edge
int anonymous_namespace{Ioss_Wedge6.C}::Constants::nodes_per_edge = {2, 2, 2, 2, 2, 2, 2, 2, 2, 2} |
|
static |
◆ nodes_per_face
int anonymous_namespace{Ioss_Wedge6.C}::Constants::nodes_per_face = {-1, 4, 4, 4, 3, 3} |
|
static |
The documentation for this struct was generated from the following file: