Namespaces | |
| namespace | Dakota |
Functions | |
| void | print_restart (int argc, char **argv, String print_dest) |
| print a restart file | |
| void | print_restart_tabular (int argc, char **argv, String print_dest) |
| print a restart file (tabular format) | |
| void | read_neutral (int argc, char **argv) |
| read a restart file (neutral file format) | |
| void | repair_restart (int argc, char **argv, String identifier_type) |
| repair a restart file by removing corrupted evaluations | |
| void | concatenate_restart (int argc, char **argv) |
| concatenate multiple restart files | |
| int | main (int argc, char *argv[]) |
| The main program for the DAKOTA restart utility. | |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
The main program for the DAKOTA restart utility.
Parse command line inputs and invoke the appropriate utility function (print_restart(), print_restart_tabular(), read_neutral(), repair_restart(), or concatenate_restart()).
1.5.1