ParMooN
 All Classes Functions Variables Friends Pages
DefineParams.h
1 // =======================================================================
2 // @(#)DefineParams.h 1.3 10/18/99
3 //
4 // Purpose: defines for mortar
5 //
6 // Author: Volker Behns 13.09.99
7 //
8 // =======================================================================
9 
10 #ifdef __MORTAR__
11  // additional link term for SDFEM
12  //#define __ADD_LINK_SDFEM__
13  // additional link term for upwind
14  //#define __ADD_LINK_UPW__
15 
16  // continuity in cross points
17  #define __CONNECT_CROSSPOINTS__
18 #endif // __MORTAR__
19 
20 // correct new midpoints (regular refinement of quadrangles)
21 #define __CORRECT_MP__
22 
23 // -------------- end of changable parameters ------------------
24 
25 #ifdef __ADD_LINK_SDFEM__
26 #ifndef __ADD_LINK__
27 // extension of matrix structure
28 #define __ADD_LINK__
29 #endif
30 #endif
31 
32 #ifdef __ADD_LINK_UPW__
33 #ifndef __ADD_LINK__
34 // extension of matrix structure
35 #define __ADD_LINK__
36 #endif
37 #endif