![]() |
XC Open source finite element analysis program
|
Container for the objects that control the solution procedure. More...
#include <ProcSoluControl.h>
Public Member Functions | |
| ProcSoluControl (ProcSolu *owr) | |
| Default constructor. | |
| Domain * | getDomain (void) |
| Returns a pointer to the domain on which the solution algortithm operates. | |
| const Domain * | getDomain (void) const |
| Returns a pointer to the domain on which the solution algortithm operates. | |
| Integrator * | getIntegratorPtr (void) |
| Returns a pointer to the integrator. | |
| const Integrator * | getIntegratorPtr (void) const |
| Returns a const pointer to the integrator. | |
| DataOutputHandler::map_output_handlers * | getOutputHandlers (void) const |
| const ModelWrapper * | getModelWrapper (const std::string &) const |
| Returns a pointer to the model wrapper with the identifier being passed as parameter. | |
| ModelWrapper * | getModelWrapper (const std::string &) |
| Returns a pointer to the model wrapper wich the identifier is being passed as parameter. | |
| const SoluMethod * | getSoluMethod (const std::string &) const |
| Returns a const pointer to the solution method. | |
| SoluMethod * | getSoluMethod (const std::string &) |
| Returns a const pointer to the solution method. | |
| MapModelWrapper & | getModelWrapperContainer (void) |
| Returns a reference to the model wrapper container. | |
| MapSoluMethod & | getSoluMethodContainer (void) |
| Return a reference to the solution procedures container. | |
| void | revertToStart (void) |
| Returns todo a su estado original. | |
| void | clearAll (void) |
| Clears all. | |
Container for the objects that control the solution procedure.
1.8.11