Next: Interfaces
Up: IOASCII
Previous: Two-dimensional gnuplot (including time)
Contents
out1d_d |
Scope: private |
| BOOLEAN |
Description: Do 1D IOASCII output in the diagonal-direction |
|
|
|
| Default: yes |
out1d_dir |
Scope: private |
| STRING |
Description: Output directory for 1D IOASCII files, overrides IO::out_dir |
|
Range |
|
| Default: (none) |
.+ |
A valid directory name |
|
^$ |
An empty string to choose the default from IO::out_dir |
|
out1d_every |
Scope: private |
| INT |
Description: How often to do 1D IOASCII output, overrides IO::out_every |
|
Range |
|
| Default: -1 |
1:* |
Every so many iterations |
|
0: |
Disable 1D IOASCII output |
|
-1: |
Default to IO::out_every |
|
out1d_style |
Scope: private |
| KEYWORD |
Description: Which style for 1D lines IOASCII output |
|
Range |
|
| Default: xgraph |
xgraph |
f over x plots suitable for xgraph |
|
gnuplot f(x) |
f over x plots suitable for gnuplot |
|
gnuplot f(t,x) |
f over t,x plots suitable for gnuplot |
|
out1d_vars |
Scope: private |
| STRING |
Description: Variables to output in 1D IOASCII file format |
|
Range |
|
| Default: (none) |
.+ |
Space-separated list of fully qualified variable/group names |
|
^$ |
An empty string to output nothing |
|
out1d_x |
Scope: private |
| BOOLEAN |
Description: Do 1D IOASCII output in the x-direction |
|
|
|
| Default: yes |
out1d_xline_y |
Scope: private |
| REAL |
Description: y-coord for 1D lines in x-direction |
|
Range |
|
| Default: -424242 |
*:* |
A value between [ymin, ymax] |
|
-424242: |
Default to IO::out_xline_y |
|
out1d_xline_yi |
Scope: private |
| INT |
Description: y-index (from 0) for 1D lines in x-direction |
|
Range |
|
| Default: -1 |
0:* |
An index between [0, ny) |
|
-1: |
Choose the default from IO::out_xline_yi |
|
out1d_xline_z |
Scope: private |
| REAL |
Description: z-coord for 1D lines in x-direction |
|
Range |
|
| Default: -424242 |
*:* |
A value between [zmin, zmax] |
|
-424242: |
Default to IO::out_xline_z |
|
out1d_xline_zi |
Scope: private |
| INT |
Description: z-index (from 0) for 1D lines in x-direction |
|
Range |
|
| Default: -1 |
0:* |
An index between [0, nz) |
|
-1: |
Choose the default from IO::out_xline_zi |
|
out1d_y |
Scope: private |
| BOOLEAN |
Description: Do 1D IOASCII output in the y-direction |
|
|
|
| Default: yes |
out1d_yline_x |
Scope: private |
| REAL |
Description: x-coord for 1D lines in y-direction |
|
Range |
|
| Default: -424242 |
*:* |
A value between [xmin, xmax] |
|
-424242: |
Default to IO::out_yline_x |
|
out1d_yline_xi |
Scope: private |
| INT |
Description: x-index (from 0) for 1D lines in y-direction |
|
Range |
|
| Default: -1 |
0:* |
An index between [0, nx) |
|
-1: |
Choose the default from IO::out_yline_xi |
|
out1d_yline_z |
Scope: private |
| REAL |
Description: z-coord for 1D lines in y-direction |
|
Range |
|
| Default: -424242 |
*:* |
A value between [zmin, zmax] |
|
-424242: |
Default to IO::out_yline_z |
|
out1d_yline_zi |
Scope: private |
| INT |
Description: z-index (from 0) for 1D lines in y-direction |
|
Range |
|
| Default: -1 |
0:* |
An index between [0, nz) |
|
-1: |
Choose the default from IO::out_yline_zi |
|
out1d_z |
Scope: private |
| BOOLEAN |
Description: Do 1D IOASCII output in the z-direction |
|
|
|
| Default: yes |
out1d_zline_x |
Scope: private |
| REAL |
Description: x-coord for 1D lines in z-direction |
|
Range |
|
| Default: -424242 |
*:* |
A value between [xmin, xmax] |
|
-424242: |
Default to IO::out_zline_x |
|
out1d_zline_xi |
Scope: private |
| INT |
Description: x-index (from 0) for 1D lines in z-direction |
|
Range |
|
| Default: -1 |
0:* |
An index between [0, nx) |
|
-1: |
Choose the default from IO::out_zline_xi |
|
out1d_zline_y |
Scope: private |
| REAL |
Description: y-coord for 1D lines in z-direction |
|
Range |
|
| Default: -424242 |
*:* |
A value between [ymin, ymax] |
|
-424242: |
Default to IO::out_zline_y |
|
out1d_zline_yi |
Scope: private |
| INT |
Description: y-index (from 0) for 1D lines in z-direction |
|
Range |
|
| Default: -1 |
0:* |
An index between [0, ny) |
|
-1: |
Choose the default from IO::out_zline_yi |
|
out2d_dir |
Scope: private |
| STRING |
Description: Output directory for 2D IOASCII files, overrides out_dir |
|
Range |
|
| Default: (none) |
.+ |
A valid directory name |
|
^$ |
An empty string to choose the default from IO::out_dir |
|
out2d_every |
Scope: private |
| INT |
Description: How often to do 2D IOASCII output, overrides IO::out_every |
|
Range |
|
| Default: -1 |
1:* |
Every so many iterations |
|
0: |
Disable 2D IOASCII output |
|
-1: |
Default to IO::out_every |
|
out2d_style |
Scope: private |
| KEYWORD |
Description: Which style for 2D slices IOASCII output |
|
Range |
|
| Default: gnuplot f(x,y) |
gnuplot f(x,y) |
f over x,y plots suitable for gnuplot |
|
gnuplot f(t,x,y) |
f over t,x,y plots suitable for gnuplot |
|
out2d_vars |
Scope: private |
| STRING |
Description: Variables to output in 2D IOASCII file format |
|
Range |
|
| Default: (none) |
.+ |
Space-separated list of fully qualified variable/group names |
|
^$ |
An empty string to output nothing |
|
out2d_xyplane_z |
Scope: private |
| REAL |
Description: z-coord for 2D planes in xy |
|
Range |
|
| Default: -424242 |
*:* |
A value between [zmin, zmax] |
|
-424242: |
Default to IO::out_xyplane_z |
|
out2d_xyplane_zi |
Scope: private |
| INT |
Description: z-index (from 0) for 2D planes in xy |
|
Range |
|
| Default: -1 |
0:* |
An index between [0, nz) |
|
-1: |
Choose the default from IO::out_xyplane_zi |
|
out2d_xzplane_y |
Scope: private |
| REAL |
Description: y-coord for 2D planes in xz |
|
Range |
|
| Default: -424242 |
*:* |
A value between [ymin, ymax] |
|
-424242: |
Default to IO::out_xzplane_y |
|
out2d_xzplane_yi |
Scope: private |
| INT |
Description: y-index (from 0) for 2D planes in xz |
|
Range |
|
| Default: -1 |
0:* |
An index between [0, ny) |
|
-1: |
Choose the default from IO::out_xzplane_yi |
|
out2d_yzplane_x |
Scope: private |
| REAL |
Description: x-coord for 2D planes in yz |
|
Range |
|
| Default: -424242 |
*:* |
A value between [xmin, xmax] |
|
-424242: |
Default to IO::out_yzplane_x |
|
out2d_yzplane_xi |
Scope: private |
| INT |
Description: x-index (from 0) for 2D planes in yz |
|
Range |
|
| Default: -1 |
0:* |
An index between [0, nx) |
|
-1: |
Choose the default from IO::out_yzplane_xi |
|
out3d_dir |
Scope: private |
| STRING |
Description: Output directory for 3D IOASCII files, overrides IO::out_dir |
|
Range |
|
| Default: (none) |
.+ |
A valid directory name |
|
^$ |
An empty string to choose the default from IO::out_dir |
|
out3d_every |
Scope: private |
| INT |
Description: How often to do 3D IOASCII output, overrides IO::out_every |
|
Range |
|
| Default: -1 |
1:* |
Every so many iterations |
|
0: |
Disable 3D IOASCII output |
|
-1: |
Default to IO::out_every |
|
out3d_style |
Scope: private |
| KEYWORD |
Description: Which style for 3D volume IOASCII output |
|
Range |
|
| Default: gnuplot f(x,y,z) |
gnuplot f(x,y,z) |
f over x,y,z plots suitable for gnuplot |
|
gnuplot f(t,x,y,z) |
f over t,x,y,z plots suitable for gnuplot |
|
out3d_vars |
Scope: private |
| STRING |
Description: Variables to output in 3D IOASCII file format |
|
Range |
|
| Default: (none) |
.+ |
Space-separated list of fully qualified variable/group names |
|
^$ |
An empty string to output nothing |
|
out_format |
Scope: private |
| STRING |
Description: Which format for IOASCII 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]\$
new_filename_scheme |
Scope: shared from IO |
| BOOLEAN |
out_dir |
Scope: shared from IO |
| STRING |
out_downsample_x |
Scope: shared from IO |
| INT |
out_downsample_y |
Scope: shared from IO |
| INT |
out_downsample_z |
Scope: shared from IO |
| INT |
out_every |
Scope: shared from IO |
| INT |
out_fileinfo |
Scope: shared from IO |
| KEYWORD |
out_xline_y |
Scope: shared from IO |
| REAL |
out_xline_yi |
Scope: shared from IO |
| INT |
out_xline_z |
Scope: shared from IO |
| REAL |
out_xline_zi |
Scope: shared from IO |
| INT |
out_xyplane_z |
Scope: shared from IO |
| REAL |
out_xyplane_zi |
Scope: shared from IO |
| INT |
out_xzplane_y |
Scope: shared from IO |
| REAL |
out_xzplane_yi |
Scope: shared from IO |
| INT |
out_yline_x |
Scope: shared from IO |
| REAL |
out_yline_xi |
Scope: shared from IO |
| INT |
out_yline_z |
Scope: shared from IO |
| REAL |
out_yline_zi |
Scope: shared from IO |
| INT |
out_yzplane_x |
Scope: shared from IO |
| REAL |
out_yzplane_xi |
Scope: shared from IO |
| INT |
out_zline_x |
Scope: shared from IO |
| REAL |
out_zline_xi |
Scope: shared from IO |
| INT |
out_zline_y |
Scope: shared from IO |
| REAL |
out_zline_yi |
Scope: shared from IO |
| INT |
strict_io_parameter_check |
Scope: shared from IO |
| BOOLEAN |
verbose |
Scope: shared from IO |
| KEYWORD |
Next: Interfaces
Up: IOASCII
Previous: Two-dimensional gnuplot (including time)
Contents
|