next up previous
Next: The jet of derivatives Up: The Output Routines Previous: The Output Routines

The numerical integrator

  Its prototype is:
   int taylor_step_ODE_NAME(MY_FLOAT *time,
                            MY_FLOAT *xvars,
                            int      direction,
                            int      step_ctrl_method,
                            double   log10abserr,
                            double   log10relerr,
                            MY_FLOAT *endtime,
                            MY_FLOAT *stepused,
                            int      *order);
The function taylor_step_ODE_NAME does one step of numerical integration of the given system of ODEs, using the control parameters passed to it. It returns 1 if endtime is reached, 0 otherwise.

{Parameters:

Returned value:


next up previous
Next: The jet of derivatives Up: The Output Routines Previous: The Output Routines

Maorong Zou
Tue Nov 13 09:42:48 CST 2001