|
FEBio
1.5.0
|
Class that reads the optimization input file. More...
#include <FEOptimizer.h>
Public Member Functions | |
| bool | Input (const char *szfile, FEOptimizeData *pOpt) |
Protected Member Functions | |
| bool | ParseModel (XMLTag &tag, FEOptimizeData &opt) |
| Read the Model section of the input file. | |
| bool | ParseOptions (XMLTag &tag, FEOptimizeData &opt) |
| Read the optimizer section of the input file. | |
| bool | ParseObjective (XMLTag &tag, FEOptimizeData &opt) |
| Read the objectives section of the input file. | |
| bool | ParseParameters (XMLTag &tag, FEOptimizeData &opt) |
| Read the variables section of the input file. | |
| bool | ParseLoadData (XMLTag &tag, FEOptimizeData &opt) |
| Read the load data section of the input file. | |
Class that reads the optimization input file.
| bool FEOptimizeInput::Input | ( | const char * | szfile, |
| FEOptimizeData * | pOpt | ||
| ) |
Read the data from the xml input file
1.7.5.1