Next: Interfaces
Up: IOBasic
Previous: Comments
Contents
out_dir |
Scope: private |
| STRING |
Description: Output directory for IOBasic's scalar files, overrides IO::out_dir |
|
Range |
|
| Default: (none) |
.+ |
A valid directory name |
|
^$ |
An empty string to choose the default from IO::out_dir |
|
out_format |
Scope: private |
| STRING |
Description: Which format for Scalar floating-point number output |
|
Range |
|
| Default: .13f |
see [1] below |
output with given precision in exponential / floating point notation |
|
[1] \^({\textbackslash}.[1]?[0-9])?[EGefg]\$
outinfo_criterion |
Scope: private |
| KEYWORD |
Description: Criterion to select Info output intervals |
|
Range |
|
| Default: iteration |
never |
Never output |
|
iteration |
Output every so many iterations |
|
time |
Output every that much coordinate time |
|
outinfo_dt |
Scope: private |
| REAL |
Description: How often to do Info output |
|
Range |
|
| Default: -2 |
(0:* |
In intervals of that much coordinate time |
|
|
As often as possible |
|
-1 |
Disable output |
|
-2 |
Default to IO::out_dt |
|
outinfo_every |
Scope: private |
| INT |
Description: How often to do Info output |
|
Range |
|
| Default: -1 |
1:* |
Every so many iterations |
|
0: |
Disable Info output |
|
-1: |
Default to IO::out_every |
|
outinfo_reductions |
Scope: private |
| STRING |
Description: List of reductions to output as Info to screen |
|
Range |
|
| Default: minimum maximum |
.+ |
Space-separated list of reduction operators |
|
outinfo_vars |
Scope: private |
| STRING |
Description: Variables to output as Info to screen |
|
Range |
|
| Default: (none) |
.+ |
Space-separated list of fully qualified variable/group names |
|
^$ |
An empty string to output nothing |
|
outscalar_criterion |
Scope: private |
| KEYWORD |
Description: Criterion to select Scalar output intervals |
|
Range |
|
| Default: iteration |
never |
Never output |
|
iteration |
Output every so many iterations |
|
time |
Output every that much coordinate time |
|
outscalar_dt |
Scope: private |
| REAL |
Description: How often to do Scalar output |
|
Range |
|
| Default: -2 |
(0:* |
In intervals of that much coordinate time |
|
|
As often as possible |
|
-1 |
Disable output |
|
-2 |
Default to IO::out_dt |
|
outscalar_every |
Scope: private |
| INT |
Description: How often to do Scalar output |
|
Range |
|
| Default: -1 |
1:* |
Every so many iterations |
|
0: |
Disable Scalar output |
|
-1: |
Default to IO::out_every |
|
outscalar_reductions |
Scope: private |
| STRING |
Description: List of reductions to output into files |
|
Range |
|
| Default: minimum maximum norm1 norm2 |
.+ |
Space-separated list of reduction operators |
|
outscalar_style |
Scope: private |
| KEYWORD |
Description: Which style for Scalar output |
|
Range |
|
| Default: xgraph |
gnuplot |
1D output readable by gnuplot |
|
xgraph |
1D output readable by xgraph |
|
outscalar_vars |
Scope: private |
| STRING |
Description: Variables to output into files |
|
Range |
|
| Default: (none) |
.+ |
Space-separated list of fully qualified variable/group names |
|
^$ |
An empty string to output nothing |
|
io_out_dir |
Scope: shared from IO |
| STRING |
new_filename_scheme |
Scope: shared from IO |
| BOOLEAN |
out_criterion |
Scope: shared from IO |
| KEYWORD |
out_dt |
Scope: shared from IO |
| REAL |
out_every |
Scope: shared from IO |
| INT |
out_fileinfo |
Scope: shared from IO |
| KEYWORD |
strict_io_parameter_check |
Scope: shared from IO |
| BOOLEAN |
verbose |
Scope: shared from IO |
| KEYWORD |
Next: Interfaces
Up: IOBasic
Previous: Comments
Contents
|