main
| 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.