Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify/Fix Adaptivity for Small Errors or no CFL #548

Open
wants to merge 71 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
71 commits
Select commit Hold shift + click to select a range
14ecd14
Remove special case of negative base in SUNRpowerR
Steven-Roberts Jul 30, 2024
dcb14bc
Fix assert condition
Steven-Roberts Jul 30, 2024
19f2dc9
Remove magic constant
Steven-Roberts Jul 30, 2024
53f3dde
Remove TINY parameter
Steven-Roberts Jul 30, 2024
e838c4e
Remove TINY from imexgus controller
Steven-Roberts Jul 30, 2024
9cde50a
Switch to assert
Steven-Roberts Jul 30, 2024
2c2444c
Fix sign of controller in nan case
Steven-Roberts Jul 30, 2024
9cb7bba
Start adaptivity unit test
Steven-Roberts Jul 31, 2024
743913a
Add const and comments to test
Steven-Roberts Aug 1, 2024
b75e78e
Simplify Soderlind controller and handle inf/nan better
Steven-Roberts Aug 1, 2024
2caec18
Clean up controllers
Steven-Roberts Aug 1, 2024
3fbda5b
Apply formatter
Steven-Roberts Aug 1, 2024
ef01f92
Merge branch 'develop' into feature/min-err
Steven-Roberts Aug 23, 2024
299cd5c
Variable initialization cleanup
Steven-Roberts Sep 6, 2024
405ff41
Use I controller on first 2 steps of Soderlind
Steven-Roberts Sep 6, 2024
bc9f312
Remove assert for pow testing
Steven-Roberts Sep 6, 2024
54aa1d5
Update docs
Steven-Roberts Sep 6, 2024
bfdf75e
Update IMEX controller docs
Steven-Roberts Sep 6, 2024
dde1379
Update changelog
Steven-Roberts Sep 6, 2024
facfc39
Clean up time step sign
Steven-Roberts Sep 6, 2024
7badd78
Additional simplifications
Steven-Roberts Sep 6, 2024
641ad92
Merge branch 'develop' into feature/min-err
Steven-Roberts Sep 6, 2024
c472ffe
Additional testing of controller
Steven-Roberts Sep 6, 2024
2452bd6
Remove unnecessary header
Steven-Roberts Sep 6, 2024
13cce12
Correct function names
Steven-Roberts Sep 6, 2024
1950356
Convert SUNRpowerR to macro
Steven-Roberts Sep 6, 2024
5bd4790
Update comments based on @drreynolds suggestions
Steven-Roberts Sep 10, 2024
8d7a267
Fix typos in changelog
Steven-Roberts Sep 10, 2024
a02ca62
Merge branch 'develop' into feature/min-err
Steven-Roberts Sep 10, 2024
7d5161b
Update test/unit_tests/arkode/C_serial/ark_test_adapt.c
Steven-Roberts Sep 11, 2024
fcb7dc6
Add missing SUN_RCONST
Steven-Roberts Sep 11, 2024
1db5b33
Update test/unit_tests/arkode/C_serial/ark_test_adapt.c
Steven-Roberts Sep 11, 2024
f81a60d
Merge branch 'develop' into feature/min-err
Steven-Roberts Sep 11, 2024
7669c93
Add more asserts to controllers
Steven-Roberts Sep 11, 2024
ed094a8
Merge branch 'develop' into feature/min-err
Steven-Roberts Sep 16, 2024
3671f0e
Add non-default controllers in test
Steven-Roberts Sep 26, 2024
a3bac98
Merge branch 'develop' into feature/min-err
Steven-Roberts Sep 26, 2024
fdb3d4a
Fix assertion to allow order 0
Steven-Roberts Sep 26, 2024
2702c35
Merge branch 'develop' into feature/min-err
Steven-Roberts Jan 29, 2025
247f83c
Simplify ARKodeSetStepDirection check with SUNRcopysign
Steven-Roberts Jan 29, 2025
ed3bc5c
Merge branch 'develop' into feature/min-err
Steven-Roberts Jan 29, 2025
cb9fc6e
Remove infinities to run with -ffast-math
Steven-Roberts Jan 31, 2025
3ee22a3
Merge branch 'develop' into feature/min-err
Steven-Roberts Jan 31, 2025
f3439ec
Simplify if statements
Steven-Roberts Jan 31, 2025
0b6dc6a
Add missing void
Steven-Roberts Jan 31, 2025
571611c
Merge branch 'develop' into feature/min-err
Steven-Roberts Feb 12, 2025
d4ef61f
Reduce initial step size to ensure no rejected step
Steven-Roberts Feb 12, 2025
3f3b1c5
Update logging out files
Steven-Roberts Feb 12, 2025
6c63b95
Update out files
Steven-Roberts Feb 12, 2025
b677f1f
Fix broken link
Steven-Roberts Feb 12, 2025
98ec037
Allow floatCompare to handle inf
Steven-Roberts Feb 12, 2025
9a3c9ef
Fix roundoff quantity
Steven-Roberts Feb 12, 2025
34289a5
Resolve todo
Steven-Roberts Feb 13, 2025
e997b17
Update address sanitizer out files
Steven-Roberts Feb 13, 2025
ae54ed3
Temporary fix so ark_bruss_f2003 runs without failure
Steven-Roberts Feb 13, 2025
6113c22
Update ark_bruss_f2003 out file
Steven-Roberts Feb 13, 2025
d6630f3
More out file updates
Steven-Roberts Feb 13, 2025
678412d
update output files
gardner48 Feb 13, 2025
bc111ab
update output files
gardner48 Feb 13, 2025
ab14980
Apply suggestions from code review
Steven-Roberts Feb 13, 2025
1654ee6
Update malloc style
Steven-Roberts Feb 13, 2025
d6ce8c8
Apply formatter
Steven-Roberts Feb 13, 2025
61d8ef5
Fix wrong alloc size
Steven-Roberts Feb 13, 2025
f56e000
Increase max steps
Steven-Roberts Feb 13, 2025
c165857
Update stability function info in out file
Steven-Roberts Feb 13, 2025
56cc965
update output files
gardner48 Feb 14, 2025
ae1cc01
update output file
gardner48 Feb 14, 2025
f1d0f5c
Make floatCompare use relative error
Steven-Roberts Feb 14, 2025
cd10201
Merge branch 'feature/min-err' of github.com:LLNL/sundials into featu…
Steven-Roberts Feb 14, 2025
a6ef7b6
Add abs_tol in floatCompare
Steven-Roberts Feb 14, 2025
f09a521
Handle precision == 0 correctly
Steven-Roberts Feb 14, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ Improved the efficiency of default ARKODE methods with the following changes:

