Commit 4c65bc6
committed
Fix StiffBVP: replace obsolete nest_tol with nested_nlsolve_kwargs
BoundaryValueDiffEqFIRK removed nest_tol from the RadauIIa*/Lobatto*
constructors in favor of nested_nlsolve_kwargs::NamedTuple. Passing
nest_tol now errors; use abstol/reltol via nested_nlsolve_kwargs.
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>1 parent 6492d4f commit 4c65bc6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
230 | | - | |
| 230 | + | |
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
| |||
0 commit comments