ParMooN
 All Classes Functions Variables Friends Pages
C5_2_C5_2.h
1 // P5 and Q5 like behaviour on considered edge
2 static char C5_2_C5_2_Name[] = "C5_2_C5_2";
3 static char C5_2_C5_2_Desc[] = "conforming P5 or Q5 element";
4 static int C5_2_C5_2_N0 = 6;
5 static int C5_2_C5_2_N1 = 6;
6 static int C5_2_C5_2_NPairs = 6;
7 static int C5_2_C5_2_Pairs[][2] = { {0,11}, {1,10}, {2,9}, {3,8},
8  {4,7}, {5,6}};
9 static int C5_2_C5_2_NHanging = 0;
10 static int *C5_2_C5_2_Hanging = NULL;
11 static HNDesc *C5_2_C5_2_HangingTypes = NULL;
12 static int **C5_2_C5_2_Coupling = NULL;
13 static int C5_2_C5_2_NFarHanging = 0;
14 static int *C5_2_C5_2_FarHanging = NULL;
15 static HNDesc *C5_2_C5_2_FarHangingTypes = NULL;
16 static int ****C5_2_C5_2_FarCoupling = NULL;
17 static int C5_2_C5_2_NNoopposite = 0;
18 static int *C5_2_C5_2_Nopposite = NULL;
19 static int C5_2_C5_2_NNodes = 12;
20 
21 TFE2DMapper *C5_2_C5_2 = new TFE2DMapper(C5_2_C5_2_Name, C5_2_C5_2_Desc,
22  C5_2_C5_2_N0, C5_2_C5_2_N1,
23  C5_2_C5_2_NPairs, (int *)C5_2_C5_2_Pairs,
24  C5_2_C5_2_NHanging, C5_2_C5_2_Hanging,
25  C5_2_C5_2_HangingTypes, C5_2_C5_2_Coupling,
26  C5_2_C5_2_NFarHanging, C5_2_C5_2_FarHanging,
27  C5_2_C5_2_FarHangingTypes, C5_2_C5_2_FarCoupling,
28  C5_2_C5_2_NNoopposite, C5_2_C5_2_Nopposite,
29  C5_2_C5_2_NNodes);
Definition: FE2DMapper.h:24