XC Open source finite element analysis program
Public Member Functions | List of all members
XC::ProcSoluControl Class Reference

Container for the objects that control the solution procedure. More...

#include <ProcSoluControl.h>

Inheritance diagram for XC::ProcSoluControl:

Public Member Functions

 ProcSoluControl (ProcSolu *owr)
 Default constructor.
 
DomaingetDomain (void)
 Returns a pointer to the domain on which the solution algortithm operates.
 
const DomaingetDomain (void) const
 Returns a pointer to the domain on which the solution algortithm operates.
 
IntegratorgetIntegratorPtr (void)
 Returns a pointer to the integrator.
 
const IntegratorgetIntegratorPtr (void) const
 Returns a const pointer to the integrator.
 
DataOutputHandler::map_output_handlers * getOutputHandlers (void) const
 
const ModelWrappergetModelWrapper (const std::string &) const
 Returns a pointer to the model wrapper with the identifier being passed as parameter.
 
ModelWrappergetModelWrapper (const std::string &)
 Returns a pointer to the model wrapper wich the identifier is being passed as parameter.
 
const SoluMethodgetSoluMethod (const std::string &) const
 Returns a const pointer to the solution method.
 
SoluMethodgetSoluMethod (const std::string &)
 Returns a const pointer to the solution method.
 
MapModelWrappergetModelWrapperContainer (void)
 Returns a reference to the model wrapper container.
 
MapSoluMethodgetSoluMethodContainer (void)
 Return a reference to the solution procedures container.
 
void revertToStart (void)
 Returns todo a su estado original.
 
void clearAll (void)
 Clears all.
 

Detailed Description

Container for the objects that control the solution procedure.


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