ParMooN
 All Classes Functions Variables Friends Pages
C0_2_C0_2.h
1 // P0 and Q0 like behaviour on considered edge
2 static char C0_2_C0_2_Name[] = "C0_2_C0_2";
3 static char C0_2_C0_2_Desc[] = "conforming P0 or Q0 element";
4 static int C0_2_C0_2_N0 = 0;
5 static int C0_2_C0_2_N1 = 0;
6 static int C0_2_C0_2_NPairs = 0;
7 static int *C0_2_C0_2_Pairs = NULL;
8 static int C0_2_C0_2_NHanging = 0;
9 static int *C0_2_C0_2_Hanging = NULL;
10 static HNDesc *C0_2_C0_2_HangingTypes = NULL;
11 static int **C0_2_C0_2_Coupling = NULL;
12 static int C0_2_C0_2_NFarHanging = 0;
13 static int *C0_2_C0_2_FarHanging = NULL;
14 static HNDesc *C0_2_C0_2_FarHangingTypes = NULL;
15 static int ****C0_2_C0_2_FarCoupling = NULL;
16 static int C0_2_C0_2_NNoopposite = 0;
17 static int *C0_2_C0_2_Nopposite = NULL;
18 static int C0_2_C0_2_NNodes = 0;
19 
20 TFE2DMapper *C0_2_C0_2 = new TFE2DMapper(C0_2_C0_2_Name, C0_2_C0_2_Desc,
21  C0_2_C0_2_N0, C0_2_C0_2_N1,
22  C0_2_C0_2_NPairs, (int *)C0_2_C0_2_Pairs,
23  C0_2_C0_2_NHanging, C0_2_C0_2_Hanging,
24  C0_2_C0_2_HangingTypes, C0_2_C0_2_Coupling,
25  C0_2_C0_2_NFarHanging, C0_2_C0_2_FarHanging,
26  C0_2_C0_2_FarHangingTypes, C0_2_C0_2_FarCoupling,
27  C0_2_C0_2_NNoopposite, C0_2_C0_2_Nopposite,
28  C0_2_C0_2_NNodes);
Definition: FE2DMapper.h:24