ParMooN
 All Classes Functions Variables Friends Pages
N5_2_N5_2.h
1 // nonconfoming Q5 like behaviour on considered edge
2 static char N5_2_N5_2_Name[] = "N5_2_N5_2";
3 static char N5_2_N5_2_Desc[] = "nonconforming Q5 element";
4 static int N5_2_N5_2_N0 = 5;
5 static int N5_2_N5_2_N1 = 5;
6 static int N5_2_N5_2_NPairs = 5;
7 static int N5_2_N5_2_Pairs[][2] = { {0,5}, {1,6}, {2,7}, {3,8}, {4,9} };
8 static int N5_2_N5_2_NHanging = 0;
9 static int *N5_2_N5_2_Hanging = NULL;
10 static HNDesc *N5_2_N5_2_HangingTypes = NULL;
11 static int **N5_2_N5_2_Coupling = NULL;
12 static int N5_2_N5_2_NFarHanging = 0;
13 static int *N5_2_N5_2_FarHanging = NULL;
14 static HNDesc *N5_2_N5_2_FarHangingTypes = NULL;
15 static int ****N5_2_N5_2_FarCoupling = NULL;
16 static int N5_2_N5_2_NNoopposite = 0;
17 static int *N5_2_N5_2_Nopposite = NULL;
18 static int N5_2_N5_2_NNodes = 10;
19 
20 TFE2DMapper *N5_2_N5_2 = new TFE2DMapper(N5_2_N5_2_Name, N5_2_N5_2_Desc,
21  N5_2_N5_2_N0, N5_2_N5_2_N1,
22  N5_2_N5_2_NPairs, (int *)N5_2_N5_2_Pairs,
23  N5_2_N5_2_NHanging, N5_2_N5_2_Hanging,
24  N5_2_N5_2_HangingTypes, N5_2_N5_2_Coupling,
25  N5_2_N5_2_NFarHanging, N5_2_N5_2_FarHanging,
26  N5_2_N5_2_FarHangingTypes, N5_2_N5_2_FarCoupling,
27  N5_2_N5_2_NNoopposite, N5_2_N5_2_Nopposite,
28  N5_2_N5_2_NNodes);
Definition: FE2DMapper.h:24