WarrenWeckesser / vfgen

Source code generator for differential equation solvers.
8 stars 1 forks source link

Use more features of DifferentialEquation.jl in the julia code #11

Closed WarrenWeckesser closed 1 month ago

WarrenWeckesser commented 1 month ago

The code generated by the julia command is minimalist. There are more features that could be used.

DifferentialEquation.jl includes code to handle delay equations. VFGEN doesn't support this yet.

WarrenWeckesser commented 1 month ago

The VFGEN julia command now supports delay equations.