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::deq_iface Interface Reference

Type for ODE dydt functions. More...

Public Member Functions

subroutine deq_iface (status, dydt, t, y, param)

Detailed Description

Type for ODE dydt functions.

Parameters
statusExit status
Value Description
-inf-0 Everything worked
1-255 Error in this routine
tValue for \(t\).
yValue for \(\mathbf{y}\).
paramData payload usually used for constants.

Definition at line 62 of file mrkiss_solvers_wt.f90.

Constructor & Destructor Documentation

◆ deq_iface()

subroutine mrkiss_solvers_wt::deq_iface::deq_iface ( integer, intent(out) status,
real(kind=rk), dimension(:), intent(out) dydt,
real(kind=rk), intent(in) t,
real(kind=rk), dimension(:), intent(in) y,
real(kind=rk), dimension(:), intent(in) param )
virtual

Definition at line 62 of file mrkiss_solvers_wt.f90.


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