ParMooN
 All Classes Functions Variables Friends Pages
HN_C_P2_2D.h
1 // hanging node for conforming P2/Q2 elements
2 
3 static int C_P2_2D_N_Nodes_0 = 3;
4 static double C_P2_2D_Coupling_0[] = { -0.125, 0.75, 0.375 };
5 
6 THNDesc *HN_C_P2_2D_0_Obj = new THNDesc(C_P2_2D_N_Nodes_0, C_P2_2D_Coupling_0);
7 
8 static int C_P2_2D_N_Nodes_1 = 3;
9 static double C_P2_2D_Coupling_1[] = { 0.375, 0.75, -0.125 };
10 
11 THNDesc *HN_C_P2_2D_1_Obj = new THNDesc(C_P2_2D_N_Nodes_1, C_P2_2D_Coupling_1);
12 
Definition: HNDesc.h:15