Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#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 Willi Braun, 12 years ago

Resolution: fixed
Status: newclosed

fixed in r15153 and r15169.

comment:2 by Willi Braun, 12 years ago

Type: enhancementdefect
Note: See TracTickets for help on using tickets.