ParMooN
 All Classes Functions Variables Friends Pages
C6_2_C6_2.h
1 // P6 and Q6 like behaviour on considered edge
2 static char C6_2_C6_2_Name[] = "C6_2_C6_2";
3 static char C6_2_C6_2_Desc[] = "conforming P6 or Q6 element";
4 static int C6_2_C6_2_N0 = 7;
5 static int C6_2_C6_2_N1 = 7;
6 static int C6_2_C6_2_NPairs = 7;
7 static int C6_2_C6_2_Pairs[][2] = { {0,13}, {1,12}, {2,11}, {3,10},
8  {4,9}, {5,8}, {6,7}};
9 static int C6_2_C6_2_NHanging = 0;
10 static int *C6_2_C6_2_Hanging = NULL;
11 static HNDesc *C6_2_C6_2_HangingTypes = NULL;
12 static int **C6_2_C6_2_Coupling = NULL;
13 static int C6_2_C6_2_NFarHanging = 0;
14 static int *C6_2_C6_2_FarHanging = NULL;
15 static HNDesc *C6_2_C6_2_FarHangingTypes = NULL;
16 static int ****C6_2_C6_2_FarCoupling = NULL;
17 static int C6_2_C6_2_NNoopposite = 0;
18 static int *C6_2_C6_2_Nopposite = NULL;
19 static int C6_2_C6_2_NNodes = 14;
20 
21 TFE2DMapper *C6_2_C6_2 = new TFE2DMapper(C6_2_C6_2_Name, C6_2_C6_2_Desc,
22  C6_2_C6_2_N0, C6_2_C6_2_N1,
23  C6_2_C6_2_NPairs, (int *)C6_2_C6_2_Pairs,
24  C6_2_C6_2_NHanging, C6_2_C6_2_Hanging,
25  C6_2_C6_2_HangingTypes, C6_2_C6_2_Coupling,
26  C6_2_C6_2_NFarHanging, C6_2_C6_2_FarHanging,
27  C6_2_C6_2_FarHangingTypes, C6_2_C6_2_FarCoupling,
28  C6_2_C6_2_NNoopposite, C6_2_C6_2_Nopposite,
29  C6_2_C6_2_NNodes);
Definition: FE2DMapper.h:24