-
Notifications
You must be signed in to change notification settings - Fork 156
Open
Labels
Description
When using the Newton solver with the linear solver unspecified, a segfault can occur at
retval = NEWTON_CONTENT(NLS)->LSolve(delta, mem); |
This was noticed in #597 which uses CVDOE, and I've seen similar behavior with ARKODE.
Additional validation is needed to alert users that a linear solver should be specified.