23 explicit Interface(std::string app_version);
bool quiet
Definition shell_interface.h:110
int split_times
Definition shell_interface.h:85
std::string compose_output
Definition shell_interface.h:42
char fieldSuffixSeparator
Definition shell_interface.h:134
bool ignore_edge_map
Definition shell_interface.h:129
bool delete_timesteps
Definition shell_interface.h:115
double time_offset
Definition shell_interface.h:48
std::string outFiletype
Definition shell_interface.h:37
std::vector< int > selected_steps
If non-empty, then it is a list of steps that should be transferred to the output file.
Definition shell_interface.h:66
bool lowercase_variable_names
Definition shell_interface.h:113
bool memory_statistics
Definition shell_interface.h:102
double rel_tolerance
Definition shell_interface.h:50
bool lowercase_database_names
Definition shell_interface.h:114
bool bz2
Definition shell_interface.h:97
bool ignore_qa_info
Definition shell_interface.h:126
std::string changeSetName
Definition shell_interface.h:38
bool minimize_open_files
Definition shell_interface.h:116
bool reverse
Definition shell_interface.h:122
bool ints_64_bit
Definition shell_interface.h:104
bool netcdf4
Definition shell_interface.h:108
bool zlib
Definition shell_interface.h:94
bool ignore_elem_map
Definition shell_interface.h:128
bool boundary_sideset
Definition shell_interface.h:124
int flush_interval
Definition shell_interface.h:59
bool statistics
Definition shell_interface.h:101
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:92
bool delete_info
Definition shell_interface.h:132
bool in_memory_read
Definition shell_interface.h:111
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:70
bool szip
Definition shell_interface.h:95
std::string decomp_method
Definition shell_interface.h:40
std::vector< int > decomp_omitted_block_ids
Definition shell_interface.h:77
double maximum_time
Definition shell_interface.h:44
bool ints_32_bit
Definition shell_interface.h:105
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:440
std::vector< std::string > inputFile
Definition shell_interface.h:33
bool do_transform_fields
Definition shell_interface.h:103
bool delete_qa
Definition shell_interface.h:131
double abs_tolerance
Definition shell_interface.h:51
bool retain_empty_blocks
Definition shell_interface.h:118
bool ignore_face_map
Definition shell_interface.h:130
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:109
bool zstd
Definition shell_interface.h:96
bool line_decomp
Definition shell_interface.h:133
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:71
bool debug
Definition shell_interface.h:99
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:127
bool in_memory_write
Definition shell_interface.h:112
bool reals_32_bit
Definition shell_interface.h:106
bool quant
Definition shell_interface.h:98
std::string decomp_omitted_block_names
Definition shell_interface.h:78
bool detect_nans
Definition shell_interface.h:100
bool add_processor_id_field
Definition shell_interface.h:123
bool shuffle
Definition shell_interface.h:93
bool netcdf3
Definition shell_interface.h:107
bool disable_field_recognition
Definition shell_interface.h:117
bool compare
Definition shell_interface.h:125
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:120
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