Runge-Kutta 4 structure for dirdyn. More...
#include <mbs_rk4.h>
Public Attributes | |
double * | yt |
allocated state vector More... | |
double * | dyt |
allocated derivative vector More... | |
double * | dym |
allocated saved derivative vector More... | |
Runge-Kutta 4 structure for dirdyn.
double* dym |
allocated saved derivative vector
double* dyt |
allocated derivative vector
double* yt |
allocated state vector