You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deriving a meaningful ResidualTolerance for a variety of inputs is bit difficult, a simpler solution is to change to using SolutionTolerance, since the magnitude and criteria is clear
The text was updated successfully, but these errors were encountered:
139: Use SolutionTolerance instead of ResidualTolerance r=charleskawczynski a=charleskawczynski
This PR replaces the `RootSolvers.ResidualTolerance` with `RootSolvers.SolutionTolerance`. Closes#135, #134, #130.
Co-authored-by: Charles Kawczynski <[email protected]>
borsbot
added a commit
that referenced
this issue
Oct 5, 2022
139: Use SolutionTolerance instead of ResidualTolerance r=charleskawczynski a=charleskawczynski
This PR replaces the `RootSolvers.ResidualTolerance` with `RootSolvers.SolutionTolerance`. Closes#135, #134, #130.
Co-authored-by: Charles Kawczynski <[email protected]>
Deriving a meaningful
ResidualTolerance
for a variety of inputs is bit difficult, a simpler solution is to change to using SolutionTolerance, since the magnitude and criteria is clearThe text was updated successfully, but these errors were encountered: