SolverFactory
-
class SteadyStateSolverFactory : public rr::RegistrationFactory
Constructs new integrators.
Implements the factory and singleton patterns. Constructs a new integrator given the name (e.g. cvode, gillespie) and returns a base pointer to rr::SteadyStateSolver.
- Author
JKM, WBC
Public Static Functions
-
static SteadyStateSolverFactory &getInstance()
Returns the singleton instance of the solver factory.
If one exists return is otherwise create one. This method implements the sigleton pattern and is thread safe due to use of std::mutex.
- Author
JKM, WBC
-
static void Register()