Martin Otter
Martin Otter
We are working heavily on a production (1.0) version. We do no commit intermediate stages to github. We hope to provide the first stable version before the end of the...
> Will it use ModelingTookit? No.
Yes, I know. There are also other situations where analytic=true does not work. I spent some time on it, but did not find a solution. I have documented this in...
A pre-requisite is that the simulation engine - ModiaMath - supports sparse Jacobians. There is a prototype based on Julia 0.6, but it is not yet included on github. In...
I just tried: ``` import Modia include("$(Modia.ModiaDir)/src/models/Test_Media.jl") ``` resulting in the output ``` d = 995.586 h = 300.000000000055 ``` So, it seems the issue is fixed and this ticket...
Since it is an inverse model and no filter for the reference value is used (which is fine here, because the input expSine(..) can be analytically differentiated), the number of...
So to summarize: The corrected model looks now good for me and it seems that this is a bug in Modia.
> [...] sooner rather than later (a GSoC is slated for it) we'll have OrdinaryDiffEq.jl handle it Hm. Just to make sure that I understand correctly: DASSL.jl will be replaced...
> I have no strong opinion about this, I need to think about it. In general sqrt(x) should be preferred over x^0.5 (assuming both are directly mapped to the corresponding...
This above result was generated with DifferentialEquations.jl version v6.15.0.