MPI-AMRVAC
3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code (development version)
|
Go to the source code of this file.
Modules | |
module | mod_odeint |
This module packages odeint from numerical recipes. | |
Functions/Subroutines | |
subroutine | mod_odeint::odeint (ystart, nvar, x1, x2, eps, h1, hmin, nok, nbad, derivs, rkqs, ierror) |
subroutine | mod_odeint::rkqs (y, dydx, n, x, htry, eps, yscal, hdid, hnext, derivs) |
subroutine | mod_odeint::rkck (y, dydx, n, x, h, yout, yerr, derivs) |
subroutine | mod_odeint::stop (text) |
Variables | |
integer | mod_odeint::maxstp |
integer | mod_odeint::nmax |
integer | mod_odeint::kmaxx |
double precision | mod_odeint::tiny |