@@ -36,12 +36,10 @@ Alternatively load vistle/examples/gendat-isosurface.vsl.
3636</svg >
3737
3838## Parameters
39+
40+
3941| name| description| type|
4042| -| -| -|
41- | first_step| first timestep to read| Int|
42- | last_step| last timestep to read (-1: last available)| Int|
43- | step_increment| number of steps to increment| Int|
44- | first_rank| rank for first partition of first timestep| Int|
4543| geo_mode| geometry generation mode (Triangle_Geometry, Quad_Geometry, Polygon_Geometry, Uniform_Grid, Rectilinear_Grid, Layer_Grid, Structured_Grid, Unstructured_Grid, Point_Geometry, Sphere_Geometry)| Int|
4644| data_mode_scalar| data generation mode (One, Dist_Origin, Identity_X, Identity_Y, Identity_Z, Sine_X, Sine_Y, Sine_Z, Cosine_X, Cosine_Y, Cosine_Z, Random)| Int|
4745| data_scale_scalar| data scale factor (scalar)| Float|
@@ -64,3 +62,33 @@ Alternatively load vistle/examples/gendat-isosurface.vsl.
6462| element_data| generate data per element/cell| Int|
6563| anim_data| data animation (Constant, Add_Scale, Divide_Scale, Add_X, Add_Y, Add_Z)| Int|
6664| delay| wait after creating an object (s)| Float|
65+
66+
67+ :::{admonition} Supported Reader Parameters
68+ :class: dropdown
69+
70+ | name| description| type|
71+ | -| -| -|
72+ | [ first_step] ( ../../reader-parameters.md#first_step ) | first timestep to read| Int|
73+ | [ last_step] ( ../../reader-parameters.md#last_step ) | last timestep to read (-1: last available)| Int|
74+ | [ step_increment] ( ../../reader-parameters.md#step_increment ) | number of steps to increment| Int|
75+ | [ first_rank] ( ../../reader-parameters.md#first_rank ) | rank for first partition of first timestep| Int|
76+
77+ The meaning of these parameters is described in more detail in the [ Reader Parameters] ( ../../reader-parameters.md ) documentation.
78+ :::
79+
80+
81+ :::{admonition} Supported System Parameters
82+ :class: dropdown
83+
84+ | name| description| type|
85+ | -| -| -|
86+ | [ _ openmp_threads] ( ../../system-parameters.md#_openmp_threads ) | number of OpenMP threads (0: system default)| Int|
87+ | [ _ benchmark] ( ../../system-parameters.md#_benchmark ) | show timing information| Int|
88+ | [ _ concurrency] ( ../../system-parameters.md#_concurrency ) | number of tasks to keep in flight per MPI rank (-1: #cores/2)| Int|
89+ | [ _ prioritize_visible] ( ../../system-parameters.md#_prioritize_visible ) | prioritize currently visible timestep| Int|
90+ | [ _ validate_objects] ( ../../system-parameters.md#_validate_objects ) | validate data objects before sending to port (Disable, Quick, Thorough)| Int|
91+
92+ The meaning of these parameters is described in more detail in the [ System Parameters] ( ../../system-parameters.md ) documentation.
93+ :::
94+
0 commit comments