copasi API  0.1
Public Member Functions | Friends
CHybridNextReactionRKMethod Class Reference

#include <CHybridNextReactionRKMethod.h>

Inheritance diagram for CHybridNextReactionRKMethod:
CHybridMethod CTrajectoryMethod CCopasiMethod CCopasiParameterGroup CCopasiParameter CCopasiContainer CCopasiObject

List of all members.

Public Member Functions

C_FLOAT64 doSingleStep (C_FLOAT64 time, C_FLOAT64 endTime)

Friends

CHybridMethodCHybridMethod::createHybridMethod ()

Detailed Description

CHybridNextReactionRKMethod

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.


Member Function Documentation

C_FLOAT64 CHybridNextReactionRKMethod::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 CHybridMethod.


Friends And Related Function Documentation

CHybridMethod* CHybridMethod::createHybridMethod ( ) [friend]

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