ODEInterface.jl icon indicating copy to clipboard operation
ODEInterface.jl copied to clipboard

Add coldae solver

Open ErikQQY opened this issue 1 year ago • 0 comments

Fix #32

This PR adds the COLDAE solver for ODEInterface.jl, it is still a WIP, so I need to further polish this until all the APIs are compatiable with the others.

To make ODEInterface.jl able to call COLDAE Fortran program, I think maybe we need to first add similar building scripts to Yggdrasil to compile libcoldae and update ODEInterface_jll.jl, so that we can have the compiled coldae image to call the Fortran solver from Julia.

ErikQQY avatar Jun 09 '24 11:06 ErikQQY