UNIVERS
15.3
UNIVERS base processing software API
Main Page
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
include
vel2dmod
vel2dmod_global.hpp
1
// vel2dmod_global.hpp
2
// $Id: vel2dmod_global.hpp,v 1.12 2008/04/09 09:52:00 guser1 Exp $
3
//----------------------------------------------------------------
4
#ifndef __GlobalH
5
#define __GlobalH
6
7
#ifndef GE_BUILD
8
#include <mth/parspline.hpp>
9
#include <mth/spline.hpp>
10
#else
11
#include <parspline.hpp>
12
#include <spline.hpp>
13
#endif
14
15
16
//#define U2D_RBM_ON
17
18
enum
WAVE_TYPE {PRESSURE, SHEAR};
19
enum
STEP_RESULT {STEP_DONE, OUT_OF_MODEL, BOUND_INTERSECTION, WELL_INTERSECTION, STEP_ERROR, UPGOING_WAVE};
20
21
const
double
defaultRC = 300.;
22
#define U2D_DEFAULT_FLEXURE_ARROW 0.1;
24
const int DEBUG_MODE1 = 0;
25
const
double
DEFINE_BOUND_EPS=0.3;
26
const
double
RT_GRIDSIZE = 10.;
27
28
const
double
ANGLE_EPSILON = 1.e-8;
29
30
const
double
SPACE_EPSILON = 1.e-6;
31
32
#endif
Generated by
1.8.5