ParMooN
 All Classes Functions Variables Friends Pages
RefQuadToTri0Desc.h
1 // =======================================================================
2 // @(#)RefQuadToTri0Desc.h 1.1 10/30/98
3 //
4 // Class: TRefQuadToTri0Desc
5 // Purpose: refinement descriptor for refinement of a quadrangle
6 // into two triangles
7 //
8 // Author: Volker Behns 16.03.98
9 //
10 // =======================================================================
11 
12 #ifndef __REFQUADTOTRI0DESC__
13 #define __REFQUADTOTRI0DESC__
14 
15 #include <RefDesc.h>
16 
17 #ifndef __REFQUADTOTRI1DESC__
18  #define QUADTTN_E 3
19  #define QUADTTMAXN_VpC 3
20  #define QUADTTMAXN_CpV 2
21  #define QUADTTMAXN_EpC 3
22  #define QUADTTMAXN_CpE 2
23  #define QUADTTMAXN_EpV 3
24  #define QUADTTMAXN_nVpoE 2
25  #define QUADTTMAXN_nEpoE 1
26 #endif
27 
31 {
32  public:
33  // Constructor
36 
37  // Methods
38 };
39 
40 #endif
Definition: RefQuadToTri0Desc.h:30
TRefQuadToTri0Desc(TShapeDesc *shape)
Definition: RefQuadToTri0Desc.C:72
Definition: RefDesc.h:70
Definition: ShapeDesc.h:29