FEBio  1.5.0
Public Member Functions | Protected Member Functions
FEOptimizeInput Class Reference

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.

Detailed Description

Class that reads the optimization input file.


Member Function Documentation

bool FEOptimizeInput::Input ( const char *  szfile,
FEOptimizeData pOpt 
)

Read the data from the xml input file


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