ParMooN
 All Classes Functions Variables Friends Pages
HN_C_P3_2D.h
1 // hanging node for conforming P3/Q3 elements
2 
3 static int C_P3_2D_N_Nodes_0 = 4;
4 static double C_P3_2D_Coupling_0[] = { 0.0625, -0.3125, 0.9375, 0.3125 };
5 
6 static int C_P3_2D_N_Nodes_1 = 4;
7 static double C_P3_2D_Coupling_1[] = { -0.0625, 0.5625, 0.5625, -0.0625 };
8 
9 static int C_P3_2D_N_Nodes_2 = 4;
10 static double C_P3_2D_Coupling_2[] = { 0.3125, 0.9375, -0.3125, 0.0625 };
11 
12 THNDesc *HN_C_P3_2D_0_Obj = new THNDesc(C_P3_2D_N_Nodes_0, C_P3_2D_Coupling_0);
13 THNDesc *HN_C_P3_2D_1_Obj = new THNDesc(C_P3_2D_N_Nodes_1, C_P3_2D_Coupling_1);
14 THNDesc *HN_C_P3_2D_2_Obj = new THNDesc(C_P3_2D_N_Nodes_2, C_P3_2D_Coupling_2);
15 
Definition: HNDesc.h:15