![]() |
MRKISS 2025-09-10
A tiny library with zero dependencies that aims to make it easy to use & experiment with explicit Runge-Kutta methods.
|
Type step processing subroutine. More...
Public Member Functions | |
| subroutine | stepp_iface (status, end_run, sdf_flags, new_t_delta, pnt_idx, solution, t_delta, y_delta) |
Type step processing subroutine.
| status | Exit status
| ||||||
| end_run | Return used to trigger the calling solver to stop the run when end_run is positive. | ||||||
| sdf_flags | Return used to trigger SDF run in the calling solver, and pass information to sdf_iface function | ||||||
| new_t_delta | Returns a new value for \(\Delta{t}\). Used by calling solver if positive. | ||||||
| pnt_idx | Index of current point in solution | ||||||
| solution | Solution | ||||||
| t_delta | Value from this step's \(\Delta{t}\) | ||||||
| y_delta | Value from for this step's \(\mathbf{\Delta{y}}\) |
Definition at line 90 of file mrkiss_solvers_wt.f90.
|
virtual |
Definition at line 90 of file mrkiss_solvers_wt.f90.