KaliVeda
1.13/01
Heavy-Ion Analysis Toolkit
|
#include "KVBase.h"
Classes | |
class | KVRungeKutta |
Adaptive step-size 4th order Runge-Kutta ODE integrator from Numerical Recipes. More... | |
Macros | |
#define | ERRCON 1.89e-4 |
#define | MAXSTP 10000 |
#define | PGROW -0.2 |
#define | PSHRNK -0.25 |
#define | SAFETY 0.9 |
#define | TINY 1.0e-30 |
#define ERRCON 1.89e-4 |
Definition at line 12 of file KVRungeKutta.h.
#define MAXSTP 10000 |
Definition at line 13 of file KVRungeKutta.h.
#define PGROW -0.2 |
Definition at line 10 of file KVRungeKutta.h.
#define PSHRNK -0.25 |
Definition at line 11 of file KVRungeKutta.h.
#define SAFETY 0.9 |
Created by KVClassFactory on Thu Jun 24 11:04:34 2010 Author: John Frankland,,,
Definition at line 9 of file KVRungeKutta.h.
#define TINY 1.0e-30 |
Definition at line 14 of file KVRungeKutta.h.