ParMooN
 All Classes Functions Variables Friends Pages
C3_2_C3_2.h
1 // P3 and Q3 like behaviour on considered edge
2 static char C3_2_C3_2_Name[] = "C3_2_C3_2";
3 static char C3_2_C3_2_Desc[] = "conforming P3 or Q3 element";
4 static int C3_2_C3_2_N0 = 4;
5 static int C3_2_C3_2_N1 = 4;
6 static int C3_2_C3_2_NPairs = 4;
7 static int C3_2_C3_2_Pairs[][2] = { {0,7}, {1,6}, {2,5}, {3,4} };
8 static int C3_2_C3_2_NHanging = 0;
9 static int *C3_2_C3_2_Hanging = NULL;
10 static HNDesc *C3_2_C3_2_HangingTypes = NULL;
11 static int **C3_2_C3_2_Coupling = NULL;
12 static int C3_2_C3_2_NFarHanging = 0;
13 static int *C3_2_C3_2_FarHanging = NULL;
14 static HNDesc *C3_2_C3_2_FarHangingTypes = NULL;
15 static int ****C3_2_C3_2_FarCoupling = NULL;
16 static int C3_2_C3_2_NNoopposite = 0;
17 static int *C3_2_C3_2_Nopposite = NULL;
18 static int C3_2_C3_2_NNodes = 8;
19 
20 TFE2DMapper *C3_2_C3_2 = new TFE2DMapper(C3_2_C3_2_Name, C3_2_C3_2_Desc,
21  C3_2_C3_2_N0, C3_2_C3_2_N1,
22  C3_2_C3_2_NPairs, (int *)C3_2_C3_2_Pairs,
23  C3_2_C3_2_NHanging, C3_2_C3_2_Hanging,
24  C3_2_C3_2_HangingTypes, C3_2_C3_2_Coupling,
25  C3_2_C3_2_NFarHanging, C3_2_C3_2_FarHanging,
26  C3_2_C3_2_FarHangingTypes, C3_2_C3_2_FarCoupling,
27  C3_2_C3_2_NNoopposite, C3_2_C3_2_Nopposite,
28  C3_2_C3_2_NNodes);
Definition: FE2DMapper.h:24