... | @@ -382,21 +382,12 @@ following physical variables: |
... | @@ -382,21 +382,12 @@ following physical variables: |
|
|
|
|
|
index meaning range
|
|
index meaning range
|
|
------- ----------------------------------- ------------------------
|
|
------- ----------------------------------- ------------------------
|
|
`ix` superblock-index in $x$-direction 0...`g->nx`
|
|
`ix` superblock-index in $x$-direction 0\...`g->nx`
|
|
`iy` superblock-index in $y$-direction 0...`g->ny`
|
|
`iy` superblock-index in $y$-direction 0\...`g->ny`
|
|
`iz` superblock-index in $z$-direction 0...`g->nz`
|
|
`iz` superblock-index in $z$-direction 0\...`g->nz`
|
|
`is` species counter 0...`_C.species`-1
|
|
`is` species counter 0\...`_C.species`-1
|
|
`ic` tracers counter 0...`_C.tracer`-1
|
|
`ic` tracers counter 0\...`_C.tracer`-1
|
|
`it` testfield fluctuations counter 0...`_C.testfields`-1
|
|
`it` testfield fluctuations counter 0\...`_C.testfields`-1
|
|
|
|
|
|
| index | meaning | range |
|
|
|
|
|:------|:-----------------------------------------|:----------------------|
|
|
|
|
| `ix` | grid-index in $x$-direction | 0...`g->nx` |
|
|
|
|
| `iy` | grid-index in $y$-direction | 0...`g->ny` |
|
|
|
|
| `iz` | grid-index in $z$-direction | 0...`g->nz` |
|
|
|
|
| `is` | species counter | 0...`_C.species`-1 |
|
|
|
|
| `ic` | tracers counter | 0...`_C.tracer`-1 |
|
|
|
|
| `it` | testfields fluctuation variables counter | 0...`_C.testfields`-1 |
|
|
|
|
|
|
|
|
`_C.species`, `_C.tracer` and `_C.testfields` are NIRVANA parameters
|
|
`_C.species`, `_C.tracer` and `_C.testfields` are NIRVANA parameters
|
|
(cf. [NIRVANA: Specification of main
|
|
(cf. [NIRVANA: Specification of main
|
... | | ... | |