6 #ifndef INC_HECMW_COUPLE_TABLE
7 #define INC_HECMW_COUPLE_TABLE
9 static int hecmw_surf_node_table_tet1[4][3] = {
10 {2, 3, 4}, {1, 4, 3}, {1, 2, 4}, {1, 3, 2},
13 static int hecmw_surf_node_table_pri1[5][4] = {
14 {2, 3, 6, 5}, {3, 1, 4, 6}, {1, 2, 5, 4}, {3, 2, 1}, {4, 5, 6},
17 static int hecmw_surf_node_table_hex1[6][4] = {
18 {4, 1, 5, 8}, {2, 3, 7, 6}, {1, 2, 6, 5},
19 {3, 4, 8, 7}, {4, 3, 2, 1}, {5, 6, 7, 8},