### Bug Fixes

Removed error floors from the `SUNAdaptController` implementations which could
unnecessarily limit the time size growth, particularly after the first step.

On the first two time steps, the Soderlind controller uses an I controller
instead of omitting unavailable terms.

Fixed bug in `ARKodeSetFixedStep` where it could return `ARK_SUCCESS` despite
an error occurring.

Expand Down
7 changes: 7 additions & 0 deletions doc/shared/RecentChanges.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ Improved the efficiency of default ARKODE methods with the following changes:

**Bug Fixes**

Removed error floors from the :c:type:`SUNAdaptController` implementations
which could unnecessarily limit the time size growth, particularly after the
first step.

On the first two time steps, the Soderlind controller uses an I controller
instead of omitting unavailable terms.

Fixed bug in :c:func:`ARKodeSetFixedStep` where it could return ``ARK_SUCCESS``
despite an error occurring.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ with the form

In the above formulas, the default values of :math:`k_1^E`, :math:`k_2^E`,
:math:`k_1^I`, and :math:`k_2^I` are 0.367, 0.268, 0.98, and 0.95, respectively,
and :math:`p` is the global order of the time integration method. In these
estimates, a floor of :math:`\varepsilon_* > 10^{-10}` is enforced to avoid
division-by-zero errors.
and :math:`p` is the global order of the time integration method.

The SUNAdaptController_ImExGus controller implements both formulas
:eq:`expGusController` and :eq:`impGusController`, and sets its recommended step
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,10 @@ and :cite:p:`Sod:06`. This controller has the form

