copasi API  0.1
Public Member Functions | Friends
CHybridNextReactionLSODAMethod Class Reference

#include <CHybridNextReactionLSODAMethod.h>

Inheritance diagram for CHybridNextReactionLSODAMethod:
CHybridMethodLSODA CTrajectoryMethod CCopasiMethod CCopasiParameterGroup CCopasiParameter CCopasiContainer CCopasiObject

List of all members.

Public Member Functions

C_FLOAT64 doSingleStep (C_FLOAT64 time, C_FLOAT64 endTime)

Friends

CHybridMethodLSODACHybridMethodLSODA::createHybridMethodLSODA ()

Detailed Description

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.


Member Function Documentation

C_FLOAT64 CHybridNextReactionLSODAMethod::doSingleStep ( C_FLOAT64  currentTime,
C_FLOAT64  endTime 
) [virtual]

Do one iteration of the simulation

Returns:
Current simulation time or -1 in case of an error

Simulates the system over the next interval of time. The new time after this step is returned.

Parameters:
currentTimeA C_FLOAT64 specifying the current time
endTimeA C_FLOAT64 specifying the endTime of the current step()
Returns:
A C_FLOAT giving the new time

Implements CHybridMethodLSODA.


Friends And Related Function Documentation

CHybridMethodLSODA* CHybridMethodLSODA::createHybridMethodLSODA ( ) [friend]

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines