Skip to content

Commit

Permalink
Updated test answers and example output for C++ example problems
Browse files Browse the repository at this point in the history
  • Loading branch information
reynolds32 committed Sep 27, 2016
1 parent 36e6bd7 commit 7ed895f
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 38 deletions.
8 changes: 4 additions & 4 deletions examples/arkode/CXX_parallel/ark_heat2D.out
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ Final Solver Statistics:
Internal solver steps = 51 (attempted = 51)
Total RHS evals: Fe = 0, Fi = 514
Total linear solver setups = 18
Total linear iterations = 4094
Total number of Jacobian-vector products = 4094
Total linear iterations = 4352
Total number of Jacobian-vector products = 4352
Total number of Preconditioner setups = 1
Total number of Preconditioner solves = 4237
Total number of linear solver convergence failures = 143
Total number of Preconditioner solves = 4544
Total number of linear solver convergence failures = 192
Total number of Newton iterations = 255
Total number of nonlinear solver convergence failures = 0
Total number of error test failures = 0
30 changes: 15 additions & 15 deletions examples/arkode/CXX_serial/ark_analytic_sys.out
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,25 @@ Analytical ODE test problem:

t y0 y1 y2
--------------------------------------
0.0050 0.70327 0.70627 0.41004
0.0100 0.52267 0.52865 0.05231
0.0150 0.41249 0.42145 -0.16456
0.0200 0.34504 0.35696 -0.29600
0.0250 0.30349 0.31838 -0.37563
0.0300 0.27767 0.29551 -0.42383
0.0350 0.26138 0.28216 -0.45296
0.0400 0.25088 0.27459 -0.47053
0.0450 0.24389 0.27053 -0.48109
0.0500 0.23903 0.26858 -0.48740
0.0050 0.70360 0.70658 0.41068
0.0100 0.52305 0.52902 0.05307
0.0150 0.41276 0.42171 -0.16403
0.0200 0.34525 0.35717 -0.29559
0.0250 0.30366 0.31854 -0.37531
0.0300 0.27780 0.29563 -0.42358
0.0350 0.26149 0.28226 -0.45275
0.0400 0.25097 0.27467 -0.47037
0.0450 0.24396 0.27058 -0.48097
0.0500 0.23909 0.26863 -0.48730
--------------------------------------

Final Solver Statistics:
Internal solver steps = 91 (attempted = 93)
Total RHS evals: Fe = 0, Fi = 934
Total linear solver setups = 12
Internal solver steps = 69 (attempted = 71)
Total RHS evals: Fe = 0, Fi = 714
Total linear solver setups = 20
Total RHS evals for setting up the linear system = 0
Total number of Jacobian evaluations = 4
Total number of Newton iterations = 465
Total number of Jacobian evaluations = 3
Total number of Newton iterations = 355
Total number of linear solver convergence failures = 0
Total number of error test failures = 2

30 changes: 15 additions & 15 deletions test/answers/ark_analytic_sys
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,25 @@ Analytical ODE test problem:

t y0 y1 y2
--------------------------------------
0.0050 0.70327 0.70627 0.41004
0.0100 0.52267 0.52865 0.05231
0.0150 0.41249 0.42145 -0.16456
0.0200 0.34504 0.35696 -0.29600
0.0250 0.30349 0.31838 -0.37563
0.0300 0.27767 0.29551 -0.42383
0.0350 0.26138 0.28216 -0.45296
0.0400 0.25088 0.27459 -0.47053
0.0450 0.24389 0.27053 -0.48109
0.0500 0.23903 0.26858 -0.48740
0.0050 0.70360 0.70658 0.41068
0.0100 0.52305 0.52902 0.05307
0.0150 0.41276 0.42171 -0.16403
0.0200 0.34525 0.35717 -0.29559
0.0250 0.30366 0.31854 -0.37531
0.0300 0.27780 0.29563 -0.42358
0.0350 0.26149 0.28226 -0.45275
0.0400 0.25097 0.27467 -0.47037
0.0450 0.24396 0.27058 -0.48097
0.0500 0.23909 0.26863 -0.48730
--------------------------------------

Final Solver Statistics:
Internal solver steps = 91 (attempted = 93)
Total RHS evals: Fe = 0, Fi = 934
Total linear solver setups = 12
Internal solver steps = 69 (attempted = 71)
Total RHS evals: Fe = 0, Fi = 714
Total linear solver setups = 20
Total RHS evals for setting up the linear system = 0
Total number of Jacobian evaluations = 4
Total number of Newton iterations = 465
Total number of Jacobian evaluations = 3
Total number of Newton iterations = 355
Total number of linear solver convergence failures = 0
Total number of error test failures = 2

8 changes: 4 additions & 4 deletions test/answers/ark_heat2D
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ Final Solver Statistics:
Internal solver steps = 51 (attempted = 51)
Total RHS evals: Fe = 0, Fi = 514
Total linear solver setups = 18
Total linear iterations = 4094
Total number of Jacobian-vector products = 4094
Total linear iterations = 4352
Total number of Jacobian-vector products = 4352
Total number of Preconditioner setups = 1
Total number of Preconditioner solves = 4237
Total number of linear solver convergence failures = 143
Total number of Preconditioner solves = 4544
Total number of linear solver convergence failures = 192
Total number of Newton iterations = 255
Total number of nonlinear solver convergence failures = 0
Total number of error test failures = 0

0 comments on commit 7ed895f

Please sign in to comment.