with default parameter values :math:`k_1 = 1.25`, :math:`k_2 = 0.5`,
:math:`k_3 = -0.75`, :math:`k_4 = 0.25`, and :math:`k_5 = 0.75`, where
:math:`p` is the global order of the time integration method. In this estimate,
a floor of :math:`\varepsilon_* > 10^{-10}` is enforced to avoid division-by-zero
errors. During the first two steps (when :math:`\varepsilon_{n-2}`,
:math:`\varepsilon_{n-1}`, :math:`h_{n-2}`, and :math:`h_{n-2}` may be unavailable),
the corresponding terms are merely omitted during estimation of :math:`h'`.
:math:`p` is the global order of the time integration method. During the first
two steps (when :math:`\varepsilon_{n-2}`, :math:`\varepsilon_{n-1}`,
:math:`h_{n-2}`, and :math:`h_{n-2}` may be unavailable), the I controller
:math:`h' = h_n \varepsilon_1^{-1/(p+1)}` is used.

The SUNAdaptController_Soderlind controller is implemented as a derived
SUNAdaptController class, and defines its *content* field as:
Expand Down
32 changes: 16 additions & 16 deletions examples/arkode/CXX_manyvector/ark_sod_lsrk.out
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ Problem parameters and options:
t ||rho|| ||mx|| ||my|| ||mz|| ||et||
--------------------------------------------------------------------------
0.00e+00 7.12610e-01 0.00000e+00 0.00000e+00 0.00000e+00 1.77658e+00
1.00e-02 7.09460e-01 5.28096e-02 0.00000e+00 0.00000e+00 1.76732e+00
2.00e-02 7.06459e-01 7.61804e-02 0.00000e+00 0.00000e+00 1.75863e+00
3.00e-02 7.03444e-01 9.39395e-02 0.00000e+00 0.00000e+00 1.74990e+00
1.00e-02 7.09460e-01 5.28085e-02 0.00000e+00 0.00000e+00 1.76732e+00
2.00e-02 7.06459e-01 7.61805e-02 0.00000e+00 0.00000e+00 1.75863e+00
3.00e-02 7.03444e-01 9.39390e-02 0.00000e+00 0.00000e+00 1.74990e+00
4.00e-02 7.00418e-01 1.08850e-01 0.00000e+00 0.00000e+00 1.74113e+00
5.00e-02 6.97379e-01 1.21955e-01 0.00000e+00 0.00000e+00 1.73232e+00
6.00e-02 6.94326e-01 1.33784e-01 0.00000e+00 0.00000e+00 1.72346e+00
Expand All @@ -33,16 +33,16 @@ Problem parameters and options:
--------------------------------------------------------------------------

