Opened 7 years ago
Last modified 7 years ago
#4892 assigned defect
Execution statistics show wrong solver
Reported by: | Owned by: | Willi Braun | |
---|---|---|---|
Priority: | high | Milestone: | Future |
Component: | Backend | Version: | v1.13.0-dev-nightly |
Keywords: | Cc: |
Description
After running the model the ### STATISTICS ### block always shows "euler" as solver, despite dassl beeing selected and used.
Change History (3)
comment:1 by , 7 years ago
Component: | *unknown* → Backend |
---|---|
Owner: | changed from | to
Version: | → v1.13.0-dev-nightly |
comment:2 by , 7 years ago
comment:3 by , 7 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
In fact, this is not a bug but a feature. The model you posted here has no continuous states, so there are actually no differential equations to solve. As such, there is no need to run any sophisticated solver like dassl, so the simplest possible solver (euler) is selected automatically.
Note:
See TracTickets
for help on using tickets.
This behavior appears when running a simple model like:
for more complex??? models, the solver is shown correctly.