ParMooN
 All Classes Functions Variables Friends Pages
RefQuadBis0Desc.h
1 // =======================================================================
2 // @(#)RefQuadBis0Desc.h 1.1 02/08/99
3 //
4 // Class: TRefQuadBis1Desc
5 // Purpose: refinement descriptor for a bisection of a quadrangle
6 // based on edge 0
7 //
8 // Author: Volker Behns 08.02.99
9 //
10 // =======================================================================
11 
12 #ifndef __REFQUADBIS0DESC__
13 #define __REFQUADBIS0DESC__
14 
15 #include <RefDesc.h>
16 
17 #ifndef __REFQUADBIS1DESC__
18  #define QUADBIN_E 4
19  #define QUADBIMAXN_VpC 4
20  #define QUADBIMAXN_CpV 2
21  #define QUADBIMAXN_EpC 4
22  #define QUADBIMAXN_CpE 2
23  #define QUADBIMAXN_EpV 3
24  #define QUADBIMAXN_iVpE 1
25  #define QUADBIMAXN_nVpoE 3
26  #define QUADBIMAXN_nEpoE 2
27 #endif
28 
30 class TRefQuadBis0Desc : public TRefDesc
31 {
32  public:
33  // Constructor
36 
37  // Methods
38 };
39 
40 #endif
Definition: RefQuadBis0Desc.h:30
Definition: RefDesc.h:70
Definition: ShapeDesc.h:29
TRefQuadBis0Desc(TShapeDesc *shape)
Definition: RefQuadBis0Desc.C:70