|
Exodus
7.10
|
Typedefs | |
| typedef enum ex_option_type | ex_option_type |
Enumerations | |
| enum | ex_option_type { EX_OPT_MAX_NAME_LENGTH, EX_OPT_COMPRESSION_TYPE, EX_OPT_COMPRESSION_LEVEL, EX_OPT_COMPRESSION_SHUFFLE, EX_OPT_INTEGER_SIZE_API, EX_OPT_INTEGER_SIZE_DB } |
| typedef enum ex_option_type ex_option_type |
| enum ex_option_type |
Modes for ex_set_option()
The compression-related options are only available on netcdf-4 files since the underlying hdf5 compression functionality is used for the implementation. The compression level indicates how much effort should be expended in the compression and the computational expense increases with higher levels; in many cases, a compression level of 1 is sufficient.