MRKISS 2025-09-10
A tiny library with zero dependencies that aims to make it easy to use & experiment with explicit Runge-Kutta methods.
Loading...
Searching...
No Matches
mrkiss_solvers_wt::sdf_iface Interface Reference

Type SDF function on a solution point. More...

Public Member Functions

subroutine sdf_iface (status, dist, sdf_flags, t, y)

Detailed Description

Type SDF function on a solution point.

Parameters
statusExit status
Value Description
-inf-0 Everything worked
512-767 Error in this routine
distThe distance value of the SDF funciton
sdf_flagsFlags passed from an stepp_iface routine
tValue for \(t\).
yValue for \(\mathbf{y}\).
paramData payload usually used for constants.

Definition at line 117 of file mrkiss_solvers_wt.f90.

Constructor & Destructor Documentation

◆ sdf_iface()

subroutine mrkiss_solvers_wt::sdf_iface::sdf_iface ( integer, intent(out) status,
real(kind=rk), intent(out) dist,
integer, intent(in) sdf_flags,
real(kind=rk), intent(in) t,
real(kind=rk), dimension(:), intent(in) y )
virtual

Definition at line 117 of file mrkiss_solvers_wt.f90.


The documentation for this interface was generated from the following file: