copasi API
0.1
|
#include <CHybridNextReactionLSODAMethod.h>
Public Member Functions | |
C_FLOAT64 | doSingleStep (C_FLOAT64 time, C_FLOAT64 endTime) |
Friends | |
CHybridMethodLSODA * | CHybridMethodLSODA::createHybridMethodLSODA () |
CHybridNextReactionLSODAMethod
First approach to an hybrid algorithm. Gibson's Next Reaction method is combined with the LSODA numerical integrator.
File name: CHybridNextReactionLSODAMethod.h Author: Email:
Last change: 08, May 2006
(C) European Media Lab 2003.
C_FLOAT64 CHybridNextReactionLSODAMethod::doSingleStep | ( | C_FLOAT64 | currentTime, |
C_FLOAT64 | endTime | ||
) | [virtual] |
Do one iteration of the simulation
Simulates the system over the next interval of time. The new time after this step is returned.
currentTime | A C_FLOAT64 specifying the current time |
endTime | A C_FLOAT64 specifying the endTime of the current step() |
Implements CHybridMethodLSODA.
CHybridMethodLSODA* CHybridMethodLSODA::createHybridMethodLSODA | ( | ) | [friend] |