![]() |
OGS
|
Definition at line 18 of file CommandLineArgumentParser.h.
#include <CommandLineArgumentParser.h>
Public Attributes | |
| std::string | reference_path |
| std::string | project |
| std::vector< std::string > | xml_patch_file_names |
| std::string | outdir |
| std::string | mesh_dir |
| std::string | script_dir |
| std::string | log_level |
| bool | log_parallel |
| bool | write_prj |
| bool | nonfatal |
| bool | reference_path_is_set |
| bool | enable_fpe_is_set |
| bool CommandLineArguments::enable_fpe_is_set |
Definition at line 32 of file CommandLineArgumentParser.h.
Referenced by main(), and parseCommandLineArguments().
| std::string CommandLineArguments::log_level |
Definition at line 26 of file CommandLineArgumentParser.h.
Referenced by OGSSimulation::OGSSimulation(), main(), and parseCommandLineArguments().
| bool CommandLineArguments::log_parallel |
Definition at line 27 of file CommandLineArgumentParser.h.
Referenced by main(), and parseCommandLineArguments().
| std::string CommandLineArguments::mesh_dir |
Definition at line 24 of file CommandLineArgumentParser.h.
Referenced by OGSSimulation::OGSSimulation(), main(), and parseCommandLineArguments().
| bool CommandLineArguments::nonfatal |
Definition at line 29 of file CommandLineArgumentParser.h.
Referenced by OGSSimulation::OGSSimulation(), main(), and parseCommandLineArguments().
| std::string CommandLineArguments::outdir |
Definition at line 23 of file CommandLineArgumentParser.h.
Referenced by OGSSimulation::OGSSimulation(), main(), and parseCommandLineArguments().
| std::string CommandLineArguments::project |
Definition at line 21 of file CommandLineArgumentParser.h.
Referenced by OGSSimulation::OGSSimulation(), main(), and parseCommandLineArguments().
| std::string CommandLineArguments::reference_path |
Definition at line 20 of file CommandLineArgumentParser.h.
Referenced by OGSSimulation::OGSSimulation(), main(), and parseCommandLineArguments().
| bool CommandLineArguments::reference_path_is_set |
Definition at line 30 of file CommandLineArgumentParser.h.
Referenced by OGSSimulation::OGSSimulation(), main(), and parseCommandLineArguments().
| std::string CommandLineArguments::script_dir |
Definition at line 25 of file CommandLineArgumentParser.h.
Referenced by OGSSimulation::OGSSimulation(), main(), and parseCommandLineArguments().
| bool CommandLineArguments::write_prj |
Definition at line 28 of file CommandLineArgumentParser.h.
Referenced by OGSSimulation::OGSSimulation(), main(), and parseCommandLineArguments().
| std::vector<std::string> CommandLineArguments::xml_patch_file_names |
Definition at line 22 of file CommandLineArgumentParser.h.
Referenced by OGSSimulation::OGSSimulation(), main(), and parseCommandLineArguments().