Changes between Initial Version and Version 1 of Ticket #2404, comment 4
- Timestamp:
- 2013-10-11T06:54:58Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2404, comment 4
initial v1 1 1 Well, that is correct. I guess we should enforce that we handle torn linear system as linear systems :-) 2 2 3 The issue with nonlinear systems is that they may have multiple solutions. Thus it is not only to findany solution but the expected one. Thus start-values are necessary and a good hint for end users if something goes wrong – even if the nonlinear system get solved.3 The issue with nonlinear systems is that they may have multiple solutions. Thus it is not only about finding any solution but the expected one. Thus start-values are necessary and a good hint for end users if something goes wrong – even if the nonlinear system get solved. 4 4 5 5 Anyway, we should improve messages. You can create a new ticket for error/warning messages for the nonlinear solver. But in addition we will keep this warning.