ParMooN
 All Classes Functions Variables Friends Pages
N3_2_N3_2_1Reg.h
1 // nonconforming P1 and Q1 like behaviour on considered edge
2 static char N3_2_N3_2_1Reg_Name[] = "N3_2_N3_2_1Reg";
3 static char N3_2_N3_2_1Reg_Desc[] = "nonconforming P3 or Q3 element, one regular grid";
4 static int N3_2_N3_2_1Reg_N0 = 3;
5 static int N3_2_N3_2_1Reg_N1 = 3;
6 static int N3_2_N3_2_1Reg_N2 = 3;
7 static int N3_2_N3_2_1Reg_NMid = 0;
8 static int *N3_2_N3_2_1Reg_Mid = NULL;
9 static int N3_2_N3_2_1Reg_NPairs = 0;
10 static int *N3_2_N3_2_1Reg_Pairs = NULL;
11 static int N3_2_N3_2_1Reg_NHanging = 3;
12 static int N3_2_N3_2_1Reg_Hanging[] = { 0, 1, 2 };
13 static HNDesc N3_2_N3_2_1Reg_HangingTypes[] = { HN_N_P1_2D_0,
14  HN_N_P2_2D_0,
15  HN_N_P3_2D_0 };
16 static int N3_2_N3_2_1Reg_Coupling_0[] = { 3, 6, };
17 static int N3_2_N3_2_1Reg_Coupling_1[] = { 3, 4, 6, 7 };
18 static int N3_2_N3_2_1Reg_Coupling_2[] = { 3, 4, 5, 6, 7, 8 };
19 static int *N3_2_N3_2_1Reg_Coupling[] = { N3_2_N3_2_1Reg_Coupling_0,
20  N3_2_N3_2_1Reg_Coupling_1,
21  N3_2_N3_2_1Reg_Coupling_2 };
22 static int N3_2_N3_2_1Reg_NFarHanging = 0;
23 static int *N3_2_N3_2_1Reg_FarHanging = NULL;
24 static HNDesc *N3_2_N3_2_1Reg_FarHangingTypes = NULL;
25 static int ****N3_2_N3_2_1Reg_FarCoupling = NULL;
26 static int N3_2_N3_2_1Reg_NNoopposite = 6;
27 static int N3_2_N3_2_1Reg_Nopposite[] = { 3, 4, 5, 6, 7, 8 };
28 static int N3_2_N3_2_1Reg_NNodes = 9;
29 
30 TFE2DMapper1Reg *N3_2_N3_2_1Reg = new TFE2DMapper1Reg(
31  N3_2_N3_2_1Reg_Name, N3_2_N3_2_1Reg_Desc,
32  N3_2_N3_2_1Reg_N0, N3_2_N3_2_1Reg_N1, N3_2_N3_2_1Reg_N2,
33  N3_2_N3_2_1Reg_NPairs, (int *)N3_2_N3_2_1Reg_Pairs,
34  N3_2_N3_2_1Reg_NMid, (int *)N3_2_N3_2_1Reg_Mid,
35  N3_2_N3_2_1Reg_NHanging, N3_2_N3_2_1Reg_Hanging,
36  N3_2_N3_2_1Reg_HangingTypes, N3_2_N3_2_1Reg_Coupling,
37  N3_2_N3_2_1Reg_NFarHanging, N3_2_N3_2_1Reg_FarHanging,
38  N3_2_N3_2_1Reg_FarHangingTypes, N3_2_N3_2_1Reg_FarCoupling,
39  N3_2_N3_2_1Reg_NNoopposite, N3_2_N3_2_1Reg_Nopposite,
40  N3_2_N3_2_1Reg_NNodes);
Definition: FE2DMapper1Reg.h:23