Final integrator statistics:
Current time = 0.1
Steps = 382
Step attempts = 397
Stability limited steps = 0
Accuracy limited steps = 397
Error test fails = 15
NLS step fails = 0
Inequality constraint fails = 0
Initial step size = 1.12228425974954e-14
Last step size = 0.000233441607859208
Current step size = 0.000233441607859208
RHS fn evals = 3957
Number of stages used = 10
Current time = 0.1
Steps = 374
Step attempts = 391
Stability limited steps = 0
Accuracy limited steps = 391
Error test fails = 17
NLS step fails = 0
Inequality constraint fails = 0
Initial step size = 1.12228425974954e-14
Last step size = 8.26420296853591e-05
Current step size = 8.26420296853591e-05
RHS fn evals = 3895
Number of stages used = 10
Original file line number Diff line number Diff line change
Expand Up @@ -25,49 +25,49 @@ Output directory: .
t ||u||_rms ||v||_rms ||w||_rms
----------------------------------------------------
0.000000 1.060205 3.559930 3.059949
0.250000 1.134976 3.463307 3.499980
0.500000 1.251255 3.307480 3.499978
0.750000 1.421776 3.076173 3.499975
1.000000 1.617972 2.789695 3.499972
1.250000 1.738611 2.525641 3.499970
1.500000 1.724313 2.346645 3.499970
0.250000 1.134975 3.463308 3.499980
0.500000 1.251254 3.307483 3.499978
0.750000 1.421775 3.076175 3.499975
1.000000 1.617974 2.789694 3.499972
1.250000 1.738612 2.525640 3.499970
1.500000 1.724313 2.346644 3.499970
1.750000 1.609332 2.267405 3.499972
2.000000 1.441938 2.284790 3.499975
2.000000 1.441938 2.284789 3.499975
2.250000 1.254548 2.387110 3.499978
2.500000 1.067861 2.552978 3.499982
2.750000 0.894914 2.755797 3.499985
3.000000 0.742698 2.972707 3.499988
3.250000 0.614424 3.189681 3.499990
3.500000 0.511703 3.400292 3.499992
3.750000 0.435022 3.602349 3.499993
4.000000 0.382884 3.795611 3.499993
3.000000 0.742698 2.972706 3.499988
3.250000 0.614424 3.189680 3.499990
3.500000 0.511703 3.400291 3.499992
3.750000 0.435022 3.602348 3.499993
4.000000 0.382885 3.795610 3.499993
4.250000 0.351268 3.980789 3.499994
4.500000 0.334675 4.159066 3.499994
4.750000 0.327999 4.331676 3.499994
4.500000 0.334675 4.159065 3.499994
4.750000 0.327999 4.331675 3.499994
5.000000 0.327576 4.499585 3.499994
5.250000 0.331182 4.663357 3.499994
5.500000 0.337619 4.823164 3.499994
5.750000 0.346346 4.978846 3.499994
6.000000 0.357245 5.129937 3.499994
5.500000 0.337620 4.823164 3.499994
5.750000 0.346346 4.978845 3.499994
6.000000 0.357244 5.129937 3.499994
6.250000 0.370526 5.275660 3.499994
6.500000 0.386740 5.414810 3.499993
6.750000 0.406897 5.545549 3.499993
7.000000 0.432797 5.664942 3.499992
7.250000 0.467856 5.767888 3.499992
7.500000 0.519324 5.844481 3.499991
7.750000 0.605996 5.871569 3.499989
8.000000 0.797170 5.775343 3.499986
8.250000 1.629022 5.135025 3.499974
8.500000 3.774898 3.499505 3.499941
8.750000 4.025788 2.194933 3.499932
9.000000 3.877379 0.967603 3.499933
9.250000 3.148899 1.087229 3.499946
9.500000 2.471560 1.322866 3.499958
9.750000 1.912340 1.594916 3.499967
10.000000 1.450253 1.896162 3.499975
6.500000 0.386741 5.414808 3.499993
6.750000 0.406897 5.545550 3.499993
7.000000 0.432798 5.664941 3.499992
7.250000 0.467855 5.767889 3.499992
7.500000 0.519325 5.844479 3.499991
7.750000 0.605996 5.871568 3.499989
8.000000 0.797169 5.775343 3.499986
8.250000 1.629015 5.135030 3.499974
8.500000 3.774895 3.499509 3.499941
8.750000 4.025789 2.194934 3.499932
9.000000 3.877381 0.967603 3.499933
9.250000 3.148900 1.087229 3.499946
9.500000 2.471561 1.322865 3.499958
9.750000 1.912340 1.594915 3.499967
10.000000 1.450254 1.896163 3.499975

