25 static const t_index INT_SCHEME_Line_1 = 1;
26 static const t_index INT_SCHEME_Line_2 = 2;
27 static const t_index INT_SCHEME_Line_3 = 3;
28 static const t_index INT_SCHEME_Line_4 = 4;
31 static const t_index INT_SCHEME_Quad_1 = 1;
32 static const t_index INT_SCHEME_Quad_4 = 4;
33 static const t_index INT_SCHEME_Quad_9 = 9;
34 static const t_index INT_SCHEME_Quad_16 = 16;
37 static const t_index INT_SCHEME_Tri_1 = 1;
38 static const t_index INT_SCHEME_Tri_3 = 3;
39 static const t_index INT_SCHEME_Tri_6 = 6;
40 static const t_index INT_SCHEME_Tri_7 = 7;
41 static const t_index INT_SCHEME_Tri_12 = 12;
44 static const t_index INT_SCHEME_Tet_1 = 1;
45 static const t_index INT_SCHEME_Tet_4 = 4;
46 static const t_index INT_SCHEME_Tet_8 = 8;
47 static const t_index INT_SCHEME_Tet_14 = 14;
48 static const t_index INT_SCHEME_Tet_24 = 24;
51 static const t_index INT_SCHEME_Hex_1 = 1;
52 static const t_index INT_SCHEME_Hex_8 = 8;
53 static const t_index INT_SCHEME_Hex_27 = 27;
54 static const t_index INT_SCHEME_Hex_64 = 64;
57 static const t_index INT_SCHEME_Prism_1 = 1 * 1;
58 static const t_index INT_SCHEME_Prism_6 = 3 * 2;
59 static const t_index INT_SCHEME_Prism_18 = 6 * 3;
60 static const t_index INT_SCHEME_Prism_21 = 7 * 3;
61 static const t_index INT_SCHEME_Prism_48 = 12 * 4;
64 static const t_index INT_SCHEME_Pyramid_1 = 1;
65 static const t_index INT_SCHEME_Pyramid_8 = 8;
66 static const t_index INT_SCHEME_Pyramid_27 = 27;
67 static const t_index INT_SCHEME_Pyramid_64 = 64;
70 static const int INT_ORDER_MAX = 6;