KaliVeda  1.13/01
Heavy-Ion Analysis Toolkit
Classes | Macros
KVRungeKutta.h File Reference
#include "KVBase.h"
Include dependency graph for KVRungeKutta.h:
This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

◆ ERRCON

#define ERRCON   1.89e-4

Definition at line 12 of file KVRungeKutta.h.

◆ MAXSTP

#define MAXSTP   10000

Definition at line 13 of file KVRungeKutta.h.

◆ PGROW

#define PGROW   -0.2

Definition at line 10 of file KVRungeKutta.h.

◆ PSHRNK

#define PSHRNK   -0.25

Definition at line 11 of file KVRungeKutta.h.

◆ SAFETY

#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.

◆ TINY

#define TINY   1.0e-30

Definition at line 14 of file KVRungeKutta.h.