#2064 closed defect (fixed)
c-runtime: linear/non-linear solver warnings/errors
| Reported by: | Lennart Ochel | Owned by: | Willi Braun |
|---|---|---|---|
| Priority: | high | Milestone: | 1.9.0 |
| Component: | Run-time | Version: | trunk |
| Keywords: | c-runtime | Cc: | Vitalij Ruge |
Description
Currently we ignore warning/errors from the linear (also non-linear) solver. That is really annoying. I have already tried to improve that (r15120). But I guess we should revise the whole structure of the linear/non-linear solver handling.
It should be possible to store an error-code for each system. But in the current implementation, we have just one error-code for the whole model. That is why we override the error-code always.
example:
testsuite/simulation/libraries/3rdParty/MathematicalAspects/05_SingularModel.mos
Change History (2)
comment:1 by , 13 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 by , 13 years ago
| Type: | enhancement → defect |
|---|
Note:
See TracTickets
for help on using tickets.

fixed in r15153 and r15169.