Skip to content

Commit 7c7ffc2

Browse files
committed
IOSS: Update some properties and descriptions [ci skip]
1 parent 66175a2 commit 7c7ffc2

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

packages/seacas/libraries/ioss/src/Ioss_Doxygen.h

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,11 @@ PARALLEL_IO_MODE | netcdf4, hdf5, pnetcdf, (mpiio and mpiposix are deprecated)
119119
RETAIN_EMPTY_BLOCKS | on/[off] | If an element block is completely empty (on all ranks) should it be written to the output database.
120120
VARIABLE_NAME_CASE | upper/lower | Should all output field names be converted to uppercase or lowercase. Default is leave as is.
121121
FILE_TYPE | [netcdf], netcdf4, netcdf-4, hdf5 | Underlying file type (bits on disk format)
122-
COMPRESSION_METHOD | [zlib], szip | The compression method to use. `szip` only available if HDF5 is built with that supported.
122+
COMPRESSION_METHOD | [zlib], szip, zstd, bzip2 | The compression method to use. `szip`, `zstd`, and `bzip2` only available if HDF5 is built with that supported.
123123
COMPRESSION_LEVEL | [0]-9 | If zlib: In the range [0..9]. A value of 0 indicates no compression, will automatically set `file_type=netcdf4`, recommend <=4
124124
COMPRESSION_LEVEL | 4-32 | If szip: An even number in the range 4-32, will automatically set `file_type=netcdf4`.
125125
COMPRESSION_SHUFFLE | on/[off] |to enable/disable hdf5's shuffle compression algorithm.
126+
COMPRESSION_QUANTIZE_NSD | 1-15 | Use the lossy quantize compression method. Value specifies number of digits to retain. [exodus only])
126127
MAXIMUM_NAME_LENGTH | [32] | Maximum length of names that will be returned/passed via api call.
127128
APPEND_OUTPUT | on/[off] | Append output to end of existing output database
128129
APPEND_OUTPUT_AFTER_STEP | {step}| Max step to read from an input db or a db being appended to (typically used with APPEND_OUTPUT)
@@ -208,6 +209,10 @@ MEMORY_WRITE | on/[off] | experimental. Open and read a file into memory
208209
ENABLE_FILE_GROUPS | on/[off] | experimental. Opens database in netcdf-4 non-classic mode which is what is required to support groups at netCDF level.
209210
MINIMAL_NEMESIS_INFO | on/[off] | special case, omit all nemesis data except for nodal communication map
210211
OMIT_EXODUS_NUM_MAPS | on/[off] | special case, do not output the node and element numbering map.
212+
IGNORE_NODE_MAP | [on/[off] | do not read the node map from the input database
213+
IGNORE_EDGE_MAP | [on/[off] | do not read the edge map from the input database
214+
IGNORE_FACE_MAP | [on/[off] | do not read the face map from the input database
215+
IGNORE_ELEM_MAP | [on/[off] | do not read the element map from the input database
211216
EXODUS_CALL_GET_ALL_TIMES| [on] / off | special case -- should the `ex_get_all_times()` function be called. See below.
212217
213218
* `EXODUS_CALL_GET_ALL_TIMES`: Typically only used in `isSerialParallel`
@@ -233,7 +238,7 @@ throughout the file.
233238
IOSS_TIME_FILE_OPEN_CLOSE | on/[off] | show elapsed time during parallel-io file open/close/create/flush
234239
CHECK_PARALLEL_CONSISTENCY | on/[off] | check Ioss::GroupingEntity parallel consistency
235240
TIME_STATE_INPUT_OUTPUT | on/[off] | show the elapsed time for reading/writing each timestep's data
236-
241+
NAN_DETECTION | on/[off] |
237242
## Setting properties via an environment variable
238243
239244
Although the properties are usually accessed internally in the

0 commit comments

Comments
 (0)