C API Documentation
|
Handles constructing a solver and contains meta information about it. More...
#include <SteadyStateSolver.h>
Public Member Functions | |
virtual std::string | getName () const =0 |
Gets the name associated with this integrator type. More... | |
virtual std::string | getDescription () const =0 |
Gets the description associated with this integrator type. More... | |
virtual std::string | getHint () const =0 |
Gets the hint associated with this integrator type. More... | |
virtual SteadyStateSolver * | construct (ExecutableModel *model) const =0 |
Constructs a new integrator of a given type. More... | |
Protected Types | |
typedef SteadyStateSolver *(* | SteadyStateSolverCtor) (ExecutableModel *model) |
Handles constructing a solver and contains meta information about it.
|
pure virtual |
Constructs a new integrator of a given type.
Implemented in rr::NLEQ2SolverRegistrar, and rr::NLEQ1SolverRegistrar.
|
pure virtual |
Gets the description associated with this integrator type.
Implemented in rr::NLEQ2SolverRegistrar, and rr::NLEQ1SolverRegistrar.
|
pure virtual |
Gets the hint associated with this integrator type.
Implemented in rr::NLEQ2SolverRegistrar, and rr::NLEQ1SolverRegistrar.
|
pure virtual |
Gets the name associated with this integrator type.
Implemented in rr::NLEQ2SolverRegistrar, and rr::NLEQ1SolverRegistrar.