ODEInterface.jl
ODEInterface.jl copied to clipboard
Add coldae solver
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.