ParMooN
 All Classes Functions Variables Friends Pages
C2_2_C2_2.h
1 // P2 and Q2 like behaviour on considered edge
2 static char C2_2_C2_2_Name[] = "C2_2_C2_2";
3 static char C2_2_C2_2_Desc[] = "conforming P2 or Q2 element";
4 static int C2_2_C2_2_N0 = 3;
5 static int C2_2_C2_2_N1 = 3;
6 static int C2_2_C2_2_NPairs = 3;
7 static int C2_2_C2_2_Pairs[][2] = { {0,5}, {1,4}, {2,3} };
8 static int C2_2_C2_2_NHanging = 0;
9 static int *C2_2_C2_2_Hanging = NULL;
10 static HNDesc *C2_2_C2_2_HangingTypes = NULL;
11 static int **C2_2_C2_2_Coupling = NULL;
12 static int C2_2_C2_2_NFarHanging = 0;
13 static int *C2_2_C2_2_FarHanging = NULL;
14 static HNDesc *C2_2_C2_2_FarHangingTypes = NULL;
15 static int ****C2_2_C2_2_FarCoupling = NULL;
16 static int C2_2_C2_2_NNoopposite = 0;
17 static int *C2_2_C2_2_Nopposite = NULL;
18 static int C2_2_C2_2_NNodes = 6;
19 
20 TFE2DMapper *C2_2_C2_2 = new TFE2DMapper(C2_2_C2_2_Name, C2_2_C2_2_Desc,
21  C2_2_C2_2_N0, C2_2_C2_2_N1,
22  C2_2_C2_2_NPairs, (int *)C2_2_C2_2_Pairs,
23  C2_2_C2_2_NHanging, C2_2_C2_2_Hanging,
24  C2_2_C2_2_HangingTypes, C2_2_C2_2_Coupling,
25  C2_2_C2_2_NFarHanging, C2_2_C2_2_FarHanging,
26  C2_2_C2_2_FarHangingTypes, C2_2_C2_2_FarCoupling,
27  C2_2_C2_2_NNoopposite, C2_2_C2_2_Nopposite,
28  C2_2_C2_2_NNodes);
Definition: FE2DMapper.h:24