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

Make ModelingToolkit export `remake`?

Open TorkelE opened this issue 3 months ago • 2 comments

ModelingToolkit currently exports (naturally) ODEProblem (and other problem types). However, to change these, remake is required. Would it make sense to have MTK export this as well? In principle, you only need these problems if you want to simulate them, so in that sense it makes sense to not have features for working with these problems without a simulation package. Still, it might be worth considering.

TorkelE avatar Nov 28 '25 14:11 TorkelE

It should probably just reexport SciMLBase?

ChrisRackauckas avatar Dec 08 '25 11:12 ChrisRackauckas

that'd probably make more sense, yes

TorkelE avatar Dec 08 '25 11:12 TorkelE