C API Documentation
|
Public Member Functions | |
virtual std::string | getName () const |
Gets the name associated with this integrator type. More... | |
virtual std::string | getDescription () const |
Gets the description associated with this integrator type. More... | |
virtual std::string | getHint () const |
Gets the hint associated with this integrator type. More... | |
virtual SteadyStateSolver * | construct (ExecutableModel *model) const |
Constructs a new integrator of a given type. More... | |
Additional Inherited Members | |
![]() | |
typedef SteadyStateSolver *(* | SteadyStateSolverCtor) (ExecutableModel *model) |
|
inlinevirtual |
Constructs a new integrator of a given type.
Implements rr::SteadyStateSolverRegistrar.
|
inlinevirtual |
Gets the description associated with this integrator type.
Implements rr::SteadyStateSolverRegistrar.
|
inlinevirtual |
Gets the hint associated with this integrator type.
Implements rr::SteadyStateSolverRegistrar.
|
inlinevirtual |
Gets the name associated with this integrator type.
Implements rr::SteadyStateSolverRegistrar.