ParMooN
 All Classes Functions Variables Friends Pages
N3_2_N3_2.h
1 // nonconfoming Q3 like behaviour on considered edge
2 static char N3_2_N3_2_Name[] = "N3_2_N3_2";
3 static char N3_2_N3_2_Desc[] = "nonconforming Q3 element";
4 static int N3_2_N3_2_N0 = 3;
5 static int N3_2_N3_2_N1 = 3;
6 static int N3_2_N3_2_NPairs = 3;
7 static int N3_2_N3_2_Pairs[][2] = { {0,3}, {1,4}, {2,5} };
8 static int N3_2_N3_2_NHanging = 0;
9 static int *N3_2_N3_2_Hanging = NULL;
10 static HNDesc *N3_2_N3_2_HangingTypes = NULL;
11 static int **N3_2_N3_2_Coupling = NULL;
12 static int N3_2_N3_2_NFarHanging = 0;
13 static int *N3_2_N3_2_FarHanging = NULL;
14 static HNDesc *N3_2_N3_2_FarHangingTypes = NULL;
15 static int ****N3_2_N3_2_FarCoupling = NULL;
16 static int N3_2_N3_2_NNoopposite = 0;
17 static int *N3_2_N3_2_Nopposite = NULL;
18 static int N3_2_N3_2_NNodes = 6;
19 
20 TFE2DMapper *N3_2_N3_2 = new TFE2DMapper(N3_2_N3_2_Name, N3_2_N3_2_Desc,
21  N3_2_N3_2_N0, N3_2_N3_2_N1,
22  N3_2_N3_2_NPairs, (int *)N3_2_N3_2_Pairs,
23  N3_2_N3_2_NHanging, N3_2_N3_2_Hanging,
24  N3_2_N3_2_HangingTypes, N3_2_N3_2_Coupling,
25  N3_2_N3_2_NFarHanging, N3_2_N3_2_FarHanging,
26  N3_2_N3_2_FarHangingTypes, N3_2_N3_2_FarCoupling,
27  N3_2_N3_2_NNoopposite, N3_2_N3_2_Nopposite,
28  N3_2_N3_2_NNodes);
Definition: FE2DMapper.h:24