ParMooN
 All Classes Functions Variables Friends Pages
RefQuad1Conf3Desc.h
1 // =======================================================================
2 // @(#)RefQuad1Conf3Desc.h 1.1 08/26/99
3 //
4 // Class: TRefQuad1Conf3Desc
5 // Purpose: refinement descriptor for conforming closure of a
6 // quadrangle with 1 hanging node
7 //
8 // Author: Matthias Ebeling 26.08.99
9 //
10 // =======================================================================
11 
12 #ifndef __REFQUAD1CONF3DESC__
13 #define __REFQUAD1CONF3DESC__
14 
15 #include <RefDesc.h>
16 
17 #define QUADConfN_E 4
18 #define QUAD1ConfMAXN_VpC 3
19 #define QUAD1ConfMAXN_CpV 3
20 #define QUAD1ConfMAXN_EpC 3
21 #define QUAD1ConfMAXN_CpE 2
22 #define QUAD1ConfMAXN_EpV 4
23 #define QUADN_V 4
24 #define QUAD1ConfMAXN_iVpE 1
25 #define QUAD1ConfMAXN_nVpoE 3
26 #define QUAD1ConfMAXN_nEpoE 2
27 
30 {
31  public:
32  // Constructor
35 
36  // Methods
37 };
38 
39 #endif
Definition: RefQuad1Conf3Desc.h:29
Definition: RefDesc.h:70
Definition: ShapeDesc.h:29
TRefQuad1Conf3Desc(TShapeDesc *shape)
Definition: RefQuad1Conf3Desc.C:77