ParMooN
 All Classes Functions Variables Friends Pages
RefQuadToTri1Desc.h
1 // =======================================================================
2 // @(#)RefQuadToTri1Desc.h 1.1 10/30/98
3 //
4 // Class: TRefQuadToTri1Desc
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 __REFQUADTOTRI1DESC__
13 #define __REFQUADTOTRI1DESC__
14 
15 #include <RefDesc.h>
16 
17 #ifndef __REFQUADTOTRI0DESC__
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: RefDesc.h:70
Definition: RefQuadToTri1Desc.h:30
Definition: ShapeDesc.h:29
TRefQuadToTri1Desc(TShapeDesc *shape)
Definition: RefQuadToTri1Desc.C:73