![]() |
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 SDF function on a solution point. More...
Public Member Functions | |
| subroutine | sdf_iface (status, dist, sdf_flags, t, y) |
Type SDF function on a solution point.
| status | Exit status
| ||||||
| dist | The distance value of the SDF funciton | ||||||
| sdf_flags | Flags passed from an stepp_iface routine | ||||||
| t | Value for \(t\). | ||||||
| y | Value for \(\mathbf{y}\). | ||||||
| param | Data payload usually used for constants. |
Definition at line 117 of file mrkiss_solvers_wt.f90.
|
virtual |
Definition at line 117 of file mrkiss_solvers_wt.f90.