ParMooN
 All Classes Functions Variables Friends Pages
N2_2_N2_2_1Reg.h
1 // nonconforming P1 and Q1 like behaviour on considered edge
2 static char N2_2_N2_2_1Reg_Name[] = "N2_2_N2_2_1Reg";
3 static char N2_2_N2_2_1Reg_Desc[] = "nonconforming P2 or Q2 element, one regular grid";
4 static int N2_2_N2_2_1Reg_N0 = 2;
5 static int N2_2_N2_2_1Reg_N1 = 2;
6 static int N2_2_N2_2_1Reg_N2 = 2;
7 static int N2_2_N2_2_1Reg_NMid = 0;
8 static int *N2_2_N2_2_1Reg_Mid = NULL;
9 static int N2_2_N2_2_1Reg_NPairs = 0;
10 static int *N2_2_N2_2_1Reg_Pairs = NULL;
11 static int N2_2_N2_2_1Reg_NHanging = 2;
12 static int N2_2_N2_2_1Reg_Hanging[] = { 0, 1 };
13 static HNDesc N2_2_N2_2_1Reg_HangingTypes[] = { HN_N_P1_2D_0, HN_N_P2_2D_0 };
14 static int N2_2_N2_2_1Reg_Coupling_0[] = { 2, 4, };
15 static int N2_2_N2_2_1Reg_Coupling_1[] = { 2, 3, 4, 5 };
16 static int *N2_2_N2_2_1Reg_Coupling[] = { N2_2_N2_2_1Reg_Coupling_0,
17  N2_2_N2_2_1Reg_Coupling_1 };
18 static int N2_2_N2_2_1Reg_NFarHanging = 0;
19 static int *N2_2_N2_2_1Reg_FarHanging = NULL;
20 static HNDesc *N2_2_N2_2_1Reg_FarHangingTypes = NULL;
21 static int ****N2_2_N2_2_1Reg_FarCoupling = NULL;
22 static int N2_2_N2_2_1Reg_NNoopposite = 4;
23 static int N2_2_N2_2_1Reg_Nopposite[] = { 2, 3, 4, 5 };
24 static int N2_2_N2_2_1Reg_NNodes = 6;
25 
26 TFE2DMapper1Reg *N2_2_N2_2_1Reg = new TFE2DMapper1Reg(
27  N2_2_N2_2_1Reg_Name, N2_2_N2_2_1Reg_Desc,
28  N2_2_N2_2_1Reg_N0, N2_2_N2_2_1Reg_N2, N2_2_N2_2_1Reg_N2,
29  N2_2_N2_2_1Reg_NPairs, (int *)N2_2_N2_2_1Reg_Pairs,
30  N2_2_N2_2_1Reg_NMid, (int *)N2_2_N2_2_1Reg_Mid,
31  N2_2_N2_2_1Reg_NHanging, N2_2_N2_2_1Reg_Hanging,
32  N2_2_N2_2_1Reg_HangingTypes, N2_2_N2_2_1Reg_Coupling,
33  N2_2_N2_2_1Reg_NFarHanging, N2_2_N2_2_1Reg_FarHanging,
34  N2_2_N2_2_1Reg_FarHangingTypes, N2_2_N2_2_1Reg_FarCoupling,
35  N2_2_N2_2_1Reg_NNoopposite, N2_2_N2_2_1Reg_Nopposite,
36  N2_2_N2_2_1Reg_NNodes);
Definition: FE2DMapper1Reg.h:23