From 7f2c64170ebffb8190f15a96644dc7f3ac47f813 Mon Sep 17 00:00:00 2001 From: "David J. Gardner" Date: Fri, 31 Jan 2025 09:59:00 -0800 Subject: [PATCH] update ark_heat1D_omp output --- examples/arkode/C_openmp/ark_heat1D_omp.out | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/examples/arkode/C_openmp/ark_heat1D_omp.out b/examples/arkode/C_openmp/ark_heat1D_omp.out index 3da0bb6f5e..76e9650c5e 100644 --- a/examples/arkode/C_openmp/ark_heat1D_omp.out +++ b/examples/arkode/C_openmp/ark_heat1D_omp.out @@ -7,23 +7,23 @@ 0.000000 0.000000 0.100000 0.001165 0.200000 0.001827 - 0.300000 0.002235 + 0.300000 0.002236 0.400000 0.002486 0.500000 0.002639 0.600000 0.002733 0.700000 0.002790 - 0.800000 0.002825 + 0.800000 0.002826 0.900000 0.002846 1.000000 0.002859 ------------------------- Final Solver Statistics: - Internal solver steps = 18 (attempted = 18) - Total RHS evals: Fe = 0, Fi = 181 + Internal solver steps = 19 (attempted = 19) + Total RHS evals: Fe = 0, Fi = 193 Total linear solver setups = 0 - Total linear iterations = 7632 - Total number of Jacobian-vector products = 7632 + Total linear iterations = 5287 + Total number of Jacobian-vector products = 5287 Total number of linear solver convergence failures = 0 - Total number of Newton iterations = 90 + Total number of Newton iterations = 95 Total number of nonlinear solver convergence failures = 0 Total number of error test failures = 0