ParMooN
 All Classes Functions Variables Friends Pages
C1_2_C1_2.h
1 // P1 and Q1 like behaviour on considered edge
2 static char C1_2_C1_2_Name[] = "C1_2_C1_2";
3 static char C1_2_C1_2_Desc[] = "conforming P1 or Q1 element";
4 static int C1_2_C1_2_N0 = 2;
5 static int C1_2_C1_2_N1 = 2;
6 static int C1_2_C1_2_NPairs = 2;
7 static int C1_2_C1_2_Pairs[][2] = { {0,3}, {1,2} };
8 static int C1_2_C1_2_NHanging = 0;
9 static int *C1_2_C1_2_Hanging = NULL;
10 static HNDesc *C1_2_C1_2_HangingTypes = NULL;
11 static int **C1_2_C1_2_Coupling = NULL;
12 static int C1_2_C1_2_NFarHanging = 0;
13 static int *C1_2_C1_2_FarHanging = NULL;
14 static HNDesc *C1_2_C1_2_FarHangingTypes = NULL;
15 static int ****C1_2_C1_2_FarCoupling = NULL;
16 static int C1_2_C1_2_NNoopposite = 0;
17 static int *C1_2_C1_2_Nopposite = NULL;
18 static int C1_2_C1_2_NNodes = 4;
19 
20 TFE2DMapper *C1_2_C1_2 = new TFE2DMapper(C1_2_C1_2_Name, C1_2_C1_2_Desc,
21  C1_2_C1_2_N0, C1_2_C1_2_N1,
22  C1_2_C1_2_NPairs, (int *)C1_2_C1_2_Pairs,
23  C1_2_C1_2_NHanging, C1_2_C1_2_Hanging,
24  C1_2_C1_2_HangingTypes, C1_2_C1_2_Coupling,
25  C1_2_C1_2_NFarHanging, C1_2_C1_2_FarHanging,
26  C1_2_C1_2_FarHangingTypes, C1_2_C1_2_FarCoupling,
27  C1_2_C1_2_NNoopposite, C1_2_C1_2_Nopposite,
28  C1_2_C1_2_NNodes);
Definition: FE2DMapper.h:24