source: CIVL/mods/dev.civl.abc/examples/fortran/flash/eos_getData_min/constants.h

main
Last change on this file was aad342c, checked in by Stephen Siegel <siegel@…>, 3 years ago

Performing huge refactor to incorporate ABC, GMC, and SARL into CIVL repo and use Java modules.

git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@5664 fb995dde-84ed-4084-dfe6-e5aef3e2452c

  • Property mode set to 100644
File size: 668 bytes
Line 
1#if 0
2 This group has definition related to dimensions. The first three
3 are names of the axes. When referring to all the dimensions at once,
4 ALLDIR is used, and MDIM defines the maximum number of dimensions
5 supported in the code.
6#endif
7
8#define IAXIS 1
9#define JAXIS 2
10#define KAXIS 3
11#define ALLDIR -1
12#define MDIM 3
13
14#if 0
15 The next two constants are used in connection of integer block boundaries
16 LOW refers to the lowest index and HIGH refers to the highest index of the
17 block. These can be used interchangeably for either the whole block
18 including guardcells or for the interior only.
19#endif
20
21#define LOW 1
22#define HIGH 2
23
24#define NONEXISTENT -1
Note: See TracBrowser for help on using the repository browser.