ParMooN
 All Classes Functions Variables Friends Pages
C9_2_C9_2.h
1 // P9 and Q9 like behaviour on considered edge
2 static char C9_2_C9_2_Name[] = "C9_2_C9_2";
3 static char C9_2_C9_2_Desc[] = "conforming P9 or Q9 element";
4 static int C9_2_C9_2_N0 = 10;
5 static int C9_2_C9_2_N1 = 10;
6 static int C9_2_C9_2_NPairs = 10;
7 static int C9_2_C9_2_Pairs[][2] = { {0,19}, {1,18}, {2,17}, {3,16}, {4,15},
8  {5,14}, {6,13}, {7,12}, {8,11}, {9,10} };
9 static int C9_2_C9_2_NHanging = 0;
10 static int *C9_2_C9_2_Hanging = NULL;
11 static HNDesc *C9_2_C9_2_HangingTypes = NULL;
12 static int **C9_2_C9_2_Coupling = NULL;
13 static int C9_2_C9_2_NFarHanging = 0;
14 static int *C9_2_C9_2_FarHanging = NULL;
15 static HNDesc *C9_2_C9_2_FarHangingTypes = NULL;
16 static int ****C9_2_C9_2_FarCoupling = NULL;
17 static int C9_2_C9_2_NNoopposite = 0;
18 static int *C9_2_C9_2_Nopposite = NULL;
19 static int C9_2_C9_2_NNodes = 20;
20 
21 TFE2DMapper *C9_2_C9_2 = new TFE2DMapper(C9_2_C9_2_Name, C9_2_C9_2_Desc,
22  C9_2_C9_2_N0, C9_2_C9_2_N1,
23  C9_2_C9_2_NPairs, (int *)C9_2_C9_2_Pairs,
24  C9_2_C9_2_NHanging, C9_2_C9_2_Hanging,
25  C9_2_C9_2_HangingTypes, C9_2_C9_2_Coupling,
26  C9_2_C9_2_NFarHanging, C9_2_C9_2_FarHanging,
27  C9_2_C9_2_FarHangingTypes, C9_2_C9_2_FarCoupling,
28  C9_2_C9_2_NNoopposite, C9_2_C9_2_Nopposite,
29  C9_2_C9_2_NNodes);
Definition: FE2DMapper.h:24