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

Deprecated package (use instead Modia.jl)

Results 4 ModiaMath.jl issues
Sort by recently updated
recently updated
newest added

Now DASSL is updated and new version is added to .toml files - everything should work well now

Ref: https://discourse.julialang.org/t/package-compatibility-caps/15301

Running example Modia/examples/LinearSystems.jl results in an error in ModiaMath.plot(..). plotResult_with_PyPlot.jl: ```julia for i = 1:size(ysig,2) PyPlot.plot(xsig, ysig[:,i], label=prefix*ysigLegend[i]) end ``` ysig has dimension (1000,2) and ysigLegend has only one row...

Using the abstract solver interface as defined in DifferentialEquations.jl would make it possible to use different solvers in the future. In particular the option to use solvers written in Julia...