ParMooN
 All Classes Functions Variables Friends Pages
N4_2_N4_2_1Reg.h
1 // nonconforming P1 and Q1 like behaviour on considered edge
2 static char N4_2_N4_2_1Reg_Name[] = "N4_2_N4_2_1Reg";
3 static char N4_2_N4_2_1Reg_Desc[] = "nonconforming P4 or Q4 element, one regular grid";
4 static int N4_2_N4_2_1Reg_N0 = 4;
5 static int N4_2_N4_2_1Reg_N1 = 4;
6 static int N4_2_N4_2_1Reg_N2 = 4;
7 static int N4_2_N4_2_1Reg_NMid = 0;
8 static int *N4_2_N4_2_1Reg_Mid = NULL;
9 static int N4_2_N4_2_1Reg_NPairs = 0;
10 static int *N4_2_N4_2_1Reg_Pairs = NULL;
11 static int N4_2_N4_2_1Reg_NHanging = 4;
12 static int N4_2_N4_2_1Reg_Hanging[] = { 0, 1, 2, 3 };
13 static HNDesc N4_2_N4_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 static int N4_2_N4_2_1Reg_Coupling_0[] = { 4, 8 };
16 static int N4_2_N4_2_1Reg_Coupling_1[] = { 4, 5, 8, 9 };
17 static int N4_2_N4_2_1Reg_Coupling_2[] = { 4, 5, 6, 8, 9, 10 };
18 static int N4_2_N4_2_1Reg_Coupling_3[] = { 4, 5, 6, 7, 8, 9, 10, 11 };
19 static int *N4_2_N4_2_1Reg_Coupling[] = { N4_2_N4_2_1Reg_Coupling_0,
20  N4_2_N4_2_1Reg_Coupling_1,
21  N4_2_N4_2_1Reg_Coupling_2,
22  N4_2_N4_2_1Reg_Coupling_3 };
23 static int N4_2_N4_2_1Reg_NFarHanging = 0;
24 static int *N4_2_N4_2_1Reg_FarHanging = NULL;
25 static HNDesc *N4_2_N4_2_1Reg_FarHangingTypes = NULL;
26 static int ****N4_2_N4_2_1Reg_FarCoupling = NULL;
27 static int N4_2_N4_2_1Reg_NNoopposite = 8;
28 static int N4_2_N4_2_1Reg_Nopposite[] = { 4, 5, 6, 7, 8, 9, 10, 11 };
29 static int N4_2_N4_2_1Reg_NNodes = 12;
30 
31 TFE2DMapper1Reg *N4_2_N4_2_1Reg = new TFE2DMapper1Reg(
32  N4_2_N4_2_1Reg_Name, N4_2_N4_2_1Reg_Desc,
33  N4_2_N4_2_1Reg_N0, N4_2_N4_2_1Reg_N1, N4_2_N4_2_1Reg_N2,
34  N4_2_N4_2_1Reg_NPairs, (int *)N4_2_N4_2_1Reg_Pairs,
35  N4_2_N4_2_1Reg_NMid, (int *)N4_2_N4_2_1Reg_Mid,
36  N4_2_N4_2_1Reg_NHanging, N4_2_N4_2_1Reg_Hanging,
37  N4_2_N4_2_1Reg_HangingTypes, N4_2_N4_2_1Reg_Coupling,
38  N4_2_N4_2_1Reg_NFarHanging, N4_2_N4_2_1Reg_FarHanging,
39  N4_2_N4_2_1Reg_FarHangingTypes, N4_2_N4_2_1Reg_FarCoupling,
40  N4_2_N4_2_1Reg_NNoopposite, N4_2_N4_2_1Reg_Nopposite,
41  N4_2_N4_2_1Reg_NNodes);
Definition: FE2DMapper1Reg.h:23