Final Solver Statistics (for processor 0):
Internal solver steps = 482 (attempted = 482)
Total RHS evals: Fe = 1931, Fi = 5936
Total number of error test failures = 0
Internal solver steps = 481 (attempted = 483)
Total RHS evals: Fe = 1933, Fi = 5951
Total number of error test failures = 2
Total number of nonlinear solver convergence failures = 0
Original file line number Diff line number Diff line change
Expand Up @@ -25,52 +25,52 @@ Output directory: .
t ||u||_rms ||v||_rms ||w||_rms
----------------------------------------------------
0.000000 1.060205 3.559930 3.059949
0.250000 1.134976 3.463307 3.499980
0.500000 1.251255 3.307480 3.499978
0.750000 1.421776 3.076173 3.499975
1.000000 1.617972 2.789695 3.499972
1.250000 1.738611 2.525641 3.499970
1.500000 1.724313 2.346645 3.499970
0.250000 1.134975 3.463308 3.499980
0.500000 1.251254 3.307483 3.499978
0.750000 1.421775 3.076175 3.499975
1.000000 1.617974 2.789694 3.499972
1.250000 1.738612 2.525640 3.499970
1.500000 1.724313 2.346644 3.499970
1.750000 1.609332 2.267405 3.499972
2.000000 1.441938 2.284790 3.499975
2.000000 1.441938 2.284789 3.499975
2.250000 1.254548 2.387110 3.499978
2.500000 1.067861 2.552978 3.499982
2.750000 0.894914 2.755797 3.499985
3.000000 0.742698 2.972707 3.499988
3.250000 0.614424 3.189681 3.499990
3.500000 0.511703 3.400292 3.499992
3.750000 0.435022 3.602349 3.499993
4.000000 0.382884 3.795611 3.499993
3.000000 0.742698 2.972706 3.499988
3.250000 0.614424 3.189680 3.499990
3.500000 0.511703 3.400291 3.499992
3.750000 0.435022 3.602348 3.499993
4.000000 0.382885 3.795610 3.499993
4.250000 0.351268 3.980789 3.499994
4.500000 0.334675 4.159066 3.499994
4.750000 0.327999 4.331676 3.499994
4.500000 0.334675 4.159065 3.499994
4.750000 0.327999 4.331675 3.499994
5.000000 0.327576 4.499585 3.499994
5.250000 0.331182 4.663357 3.499994
5.500000 0.337619 4.823164 3.499994
5.750000 0.346346 4.978846 3.499994
6.000000 0.357245 5.129937 3.499994
5.500000 0.337620 4.823164 3.499994
5.750000 0.346346 4.978845 3.499994
6.000000 0.357244 5.129937 3.499994
6.250000 0.370526 5.275660 3.499994
6.500000 0.386740 5.414810 3.499993
6.750000 0.406897 5.545549 3.499993
7.000000 0.432797 5.664942 3.499992
7.250000 0.467856 5.767888 3.499992
7.500000 0.519324 5.844481 3.499991
7.750000 0.605996 5.871569 3.499989
8.000000 0.797170 5.775343 3.499986
8.250000 1.629022 5.135025 3.499974
8.500000 3.774898 3.499505 3.499941
8.750000 4.025788 2.194933 3.499932
9.000000 3.877379 0.967603 3.499933
9.250000 3.148899 1.087229 3.499946
9.500000 2.471560 1.322866 3.499958
9.750000 1.912340 1.594916 3.499967
10.000000 1.450253 1.896162 3.499975
6.500000 0.386741 5.414808 3.499993
6.750000 0.406897 5.545550 3.499993
7.000000 0.432798 5.664941 3.499992
7.250000 0.467855 5.767889 3.499992
7.500000 0.519325 5.844479 3.499991
7.750000 0.605996 5.871568 3.499989
8.000000 0.797169 5.775343 3.499986
8.250000 1.629015 5.135030 3.499974
8.500000 3.774895 3.499509 3.499941
8.750000 4.025789 2.194934 3.499932
9.000000 3.877381 0.967603 3.499933
9.250000 3.148900 1.087229 3.499946
9.500000 2.471561 1.322865 3.499958
9.750000 1.912340 1.594915 3.499967
10.000000 1.450254 1.896163 3.499975

