dmitry-kabanov / mardi-open-interfaces-new-attempt

Measure 2.2 “Open Interfaces” of the Mathematical Research Data Initiative (MaRDI) project

Home Page:https://mardi4nfdi.de/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hardcode of callbacks to right-hand-side callbacks for IVP

dmitry-kabanov opened this issue · comments

Right now, callbacks are hardcoded to work only with right-hand side callbacks for the IVP interface: with signature callback(OIF_F64, OIF_ARRAY_F64 *, OIF_ARRAY_F64 *).

Particularly, it is hardcoded in the dispatch_python.c functions and the Callback class that wraps C callbacks for Python implementations.