![]() |
FLASH-X
Doxygen Generated Documentation From Interface Source Code
|

Data Types | |
| interface | RungeKutta_stepSizeEstimate |
Public Member Functions | |
| subroutine | RungeKutta_stepConfined (method, f, nc, x, y, ymin, ymax, eFrac, eBase, htry, hused, hnext, yout, eout) |
Definition at line 60 of file RungeKutta_interface.F90.
| subroutine RungeKutta_interface::RungeKutta_step::RungeKutta_stepConfined::RungeKutta_stepConfined | ( | character (len=*), intent(in) | method, |
| f, | |||
| integer, intent(in) | nc, | ||
| real, intent(in) | x, | ||
| real, dimension (:), intent(in) | y, | ||
| ymin, | |||
| ymax, | |||
| real | eFrac, | ||
| real | eBase, | ||
| real, intent(in) | htry, | ||
| real, intent(out) | hused, | ||
| real, intent(out) | hnext, | ||
| real, dimension (:), intent(out) | yout, | ||
| real, dimension (:), intent(out) | eout | ||
| ) |
Definition at line 60 of file RungeKutta_interface.F90.