Final Solver Statistics (for processor 0):
Internal solver steps = 482 (attempted = 482)
Total RHS evals: Fe = 1931, Fi = 6084
Total number of error test failures = 0
Internal solver steps = 481 (attempted = 483)
Total RHS evals: Fe = 1933, Fi = 6088
Total number of error test failures = 2
Total number of nonlinear solver convergence failures = 0
Total number of nonlinear iterations = 4153
Total number of linear iterations = 2912
Total number of preconditioner solves = 5690
Total number of nonlinear iterations = 4155
Total number of linear iterations = 2913
Total number of preconditioner solves = 5688
Original file line number Diff line number Diff line change
Expand Up @@ -25,49 +25,49 @@ Output directory: .
t ||u||_rms ||v||_rms ||w||_rms
----------------------------------------------------
0.000000 1.060205 3.559930 3.059949
0.250000 1.134976 3.463307 3.499980
0.500000 1.251255 3.307480 3.499978
0.750000 1.421776 3.076173 3.499975
1.000000 1.617972 2.789695 3.499972
1.250000 1.738611 2.525641 3.499970
1.500000 1.724313 2.346645 3.499970
0.250000 1.134975 3.463308 3.499980
0.500000 1.251254 3.307483 3.499978
0.750000 1.421775 3.076175 3.499975
1.000000 1.617974 2.789694 3.499972
1.250000 1.738612 2.525640 3.499970
1.500000 1.724313 2.346644 3.499970
1.750000 1.609332 2.267405 3.499972
2.000000 1.441938 2.284790 3.499975
2.000000 1.441938 2.284789 3.499975
2.250000 1.254548 2.387110 3.499978
2.500000 1.067861 2.552978 3.499982
2.750000 0.894914 2.755797 3.499985
3.000000 0.742698 2.972707 3.499988
3.250000 0.614424 3.189681 3.499990
3.500000 0.511703 3.400292 3.499992
3.750000 0.435022 3.602349 3.499993
4.000000 0.382884 3.795611 3.499993
3.000000 0.742698 2.972706 3.499988
3.250000 0.614424 3.189680 3.499990
3.500000 0.511703 3.400291 3.499992
3.750000 0.435022 3.602348 3.499993
4.000000 0.382885 3.795610 3.499993
4.250000 0.351268 3.980789 3.499994
4.500000 0.334675 4.159066 3.499994
4.750000 0.327999 4.331676 3.499994
4.500000 0.334675 4.159065 3.499994
4.750000 0.327999 4.331675 3.499994
5.000000 0.327576 4.499585 3.499994
5.250000 0.331182 4.663357 3.499994
5.500000 0.337619 4.823164 3.499994
5.750000 0.346346 4.978846 3.499994
6.000000 0.357245 5.129937 3.499994
5.500000 0.337620 4.823164 3.499994
5.750000 0.346346 4.978845 3.499994
6.000000 0.357244 5.129937 3.499994
6.250000 0.370526 5.275660 3.499994
6.500000 0.386740 5.414810 3.499993
6.750000 0.406897 5.545549 3.499993
7.000000 0.432797 5.664942 3.499992
7.250000 0.467856 5.767888 3.499992
7.500000 0.519324 5.844481 3.499991
7.750000 0.605996 5.871569 3.499989
8.000000 0.797170 5.775343 3.499986
8.250000 1.629022 5.135025 3.499974
8.500000 3.774898 3.499505 3.499941
8.750000 4.025788 2.194933 3.499932
9.000000 3.877379 0.967603 3.499933
9.250000 3.148899 1.087229 3.499946
9.500000 2.471560 1.322866 3.499958
9.750000 1.912340 1.594916 3.499967
10.000000 1.450253 1.896162 3.499975
6.500000 0.386741 5.414808 3.499993
6.750000 0.406897 5.545550 3.499993
7.000000 0.432798 5.664941 3.499992
7.250000 0.467855 5.767889 3.499992
7.500000 0.519325 5.844479 3.499991
7.750000 0.605996 5.871568 3.499989
8.000000 0.797169 5.775343 3.499986
8.250000 1.629015 5.135030 3.499974
8.500000 3.774895 3.499509 3.499941
8.750000 4.025789 2.194934 3.499932
9.000000 3.877381 0.967603 3.499933
9.250000 3.148900 1.087229 3.499946
9.500000 2.471561 1.322865 3.499958
9.750000 1.912340 1.594915 3.499967
10.000000 1.450254 1.896163 3.499975

Final Solver Statistics (for processor 0):
Internal solver steps = 482 (attempted = 482)
Total RHS evals: Fe = 1931, Fi = 5936
Total number of error test failures = 0
Internal solver steps = 481 (attempted = 483)
Total RHS evals: Fe = 1933, Fi = 5951
Total number of error test failures = 2
Total number of nonlinear solver convergence failures = 0
Loading