ParMooN
 All Classes Functions Variables Friends Pages
N5_2_N5_2_1Reg.h
1 // nonconforming P1 and Q1 like behaviour on considered edge
2 static char N5_2_N5_2_1Reg_Name[] = "N5_2_N5_2_1Reg";
3 static char N5_2_N5_2_1Reg_Desc[] = "nonconforming P5 or Q5 element, one regular grid";
4 static int N5_2_N5_2_1Reg_N0 = 5;
5 static int N5_2_N5_2_1Reg_N1 = 5;
6 static int N5_2_N5_2_1Reg_N2 = 5;
7 static int N5_2_N5_2_1Reg_NMid = 0;
8 static int *N5_2_N5_2_1Reg_Mid = NULL;
9 static int N5_2_N5_2_1Reg_NPairs = 0;
10 static int *N5_2_N5_2_1Reg_Pairs = NULL;
11 static int N5_2_N5_2_1Reg_NHanging = 5;
12 static int N5_2_N5_2_1Reg_Hanging[] = { 0, 1, 2, 3, 4 };
13 static HNDesc N5_2_N5_2_1Reg_HangingTypes[] = { HN_N_P1_2D_0, HN_N_P2_2D_0,
14  HN_N_P3_2D_0, HN_N_P4_2D_0,
15  HN_N_P5_2D_0 };
16 static int N5_2_N5_2_1Reg_Coupling_0[] = { 5, 10 };
17 static int N5_2_N5_2_1Reg_Coupling_1[] = { 5, 6, 10, 11 };
18 static int N5_2_N5_2_1Reg_Coupling_2[] = { 5, 6, 7, 10, 11, 12 };
19 static int N5_2_N5_2_1Reg_Coupling_3[] = { 5, 6, 7, 8, 10, 11, 12, 13 };
20 static int N5_2_N5_2_1Reg_Coupling_4[] = { 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 };
21 static int *N5_2_N5_2_1Reg_Coupling[] = { N5_2_N5_2_1Reg_Coupling_0,
22  N5_2_N5_2_1Reg_Coupling_1,
23  N5_2_N5_2_1Reg_Coupling_2,
24  N5_2_N5_2_1Reg_Coupling_3,
25  N5_2_N5_2_1Reg_Coupling_4 };
26 static int N5_2_N5_2_1Reg_NFarHanging = 0;
27 static int *N5_2_N5_2_1Reg_FarHanging = NULL;
28 static HNDesc *N5_2_N5_2_1Reg_FarHangingTypes = NULL;
29 static int ****N5_2_N5_2_1Reg_FarCoupling = NULL;
30 static int N5_2_N5_2_1Reg_NNoopposite = 10;
31 static int N5_2_N5_2_1Reg_Nopposite[] = { 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 };
32 static int N5_2_N5_2_1Reg_NNodes = 15;
33 
34 TFE2DMapper1Reg *N5_2_N5_2_1Reg = new TFE2DMapper1Reg(
35  N5_2_N5_2_1Reg_Name, N5_2_N5_2_1Reg_Desc,
36  N5_2_N5_2_1Reg_N0, N5_2_N5_2_1Reg_N1, N5_2_N5_2_1Reg_N2,
37  N5_2_N5_2_1Reg_NPairs, (int *)N5_2_N5_2_1Reg_Pairs,
38  N5_2_N5_2_1Reg_NMid, (int *)N5_2_N5_2_1Reg_Mid,
39  N5_2_N5_2_1Reg_NHanging, N5_2_N5_2_1Reg_Hanging,
40  N5_2_N5_2_1Reg_HangingTypes, N5_2_N5_2_1Reg_Coupling,
41  N5_2_N5_2_1Reg_NFarHanging, N5_2_N5_2_1Reg_FarHanging,
42  N5_2_N5_2_1Reg_FarHangingTypes, N5_2_N5_2_1Reg_FarCoupling,
43  N5_2_N5_2_1Reg_NNoopposite, N5_2_N5_2_1Reg_Nopposite,
44  N5_2_N5_2_1Reg_NNodes);
Definition: FE2DMapper1Reg.h:23