ModiaSim / Modia.jl

Modeling and simulation of multidomain engineering systems
MIT License
319 stars 37 forks source link

Specialize anyeltypedual on AbstractSimulationModel #146

Closed YingboMa closed 2 years ago

YingboMa commented 2 years ago

Fix https://github.com/SciML/DiffEqBase.jl/issues/791

MartinOtter commented 2 years ago

Thanks. A simplified version of your suggestion has been used in pull request #147

YingboMa commented 2 years ago

I added AbstractSimulationModel so that you only need inherit it when you have other types of SimulationModel.