23 explicit Interface(std::string app_version);
bool quiet
Definition shell_interface.h:99
int split_times
Definition shell_interface.h:74
std::string compose_output
Definition shell_interface.h:42
char fieldSuffixSeparator
Definition shell_interface.h:122
bool ignore_edge_map
Definition shell_interface.h:117
bool delete_timesteps
Definition shell_interface.h:103
double time_offset
Definition shell_interface.h:48
std::string outFiletype
Definition shell_interface.h:37
bool memory_statistics
Definition shell_interface.h:91
double rel_tolerance
Definition shell_interface.h:50
bool bz2
Definition shell_interface.h:86
bool ignore_qa_info
Definition shell_interface.h:114
std::string changeSetName
Definition shell_interface.h:38
bool minimize_open_files
Definition shell_interface.h:104
bool reverse
Definition shell_interface.h:110
bool ints_64_bit
Definition shell_interface.h:93
bool netcdf4
Definition shell_interface.h:97
bool zlib
Definition shell_interface.h:83
bool ignore_elem_map
Definition shell_interface.h:116
bool boundary_sideset
Definition shell_interface.h:112
int flush_interval
Definition shell_interface.h:59
bool statistics
Definition shell_interface.h:90
double minimum_time
Definition shell_interface.h:45
double time_scale
Definition shell_interface.h:47
int surface_split_type
Definition shell_interface.h:54
int split_cyclic
If non-zero, then the split_times timesteps will be put into.
Definition shell_interface.h:81
bool delete_info
Definition shell_interface.h:120
bool in_memory_read
Definition shell_interface.h:100
std::string version
Definition shell_interface.h:34
std::string inFiletype
Definition shell_interface.h:36
std::vector< std::string > omitted_blocks
Definition shell_interface.h:66
bool szip
Definition shell_interface.h:84
std::string decomp_method
Definition shell_interface.h:40
double maximum_time
Definition shell_interface.h:44
bool ints_32_bit
Definition shell_interface.h:94
int compression_level
Definition shell_interface.h:56
Ioss::GetLongOption options_
Definition shell_interface.h:31
bool parse_options(int argc, char **argv, int my_processor)
Definition shell_interface.C:405
std::vector< std::string > inputFile
Definition shell_interface.h:33
bool do_transform_fields
Definition shell_interface.h:92
bool delete_qa
Definition shell_interface.h:119
double abs_tolerance
Definition shell_interface.h:51
bool retain_empty_blocks
Definition shell_interface.h:106
bool ignore_face_map
Definition shell_interface.h:118
std::string customField
Definition shell_interface.h:43
Interface(std::string app_version)
Definition shell_interface.C:22
double tol_floor
Definition shell_interface.h:52
bool netcdf5
Definition shell_interface.h:98
bool zstd
Definition shell_interface.h:85
bool line_decomp
Definition shell_interface.h:121
int quantize_nsd
Definition shell_interface.h:57
std::string selectedChangeSets
Definition shell_interface.h:39
double timestep_delay
Definition shell_interface.h:49
double append_time
Definition shell_interface.h:46
void enroll_options()
Dumps representation of data in this class to cerr.
Definition shell_interface.C:27
std::vector< std::string > omitted_sets
Definition shell_interface.h:67
bool debug
Definition shell_interface.h:88
std::vector< double > selected_times
If non-empty, then it is a list of times that should be transferred to the output file.
Definition shell_interface.h:62
int data_storage_type
Definition shell_interface.h:55
std::string decomp_extra
Definition shell_interface.h:41
bool ignore_node_map
Definition shell_interface.h:115
bool in_memory_write
Definition shell_interface.h:101
bool reals_32_bit
Definition shell_interface.h:95
bool lower_case_variable_names
Definition shell_interface.h:102
bool quant
Definition shell_interface.h:87
bool detect_nans
Definition shell_interface.h:89
bool add_processor_id_field
Definition shell_interface.h:111
bool shuffle
Definition shell_interface.h:82
bool netcdf3
Definition shell_interface.h:96
bool disable_field_recognition
Definition shell_interface.h:105
bool compare
Definition shell_interface.h:113
int serialize_io_size
Definition shell_interface.h:58
std::string outputFile
Definition shell_interface.h:35
bool file_per_state
Definition shell_interface.h:108
int append_step
Definition shell_interface.h:53
A database of program command line and environment variable options and methods for manipulating them...
Definition Ioss_GetLongOpt.h:25
A special namespace for the io_shell demonstration program interFace.
Definition shell_interface.h:19