$extrastylesheet
Dakota  Version 6.2
Public Member Functions
ExecutableEnvironment Class Reference

Environment corresponding to execution as a stand-alone application. More...

Inheritance diagram for ExecutableEnvironment:
Environment

List of all members.

Public Member Functions

 ExecutableEnvironment ()
 default constructor
 ExecutableEnvironment (int argc, char *argv[])
 constructor
 ~ExecutableEnvironment ()
 destructor
void execute ()
 the run function for the environment: invoke the iterator(s) on the model(s). Called from main.cpp.

Detailed Description

Environment corresponding to execution as a stand-alone application.

This environment corresponds to a stand-alone executable program, e.g., main.cpp. It sets up the ParallelLibrary, ProgramOptions, and ProblemDescDB objects based on access to command line arguments.


The documentation for this class was generated from the following files: