Dakota
Version 6.20
Explore and Predict with Confidence
|
file containing the DAKOTA restart utility main program More...
Namespaces | |
Dakota | |
The primary namespace for DAKOTA. | |
Functions | |
void | print_usage (std::ostream &s) |
print restart utility help message | |
void | print_restart (StringArray pos_args, String print_dest) |
print a restart file More... | |
void | print_restart_pdb (StringArray pos_args, String print_dest) |
print a restart file (PDB format) More... | |
void | print_restart_tabular (StringArray pos_args, String print_dest, unsigned short tabular_format, int tabular_precision) |
print a restart file (tabular format) More... | |
void | read_neutral (StringArray pos_args) |
read a restart file (neutral file format) More... | |
void | repair_restart (StringArray pos_args, String identifier_type) |
repair a restart file by removing corrupted evaluations More... | |
void | concatenate_restart (StringArray pos_args) |
concatenate multiple restart files More... | |
int | main (int argc, char *argv[]) |
The main program for the DAKOTA restart utility. More... | |
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_pdb(), Dakota::print_restart_tabular(), Dakota::print_usage(), Dakota::read_neutral(), Dakota::repair_restart(), and Dakota::write_precision.