|
xc
|
Container for the objects that control the solution procedure. More...
#include <ProcSoluControl.h>
Public Member Functions | |
| ProcSoluControl (ProcSolu *owr) | |
| Default constructor. | |
| Domain * | getDomain (void) |
| Return a pointer to the domain on which the solution algorithm operates. More... | |
| const Domain * | getDomain (void) const |
| Return a pointer to the domain on which the solution algorithm operates. More... | |
| Integrator * | getIntegratorPtr (void) |
| Return a pointer to the integrator. | |
| const Integrator * | getIntegratorPtr (void) const |
| Return a const pointer to the integrator. | |
| DataOutputHandler::map_output_handlers * | getOutputHandlers (void) const |
| const ModelWrapper * | getModelWrapper (const std::string &) const |
| Return a pointer to the model wrapper with the identifier being passed as parameter. More... | |
| ModelWrapper * | getModelWrapper (const std::string &) |
| Return a pointer to the model wrapper with the identifier passed as parameter. More... | |
| const AnalysisAggregation * | getAnalysisAggregation (const std::string &) const |
| Return a const pointer to the solution method. | |
| AnalysisAggregation * | getAnalysisAggregation (const std::string &) |
| Return a const pointer to the solution method. | |
| MapModelWrapper & | getModelWrapperContainer (void) |
| Return a reference to the model wrapper container. | |
| AnalysisAggregationMap & | getAnalysisAggregationContainer (void) |
| Return a reference to the solution procedures container. | |
| void | revertToStart (void) |
| Revert to the initial state. | |
| void | clearAll (void) |
| Clear all. | |
Container for the objects that control the solution procedure.
| XC::Domain * XC::ProcSoluControl::getDomain | ( | void | ) |
Return a pointer to the domain on which the solution algorithm operates.
| const XC::Domain * XC::ProcSoluControl::getDomain | ( | void | ) | const |
Return a pointer to the domain on which the solution algorithm operates.
| const XC::ModelWrapper * XC::ProcSoluControl::getModelWrapper | ( | const std::string & | cod | ) | const |
Return a pointer to the model wrapper with the identifier being passed as parameter.
| XC::ModelWrapper * XC::ProcSoluControl::getModelWrapper | ( | const std::string & | cod | ) |
Return a pointer to the model wrapper with the identifier passed as parameter.
1.8.12