ParMooN
 All Classes Functions Variables Friends Pages
N3_2_N2_2_1Reg.h
1 // nonconforming P1 and Q1 like behaviour on considered edge
2 static char N3_2_N2_2_1Reg_Name[] = "N3_2_N2_2_1Reg";
3 static char N3_2_N2_2_1Reg_Desc[] = "nonconforming P3 or Q3 element, one regular grid";
4 static int N3_2_N2_2_1Reg_N0 = 3;
5 static int N3_2_N2_2_1Reg_N1 = 2;
6 static int N3_2_N2_2_1Reg_N2 = 2;
7 static int N3_2_N2_2_1Reg_NMid = 0;
8 static int *N3_2_N2_2_1Reg_Mid = NULL;
9 static int N3_2_N2_2_1Reg_NPairs = 0;
10 static int *N3_2_N2_2_1Reg_Pairs = NULL;
11 static int N3_2_N2_2_1Reg_NHanging = 2;
12 static int N3_2_N2_2_1Reg_Hanging[] = { 0, 1 };
13 static HNDesc N3_2_N2_2_1Reg_HangingTypes[] = { HN_N_P1_2D_0,
14  HN_N_P2_2D_0 };
15 static int N3_2_N2_2_1Reg_Coupling_0[] = { 3, 5 };
16 static int N3_2_N2_2_1Reg_Coupling_1[] = { 3, 4, 5, 6 };
17 static int *N3_2_N2_2_1Reg_Coupling[] = { N3_2_N2_2_1Reg_Coupling_0,
18  N3_2_N2_2_1Reg_Coupling_1 };
19 static int N3_2_N2_2_1Reg_NFarHanging = 0;
20 static int *N3_2_N2_2_1Reg_FarHanging = NULL;
21 static HNDesc *N3_2_N2_2_1Reg_FarHangingTypes = NULL;
22 static int ****N3_2_N2_2_1Reg_FarCoupling = NULL;
23 static int N3_2_N2_2_1Reg_NNoopposite = 5;
24 static int N3_2_N2_2_1Reg_Nopposite[] = { 2, 3, 4, 5, 6 };
25 static int N3_2_N2_2_1Reg_NNodes = 7;
26 
27 TFE2DMapper1Reg *N3_2_N2_2_1Reg = new TFE2DMapper1Reg(
28  N3_2_N2_2_1Reg_Name, N3_2_N2_2_1Reg_Desc,
29  N3_2_N2_2_1Reg_N0, N3_2_N2_2_1Reg_N1, N3_2_N2_2_1Reg_N2,
30  N3_2_N2_2_1Reg_NPairs, (int *)N3_2_N2_2_1Reg_Pairs,
31  N3_2_N2_2_1Reg_NMid, (int *)N3_2_N2_2_1Reg_Mid,
32  N3_2_N2_2_1Reg_NHanging, N3_2_N2_2_1Reg_Hanging,
33  N3_2_N2_2_1Reg_HangingTypes, N3_2_N2_2_1Reg_Coupling,
34  N3_2_N2_2_1Reg_NFarHanging, N3_2_N2_2_1Reg_FarHanging,
35  N3_2_N2_2_1Reg_FarHangingTypes, N3_2_N2_2_1Reg_FarCoupling,
36  N3_2_N2_2_1Reg_NNoopposite, N3_2_N2_2_1Reg_Nopposite,
37  N3_2_N2_2_1Reg_NNodes);
Definition: FE2DMapper1Reg.h:23