19 {{0, 1}, {1, 2}, {3, 2}, {0, 3},
20 {4, 5}, {5, 6}, {7, 6}, {4, 7},
21 {0, 4}, {1, 5}, {2, 6}, {3, 7}};
25 {{3, 2, 1, 0}, {0, 1, 5, 4},
26 {1, 2, 6, 5}, {2, 3, 7, 6},
27 {3, 0, 4, 7}, {4, 5, 6, 7}};
34 for (
int i = 0; i < 8; i++)
39 int ind5,
int ind6,
int ind7,
int ind8,
56 for (
int i = 0; i < 8; i++)
TriLinear3DFiniteElement HexahedronFE
virtual int * GetVertices()
int attribute
Element's attribute (specifying material property, etc).
Class for tri-linear FE on cube.
void SetSize(int nsize)
Change logical size of the array, keep existing entries.
static const int edges[12][2]
static const int faces[6][4]
Abstract data type element.