ParMooN
 All Classes Functions Variables Friends Pages
RefTriBis01Desc.h
1 // =======================================================================
2 // @(#)RefTriBis0Desc.h 1.1 10/30/98
3 //
4 // Class: TRefTriBis0Desc
5 // Purpose: refinement descriptor for bisection of a triangle
6 // bisection of edge 0
7 //
8 // Author: Volker Behns 18.07.97
9 //
10 // =======================================================================
11 
12 #ifndef __REFTRIBIS01DESC__
13 #define __REFTRIBIS01DESC__
14 
15 #include <RefDesc.h>
16 
17 #define TRIBI01MAXN_VpC 3
18 #define TRIBI01MAXN_CpV 3
19 #define TRIBI01MAXN_EpC 3
20 #define TRIBI01MAXN_CpE 2
21 #define TRIBI01MAXN_EpV 4
22 #define TRIBI01MAXN_iVpE 1
23 #define TRIBI01MAXN_nVpoE 3
24 #define TRIBI01MAXN_nEpoE 2
25 #define TRIBI01N_E 3
26 
28 class TRefTriBis01Desc : public TRefDesc
29 {
30  public:
31  // Constructor
34 
35  // Methods
36 };
37 
38 #endif
Definition: RefDesc.h:70
Definition: ShapeDesc.h:29
Definition: RefTriBis01Desc.h:28
TRefTriBis01Desc(TShapeDesc *shape)
Definition: RefTriBis01Desc.C:58