From 7ed895fd102226dbc52225e6b2c6e26ef1cafa0e Mon Sep 17 00:00:00 2001 From: reynolds32 Date: Tue, 27 Sep 2016 17:27:29 +0000 Subject: [PATCH] Updated test answers and example output for C++ example problems --- examples/arkode/CXX_parallel/ark_heat2D.out | 8 ++--- .../arkode/CXX_serial/ark_analytic_sys.out | 30 +++++++++---------- test/answers/ark_analytic_sys | 30 +++++++++---------- test/answers/ark_heat2D | 8 ++--- 4 files changed, 38 insertions(+), 38 deletions(-) diff --git a/examples/arkode/CXX_parallel/ark_heat2D.out b/examples/arkode/CXX_parallel/ark_heat2D.out index dc415b39a4..432050c5f4 100644 --- a/examples/arkode/CXX_parallel/ark_heat2D.out +++ b/examples/arkode/CXX_parallel/ark_heat2D.out @@ -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 diff --git a/examples/arkode/CXX_serial/ark_analytic_sys.out b/examples/arkode/CXX_serial/ark_analytic_sys.out index 858d64647d..76110a1b66 100644 --- a/examples/arkode/CXX_serial/ark_analytic_sys.out +++ b/examples/arkode/CXX_serial/ark_analytic_sys.out @@ -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 diff --git a/test/answers/ark_analytic_sys b/test/answers/ark_analytic_sys index 858d64647d..76110a1b66 100644 --- a/test/answers/ark_analytic_sys +++ b/test/answers/ark_analytic_sys @@ -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 diff --git a/test/answers/ark_heat2D b/test/answers/ark_heat2D index dc415b39a4..432050c5f4 100644 --- a/test/answers/ark_heat2D +++ b/test/answers/ark_heat2D @@ -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