46 {'e', 2, 2, 3, 1}, // 8: 3-node second order line (2 nodes associated with the vertices and 1 with the edge).
47 {'t', 2, 3, 6, 1}, // 9: 6-node second order triangle (3 nodes associated with the vertices and 3 with the edges).
48 {'q', 2, 4, 9, 1}, // 10: 9-node second order quadrangle (4 nodes associated with the vertices, 4 with the edges and 1 with the face).
49 {'T', 2, 4, 10, 1}, // 11: 10-node second order tetrahedron (4 nodes associated with the vertices and 6 with the edges).
50 {'H', 2, 8, 27, 1}, // 12: 27-node second order hexahedron (8 nodes associated with the vertices, 12 with the edges, 6 with the faces and 1 with the volume).
51 {'P', 2, 6, 18, 1}, // 13: 18-node second order prism (6 nodes associated with the vertices, 9 with the edges and 3 with the quadrangular faces).
52 {'Y', 2, 5, 14, 0}, // 14: 14-node second order pyramid (5 nodes associated with the vertices, 8 with the edges and 1 with the quadrangular face).
53 {'p', 1, 1, 1, 1}, // 15: 1-node point.
54 {'q', 2, 4, 8, 0}, // 16: 8-node second order incomplete quadrangle (4 nodes associated with the vertices and 4 with the edges).
55 {'H', 2, 8, 20, 0}, // 17: 20-node second order incomplete hexahedron (8 nodes associated with the vertices and 12 with the edges).
56 {'P', 2, 6, 15, 0}, // 18: 15-node second order incomplete prism (6 nodes associated with the vertices and 9 with the edges).
57 {'Y', 2, 5, 13, 0}, // 19: 13-node second order incomplete pyramid (5 nodes associated with the vertices and 8 with the edges).
58 {'t', 3, 3, 9, 0}, // 20: 9-node third order incomplete triangle (3 nodes associated with the vertices, 6 with the edges)
59 {'t', 3, 3, 10, 1}, // 21: 10-node third order triangle (3 nodes associated with the vertices, 6 with the edges, 1 with the face)
60 {'t', 4, 3, 12, 0}, // 22: 12-node fourth order incomplete triangle (3 nodes associated with the vertices, 9 with the edges)
61 {'t', 4, 3, 15, 1}, // 23: 15-node fourth order triangle (3 nodes associated with the vertices, 9 with the edges, 3 with the face)
62 {'t', 5, 3, 15, 0}, // 24: 15-node fifth order incomplete triangle (3 nodes associated with the vertices, 12 with the edges)
63 {'t', 5, 3, 21, 1}, // 25: 21-node fifth order complete triangle (3 nodes associated with the vertices, 12 with the edges, 6 with the face)
64 {'e', 3, 2, 4, 1}, // 26: 4-node third order edge (2 nodes associated with the vertices, 2 internal to the edge)
65 {'e', 4, 2, 5, 1}, // 27: 5-node fourth order edge (2 nodes associated with the vertices, 3 internal to the edge)
66 {'e', 5, 2, 6, 1}, // 28: 6-node fifth order edge (2 nodes associated with the vertices, 4 internal to the edge)
67 {'T', 3, 4, 20, 1}, // 29: 20-node third order tetrahedron (4 nodes associated with the vertices, 12 with the edges, 4 with the faces)
68 {'T', 4, 4, 35, 1}, // 30: 35-node fourth order tetrahedron (4 nodes associated with the vertices, 18 with the edges, 12 with the faces, 1 in the volume)
69 {'T', 5, 4, 56, 1}, // 31: 56-node fifth order tetrahedron (4 nodes associated with the vertices, 24 with the edges, 24 with the faces, 4 in the volume)