ParMooN
 All Classes Functions Variables Friends Pages
C7_2_C7_2.h
1 // P7 and Q7 like behaviour on considered edge
2 static char C7_2_C7_2_Name[] = "C7_2_C7_2";
3 static char C7_2_C7_2_Desc[] = "conforming P7 or Q7 element";
4 static int C7_2_C7_2_N0 = 8;
5 static int C7_2_C7_2_N1 = 8;
6 static int C7_2_C7_2_NPairs = 8;
7 static int C7_2_C7_2_Pairs[][2] = { {0,15}, {1,14}, {2,13}, {3,12},
8  {4,11}, {5,10}, {6,9}, {7,8}};
9 static int C7_2_C7_2_NHanging = 0;
10 static int *C7_2_C7_2_Hanging = NULL;
11 static HNDesc *C7_2_C7_2_HangingTypes = NULL;
12 static int **C7_2_C7_2_Coupling = NULL;
13 static int C7_2_C7_2_NFarHanging = 0;
14 static int *C7_2_C7_2_FarHanging = NULL;
15 static HNDesc *C7_2_C7_2_FarHangingTypes = NULL;
16 static int ****C7_2_C7_2_FarCoupling = NULL;
17 static int C7_2_C7_2_NNoopposite = 0;
18 static int *C7_2_C7_2_Nopposite = NULL;
19 static int C7_2_C7_2_NNodes = 16;
20 
21 TFE2DMapper *C7_2_C7_2 = new TFE2DMapper(C7_2_C7_2_Name, C7_2_C7_2_Desc,
22  C7_2_C7_2_N0, C7_2_C7_2_N1,
23  C7_2_C7_2_NPairs, (int *)C7_2_C7_2_Pairs,
24  C7_2_C7_2_NHanging, C7_2_C7_2_Hanging,
25  C7_2_C7_2_HangingTypes, C7_2_C7_2_Coupling,
26  C7_2_C7_2_NFarHanging, C7_2_C7_2_FarHanging,
27  C7_2_C7_2_FarHangingTypes, C7_2_C7_2_FarCoupling,
28  C7_2_C7_2_NNoopposite, C7_2_C7_2_Nopposite,
29  C7_2_C7_2_NNodes);
Definition: FE2DMapper.h:24