ParMooN
 All Classes Functions Variables Friends Pages
RefQuad2Conf1Desc.h
1 // =======================================================================
2 // @(#)RefQuad2Conf1Desc.h 1.1 08/26/99
3 //
4 // Class: TRefQuad2Conf1Desc
5 // Purpose: refinement descriptor for conforming closure of a
6 // quadrangle with 2 hanging node
7 //
8 // Author: Matthias Ebeling 20.08.99
9 //
10 // =======================================================================
11 
12 #ifndef __REFQUAD2CONF1DESC__
13 #define __REFQUAD2CONF1DESC__
14 
15 #include <RefDesc.h>
16 
17 #define QUADConfN_E 4
18 #define QUAD2ConfMAXN_VpC 4
19 #define QUAD2ConfMAXN_CpV 3
20 #define QUAD2ConfMAXN_EpC 4
21 #define QUAD2ConfMAXN_CpE 2
22 #define QUAD2ConfMAXN_EpV 3
23 #define QUADN_V 4
24 #define QUAD2ConfMAXN_iVpE 1
25 #define QUAD2ConfMAXN_nVpoE 3
26 #define QUAD2ConfMAXN_nEpoE 2
27 
30 {
31  public:
32  // Constructor
35 
36  // Methods
37 };
38 
39 #endif
Definition: RefQuad2Conf1Desc.h:29
Definition: RefDesc.h:70
Definition: ShapeDesc.h:29
TRefQuad2Conf1Desc(TShapeDesc *shape)
Definition: RefQuad2Conf1Desc.C:82