ParMooN
 All Classes Functions Variables Friends Pages
N4_2_N4_2.h
1 // nonconfoming Q4 like behaviour on considered edge
2 static char N4_2_N4_2_Name[] = "N4_2_N4_2";
3 static char N4_2_N4_2_Desc[] = "nonconforming Q4 element";
4 static int N4_2_N4_2_N0 = 4;
5 static int N4_2_N4_2_N1 = 4;
6 static int N4_2_N4_2_NPairs = 4;
7 static int N4_2_N4_2_Pairs[][2] = { {0,4}, {1,5}, {2,6}, {3,7} };
8 static int N4_2_N4_2_NHanging = 0;
9 static int *N4_2_N4_2_Hanging = NULL;
10 static HNDesc *N4_2_N4_2_HangingTypes = NULL;
11 static int **N4_2_N4_2_Coupling = NULL;
12 static int N4_2_N4_2_NFarHanging = 0;
13 static int *N4_2_N4_2_FarHanging = NULL;
14 static HNDesc *N4_2_N4_2_FarHangingTypes = NULL;
15 static int ****N4_2_N4_2_FarCoupling = NULL;
16 static int N4_2_N4_2_NNoopposite = 0;
17 static int *N4_2_N4_2_Nopposite = NULL;
18 static int N4_2_N4_2_NNodes = 8;
19 
20 TFE2DMapper *N4_2_N4_2 = new TFE2DMapper(N4_2_N4_2_Name, N4_2_N4_2_Desc,
21  N4_2_N4_2_N0, N4_2_N4_2_N1,
22  N4_2_N4_2_NPairs, (int *)N4_2_N4_2_Pairs,
23  N4_2_N4_2_NHanging, N4_2_N4_2_Hanging,
24  N4_2_N4_2_HangingTypes, N4_2_N4_2_Coupling,
25  N4_2_N4_2_NFarHanging, N4_2_N4_2_FarHanging,
26  N4_2_N4_2_FarHangingTypes, N4_2_N4_2_FarCoupling,
27  N4_2_N4_2_NNoopposite, N4_2_N4_2_Nopposite,
28  N4_2_N4_2_NNodes);
Definition: FE2DMapper.h:24