source: CIVL/examples/fortran/flash/eos_getData/constants.h

main
Last change on this file was ea777aa, checked in by Alex Wilton <awilton@…>, 3 years ago

Moved examples, include, build_default.properties, common.xml, and README out from dev.civl.com into the root of the repo.

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

  • Property mode set to 100644
File size: 645 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
Note: See TracBrowser for help on using the repository browser.