ParMooN
 All Classes Functions Variables Friends Pages
C4_2_C4_2.h
1 // P4 and Q4 like behaviour on considered edge
2 static char C4_2_C4_2_Name[] = "C4_2_C4_2";
3 static char C4_2_C4_2_Desc[] = "conforming P4 or Q4 element";
4 static int C4_2_C4_2_N0 = 5;
5 static int C4_2_C4_2_N1 = 5;
6 static int C4_2_C4_2_NPairs = 5;
7 static int C4_2_C4_2_Pairs[][2] = { {0,9}, {1,8}, {2,7}, {3,6}, {4,5} };
8 static int C4_2_C4_2_NHanging = 0;
9 static int *C4_2_C4_2_Hanging = NULL;
10 static HNDesc *C4_2_C4_2_HangingTypes = NULL;
11 static int **C4_2_C4_2_Coupling = NULL;
12 static int C4_2_C4_2_NFarHanging = 0;
13 static int *C4_2_C4_2_FarHanging = NULL;
14 static HNDesc *C4_2_C4_2_FarHangingTypes = NULL;
15 static int ****C4_2_C4_2_FarCoupling = NULL;
16 static int C4_2_C4_2_NNoopposite = 0;
17 static int *C4_2_C4_2_Nopposite = NULL;
18 static int C4_2_C4_2_NNodes = 10;
19 
20 TFE2DMapper *C4_2_C4_2 = new TFE2DMapper(C4_2_C4_2_Name, C4_2_C4_2_Desc,
21  C4_2_C4_2_N0, C4_2_C4_2_N1,
22  C4_2_C4_2_NPairs, (int *)C4_2_C4_2_Pairs,
23  C4_2_C4_2_NHanging, C4_2_C4_2_Hanging,
24  C4_2_C4_2_HangingTypes, C4_2_C4_2_Coupling,
25  C4_2_C4_2_NFarHanging, C4_2_C4_2_FarHanging,
26  C4_2_C4_2_FarHangingTypes, C4_2_C4_2_FarCoupling,
27  C4_2_C4_2_NNoopposite, C4_2_C4_2_Nopposite,
28  C4_2_C4_2_NNodes);
Definition: FE2DMapper.h:24