8 #ifndef __GAS_Utils_h__
9 #define __GAS_Utils_h__
19 #define GAS_NAME_STENCIL "stencil"
20 #define GAS_DEFAULT_STENCIL "active"
21 #define GAS_NAME_COLLISION "collision"
22 #define GAS_NAME_COLLISIONVALUE "collisionvalue"
23 #define GAS_NAME_COLLISIONVELOCITY "collisionvelocity"
24 #define GAS_NAME_COLLISIONINDEX "collisionindex"
25 #define GAS_NAME_DENSITY "density"
26 #define GAS_NAME_DIVERGENCE "divergence"
27 #define GAS_NAME_FIELD "field"
28 #define GAS_NAME_FIELDDEST "fielddst"
29 #define GAS_NAME_FIELDSOURCE "fieldsrc"
30 #define GAS_NAME_GEOMETRY "geo"
31 #define GAS_NAME_INDEX "index"
32 #define GAS_NAME_INDEXSOURCE "indexsrc"
33 #define GAS_NAME_PRESSURE "pressure"
34 #define GAS_NAME_PTGROUP "ptgroup"
35 #define GAS_NAME_SINK "sink"
36 #define GAS_NAME_SOURCE "source"
37 #define GAS_NAME_STRAIN "strain"
38 #define GAS_NAME_SURFACE "surface"
39 #define GAS_NAME_USETIMESTEP "usetimestep"
40 #define GAS_NAME_TIMESCALE "timescale"
41 #define GAS_NAME_TEMPERATURE "temperature"
42 #define GAS_NAME_VELOCITY "velocity"
43 #define GAS_NAME_TRACKERADDR "address"
44 #define GAS_NAME_TRACKERPORT "port"
45 #define GAS_NAME_JOBNAME "jobname"
GAS_API void initializeGAS()