file containing the DAKOTA restart utility main program More...
Namespaces | |
namespace | Dakota |
The primary namespace for 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 | nidr_save_exedir (const char *, int) |
int | main (int argc, char *argv[]) |
The main program for the DAKOTA restart utility. |
file containing the DAKOTA restart utility main program
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()).
References Dakota::concatenate_restart(), Dakota::print_restart(), Dakota::print_restart_tabular(), Dakota::read_neutral(), and Dakota::repair_restart().