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

Answers for SUNDIALS#495 (SetAutonomous) #34

Merged
merged 1 commit into from
May 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Analytical ODE test problem:

Final Solver Statistics:
Internal solver steps = 67 (attempted = 69)
Total RHS evals: Fe = 0, Fi = 693
Total RHS evals: Fe = 0, Fi = 348
Total linear solver setups = 22
Total RHS evals for setting up the linear system = 0
Total number of Jacobian evaluations = 3
Expand Down
32 changes: 16 additions & 16 deletions linux-ubuntu20.04-x86_64/gcc-9.4.0/double/ark_brusselator.out
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,24 @@ Brusselator ODE test problem:
-------------------------------------------
0.000000 1.200000 3.100000 3.000000
1.000000 1.103849 3.013164 3.499981
2.000000 0.687998 3.521383 3.499988
3.000000 0.409468 4.277886 3.499993
4.000000 0.367888 4.942004 3.499994
5.000000 0.413854 5.510621 3.499993
6.000000 0.589240 5.855669 3.499990
7.000000 4.756630 0.735405 3.499917
8.000000 1.813466 1.575769 3.499968
9.000000 0.527904 2.807358 3.499991
10.000000 0.305600 3.657365 3.499995
2.000000 0.687997 3.521384 3.499988
3.000000 0.409467 4.277888 3.499993
4.000000 0.367889 4.942005 3.499994
5.000000 0.413860 5.510615 3.499993
6.000000 0.589251 5.855655 3.499990
7.000000 4.756472 0.735414 3.499917
8.000000 1.813403 1.575799 3.499968
9.000000 0.527886 2.807385 3.499991
10.000000 0.305598 3.657381 3.499995
-------------------------------------------

Final Solver Statistics:
Internal solver steps = 250 (attempted = 262)
Total RHS evals: Fe = 0, Fi = 3282
Total linear solver setups = 118
Internal solver steps = 252 (attempted = 262)
Total RHS evals: Fe = 0, Fi = 1910
Total linear solver setups = 111
Total RHS evals for setting up the linear system = 0
Total number of Jacobian evaluations = 72
Total number of Newton iterations = 3279
Total number of nonlinear solver convergence failures = 71
Total number of error test failures = 11
Total number of Jacobian evaluations = 71
Total number of Newton iterations = 3286
Total number of nonlinear solver convergence failures = 70
Total number of error test failures = 9
Total number of failed steps from solver failure = 1
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@

Final Solver Statistics:
Internal solver steps = 99 (attempted = 99)
Total RHS evals: Fe = 0, Fi = 1694
Total RHS evals: Fe = 0, Fi = 1186
Total linear solver setups = 35
Total RHS evals for setting up the linear system = 0
Total number of Jacobian evaluations = 14
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@

Final Solver Statistics:
Internal solver steps = 95 (attempted = 95)
Total RHS evals: Fe = 0, Fi = 1596
Total RHS evals: Fe = 0, Fi = 1111
Total mass matrix setups = 1
Total mass matrix solves = 193
Total mass times evals = 1688
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

Final Solver Statistics:
Internal solver steps = 99 (attempted = 99)
Total RHS evals: Fe = 0, Fi = 1694
Total RHS evals: Fe = 0, Fi = 1186
Total linear solver setups = 35
Total number of Jacobian evaluations = 14
Total number of nonlinear iterations = 1196
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@

Final Solver Statistics:
Internal solver steps = 99 (attempted = 99)
Total RHS evals: Fe = 0, Fi = 1694
Total RHS evals: Fe = 0, Fi = 1186
Total linear solver setups = 35
Total RHS evals for setting up the linear system = 0
Total number of Jacobian evaluations = 14
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Brusselator ODE test problem, fixed-point solver:

Final Solver Statistics:
Internal solver steps = 729 (attempted = 730)
Total RHS evals: Fe = 4382, Fi = 18792
Total RHS evals: Fe = 4382, Fi = 15142
Total number of fixed-point iterations = 14410
Total number of nonlinear solver convergence failures = 0
Total number of error test failures = 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Brusselator ODE test problem, fixed-point solver:

Final Solver Statistics:
Internal solver steps = 729 (attempted = 730)
Total RHS evals: Fe = 4382, Fi = 18792
Total RHS evals: Fe = 4382, Fi = 15142
Total number of fixed-point iterations = 14410
Total number of nonlinear solver convergence failures = 0
Total number of error test failures = 1
Expand Down
2 changes: 1 addition & 1 deletion linux-ubuntu20.04-x86_64/gcc-9.4.0/double/ark_pendulum.out
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Nonlinear Pendulum problem:
Final Solver Statistics:
Internal solver steps = 8416 (attempted = 8425)
Total number of error test failures = 9
Total RHS evals: Fe = 0, Fi = 51892
Total RHS evals: Fe = 0, Fi = 35032
Total number of Newton iterations = 26624
Total number of linear solver convergence failures = 10
Total linear solver setups = 459
Expand Down
Loading