Next: Interfaces
Up: SampleIO
Previous: Notes
Contents
out_every |
Scope: private |
| INT |
Description: How often to do SampleIO output, overrides IO::out_every |
|
Range |
|
| Default: -1 |
1:* |
Every so many iterations |
|
0: |
Disable SampleIO output |
|
-1: |
Choose the default from IO::out_every |
|
out_vars |
Scope: private |
| STRING |
Description: Variables to output by SampleIO |
|
Range |
|
| Default: (none) |
.+ |
Space-separated list of fully qualified variable/group names |
|
^$ |
An empty string to output nothing |
|
point_x |
Scope: private |
| INT |
Description: x-index (starting from 0) locating the array element to output |
|
Range |
|
| Default: (none) |
0:* |
An index between [0, nx) |
|
point_y |
Scope: private |
| INT |
Description: y-index (starting from 0) locating the array element to output |
|
Range |
|
| Default: (none) |
0:* |
An index between [0, ny) |
|
point_z |
Scope: private |
| INT |
Description: z-index (starting from 0) locating the array element to output |
|
Range |
|
| Default: (none) |
0:* |
An index between [0, nz) |
|
io_out_every |
Scope: shared from IO |
| INT |
strict_io_parameter_check |
Scope: shared from IO |
| BOOLEAN |
verbose |
Scope: shared from IO |
| KEYWORD |
Next: Interfaces
Up: SampleIO
Previous: Notes
Contents
|