Team:BCCS-Bristol/Modeling/Antos/ODE intefaces

From 2009.igem.org

(Difference between revisions)
(New page: =Notes on ODE Interfaces= Currently we can specify custom ODEs by creating a class that implements BSimOdeSingle or BSimOdeSystem. <p> Some examples are given below. ==BSimOdeSingle== Thi...)
(Notes on ODE Interfaces)
Line 1: Line 1:
=Notes on ODE Interfaces=
=Notes on ODE Interfaces=
Currently we can specify custom ODEs by creating a class that implements BSimOdeSingle or BSimOdeSystem.
Currently we can specify custom ODEs by creating a class that implements BSimOdeSingle or BSimOdeSystem.
-
<p>
+
 
Some examples are given below.
Some examples are given below.

Revision as of 14:38, 12 August 2009

Notes on ODE Interfaces

Currently we can specify custom ODEs by creating a class that implements BSimOdeSingle or BSimOdeSystem.

Some examples are given below.

BSimOdeSingle

Things

BSimOdeSystem

Stuff