copasi API
0.1
|
#include <CHybridNextReactionRKMethod.h>
Public Member Functions | |
C_FLOAT64 | doSingleStep (C_FLOAT64 time, C_FLOAT64 endTime) |
Friends | |
CHybridMethod * | CHybridMethod::createHybridMethod () |
First approach to an hybrid algorithm. Gibson's Next Reaction method is combined with a RungeKutta numerical integrator.
File name: CHybridNextReactionRKMethod.h Author: Juergen Pahle Email: juergen.pahle@eml.villa-bosch.de
Last change: 21, January 2003
(C) European Media Lab 2003.
C_FLOAT64 CHybridNextReactionRKMethod::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 CHybridMethod.
CHybridMethod* CHybridMethod::createHybridMethod | ( | ) | [friend] |