ParMooN
 All Classes Functions Variables Friends Pages
C8_2_C8_2.h
1 // P8 and Q8 like behaviour on considered edge
2 static char C8_2_C8_2_Name[] = "C8_2_C8_2";
3 static char C8_2_C8_2_Desc[] = "conforming P8 or Q8 element";
4 static int C8_2_C8_2_N0 = 9;
5 static int C8_2_C8_2_N1 = 9;
6 static int C8_2_C8_2_NPairs = 9;
7 static int C8_2_C8_2_Pairs[][2] = { {0,17}, {1,16}, {2,15}, {3,14},
8  {4,13}, {5,12}, {6,11}, {7,10}, {8,9}};
9 static int C8_2_C8_2_NHanging = 0;
10 static int *C8_2_C8_2_Hanging = NULL;
11 static HNDesc *C8_2_C8_2_HangingTypes = NULL;
12 static int **C8_2_C8_2_Coupling = NULL;
13 static int C8_2_C8_2_NFarHanging = 0;
14 static int *C8_2_C8_2_FarHanging = NULL;
15 static HNDesc *C8_2_C8_2_FarHangingTypes = NULL;
16 static int ****C8_2_C8_2_FarCoupling = NULL;
17 static int C8_2_C8_2_NNoopposite = 0;
18 static int *C8_2_C8_2_Nopposite = NULL;
19 static int C8_2_C8_2_NNodes = 18;
20 
21 TFE2DMapper *C8_2_C8_2 = new TFE2DMapper(C8_2_C8_2_Name, C8_2_C8_2_Desc,
22  C8_2_C8_2_N0, C8_2_C8_2_N1,
23  C8_2_C8_2_NPairs, (int *)C8_2_C8_2_Pairs,
24  C8_2_C8_2_NHanging, C8_2_C8_2_Hanging,
25  C8_2_C8_2_HangingTypes, C8_2_C8_2_Coupling,
26  C8_2_C8_2_NFarHanging, C8_2_C8_2_FarHanging,
27  C8_2_C8_2_FarHangingTypes, C8_2_C8_2_FarCoupling,
28  C8_2_C8_2_NNoopposite, C8_2_C8_2_Nopposite,
29  C8_2_C8_2_NNodes);
Definition: FE2DMapper.h:24