23 explicit Interface(std::string app_version);
Definition shell_interface.h:21
bool quiet
Definition shell_interface.h:98
int split_times
Definition shell_interface.h:73
std::string compose_output
Definition shell_interface.h:41
char fieldSuffixSeparator
Definition shell_interface.h:121
bool ignore_edge_map
Definition shell_interface.h:116
bool delete_timesteps
Definition shell_interface.h:102
double time_offset
Definition shell_interface.h:47
std::string outFiletype
Definition shell_interface.h:37
bool memory_statistics
Definition shell_interface.h:90
double rel_tolerance
Definition shell_interface.h:49
bool bz2
Definition shell_interface.h:85
bool ignore_qa_info
Definition shell_interface.h:113
bool minimize_open_files
Definition shell_interface.h:103
bool reverse
Definition shell_interface.h:109
std::string groupName
Definition shell_interface.h:38
bool ints_64_bit
Definition shell_interface.h:92
bool netcdf4
Definition shell_interface.h:96
bool zlib
Definition shell_interface.h:82
bool ignore_elem_map
Definition shell_interface.h:115
bool boundary_sideset
Definition shell_interface.h:111
int flush_interval
Definition shell_interface.h:58
bool statistics
Definition shell_interface.h:89
double minimum_time
Definition shell_interface.h:44
double time_scale
Definition shell_interface.h:46
int surface_split_type
Definition shell_interface.h:53
int split_cyclic
If non-zero, then the split_times timesteps will be put into.
Definition shell_interface.h:80
bool delete_info
Definition shell_interface.h:119
bool in_memory_read
Definition shell_interface.h:99
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:65
bool szip
Definition shell_interface.h:83
std::string decomp_method
Definition shell_interface.h:39
double maximum_time
Definition shell_interface.h:43
bool ints_32_bit
Definition shell_interface.h:93
int compression_level
Definition shell_interface.h:55
Ioss::GetLongOption options_
Definition shell_interface.h:31
bool parse_options(int argc, char **argv, int my_processor)
Definition shell_interface.C:395
std::vector< std::string > inputFile
Definition shell_interface.h:33
bool do_transform_fields
Definition shell_interface.h:91
bool delete_qa
Definition shell_interface.h:118
double abs_tolerance
Definition shell_interface.h:50
bool retain_empty_blocks
Definition shell_interface.h:105
bool ignore_face_map
Definition shell_interface.h:117
std::string customField
Definition shell_interface.h:42
Interface(std::string app_version)
Definition shell_interface.C:22
double tol_floor
Definition shell_interface.h:51
bool netcdf5
Definition shell_interface.h:97
bool zstd
Definition shell_interface.h:84
bool line_decomp
Definition shell_interface.h:120
int quantize_nsd
Definition shell_interface.h:56
double timestep_delay
Definition shell_interface.h:48
double append_time
Definition shell_interface.h:45
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:66
bool debug
Definition shell_interface.h:87
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:61
int data_storage_type
Definition shell_interface.h:54
std::string decomp_extra
Definition shell_interface.h:40
bool ignore_node_map
Definition shell_interface.h:114
bool in_memory_write
Definition shell_interface.h:100
bool reals_32_bit
Definition shell_interface.h:94
bool lower_case_variable_names
Definition shell_interface.h:101
bool quant
Definition shell_interface.h:86
bool detect_nans
Definition shell_interface.h:88
bool add_processor_id_field
Definition shell_interface.h:110
bool shuffle
Definition shell_interface.h:81
bool netcdf3
Definition shell_interface.h:95
bool disable_field_recognition
Definition shell_interface.h:104
bool compare
Definition shell_interface.h:112
int serialize_io_size
Definition shell_interface.h:57
std::string outputFile
Definition shell_interface.h:35
bool file_per_state
Definition shell_interface.h:107
int append_step
Definition shell_interface.h:52
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