Team:St Andrews/project/modelling/downloads
From 2010.igem.org
(Difference between revisions)
(9 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
{{:Team:St_Andrews/defaulttemplate}} | {{:Team:St_Andrews/defaulttemplate}} | ||
- | = | + | ==Model code== |
- | + | The C++ code below forms the framework for all of our projects. Each project used a slightly tweaked version of the files given here, however to keep things straightforward we have uploaded only the generic code. | |
+ | |||
+ | [[Media:StAndrewsMainFile.txt|Main body of our code]] | ||
+ | |||
+ | [[Media:StAndrewsRungeKuttaSolver.txt|Runge-Kutta solver code]] | ||
+ | |||
+ | [[Media:StAndrewsHeaderFile.txt|Header file]] | ||
+ | |||
+ | [[Media:StAndrewsDifferentialEquations.txt|Differential equation code]] | ||
+ | |||
+ | [[Media:StAndrewsCellGrowth.txt|Cell Growth function code]] |
Latest revision as of 02:16, 28 October 2010
Model code
The C++ code below forms the framework for all of our projects. Each project used a slightly tweaked version of the files given here, however to keep things straightforward we have uploaded only the generic code.