gridap / GridapODEs.jl

Time stepping for Gridap
MIT License
33 stars 7 forks source link

Add internal solvers to the common interface? #50

Closed ChrisRackauckas closed 2 years ago

ChrisRackauckas commented 3 years ago

Since there are some internal fixed time step DAE solvers in here, it would nice to get them setup with dispatches to DiffEqBase.__solve to then allow them to be used in other cases. It would be a good way to benchmark them in various contexts.