ParMooN
 All Classes Functions Variables Friends Pages
N1_2_N1_2.h
1 // nonconfoming P1 and Q1 like behaviour on considered edge
2 static char N1_2_N1_2_Name[] = "N1_2_N1_2";
3 static char N1_2_N1_2_Desc[] = "nonconforming P1 or Q1 element";
4 static int N1_2_N1_2_N0 = 1;
5 static int N1_2_N1_2_N1 = 1;
6 static int N1_2_N1_2_NPairs = 1;
7 static int N1_2_N1_2_Pairs[][2] = { {0,1} };
8 static int N1_2_N1_2_NHanging = 0;
9 static int *N1_2_N1_2_Hanging = NULL;
10 static HNDesc *N1_2_N1_2_HangingTypes = NULL;
11 static int **N1_2_N1_2_Coupling = NULL;
12 static int N1_2_N1_2_NFarHanging = 0;
13 static int *N1_2_N1_2_FarHanging = NULL;
14 static HNDesc *N1_2_N1_2_FarHangingTypes = NULL;
15 static int ****N1_2_N1_2_FarCoupling = NULL;
16 static int N1_2_N1_2_NNoopposite = 0;
17 static int *N1_2_N1_2_Nopposite = NULL;
18 static int N1_2_N1_2_NNodes = 2;
19 
20 TFE2DMapper *N1_2_N1_2 = new TFE2DMapper(N1_2_N1_2_Name, N1_2_N1_2_Desc,
21  N1_2_N1_2_N0, N1_2_N1_2_N1,
22  N1_2_N1_2_NPairs, (int *)N1_2_N1_2_Pairs,
23  N1_2_N1_2_NHanging, N1_2_N1_2_Hanging,
24  N1_2_N1_2_HangingTypes, N1_2_N1_2_Coupling,
25  N1_2_N1_2_NFarHanging, N1_2_N1_2_FarHanging,
26  N1_2_N1_2_FarHangingTypes, N1_2_N1_2_FarCoupling,
27  N1_2_N1_2_NNoopposite, N1_2_N1_2_Nopposite,
28  N1_2_N1_2_NNodes);
Definition: FE2DMapper.h:24