Skip to content

Commit

Permalink
update output files
Browse files Browse the repository at this point in the history
  • Loading branch information
gardner48 committed Jan 15, 2025
1 parent c18f337 commit e765624
Show file tree
Hide file tree
Showing 82 changed files with 468 additions and 463 deletions.
6 changes: 3 additions & 3 deletions examples/arkode/CXX_manyvector/ark_sod_lsrk.out
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ Accuracy limited steps = 397
Error test fails = 15
NLS step fails = 0
Inequality constraint fails = 0
Initial step size = 1.122284259749542e-14
Last step size = 0.0002334416078592081
Current step size = 0.0002334416078592081
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
7 changes: 4 additions & 3 deletions examples/arkode/CXX_parallel/ark_heat2D_lsrk_p_--np_2_2.out
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,10 @@ Accuracy limited steps = 617
Error test fails = 0
NLS step fails = 0
Inequality constraint fails = 0
Initial step size = 2.877680248425019e-06
Last step size = 0.0003228665778641779
Current step size = 0.0003228665778641779
Initial step size = 2.87768024842502e-06
Last step size = 0.000322866577864178
Current step size = 0.000322866577864178
RHS fn evals = 17225
RHS fn evals = 17225
Number of dom_eig updates = 25
Max. num. of stages used = 46
Expand Down
7 changes: 4 additions & 3 deletions examples/arkode/CXX_serial/ark_heat2D_lsrk.out
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,10 @@ Accuracy limited steps = 617
Error test fails = 0
NLS step fails = 0
Inequality constraint fails = 0
Initial step size = 2.877680248425025e-06
Last step size = 0.0003199001977636226
Current step size = 0.0003199001977636226
Initial step size = 2.87768024842502e-06
Last step size = 0.000319900197763623
Current step size = 0.000319900197763623
RHS fn evals = 17225
RHS fn evals = 17225
Number of dom_eig updates = 25
Max. num. of stages used = 46
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ Error test fails = 0
NLS step fails = 0
Inequality constraint fails = 0
Initial step size = 0.06
Last step size = 0.03999999999999956
Last step size = 0.0399999999999996
Current step size = 0.06
Partition 0 evolves = 17
Partition 1 evolves = 17
Partition 2 evolves = 17
Partition 3 evolves = 17

Advection Stepper Statistics:
Current time = 1
Expand All @@ -52,9 +52,9 @@ Accuracy limited steps = 64
Error test fails = 9
NLS step fails = 0
Inequality constraint fails = 0
Initial step size = 2.059355438929501e-06
Last step size = 0.004032057223863014
Current step size = 0.004032057223863014
Initial step size = 2.0593554389295e-06
Last step size = 0.00403205722386301
Current step size = 0.00403205722386301
RHS fn evals = 185

Diffusion Stepper Statistics:
Expand All @@ -66,14 +66,14 @@ Accuracy limited steps = 302
Error test fails = 55
NLS step fails = 0
Inequality constraint fails = 0
Initial step size = 2.059355438929501e-06
Last step size = 0.006555275857754277
Current step size = 0.006555275857754277
Initial step size = 2.0593554389295e-06
Last step size = 0.00655527585775428
Current step size = 0.00655527585775428
Explicit RHS fn evals = 0
Implicit RHS fn evals = 1831
NLS iters = 906
NLS fails = 0
NLS iters per step = 3.668016194331984
NLS iters per step = 3.66801619433198
LS setups = 213
Jac fn evals = 72
LS RHS fn evals = 0
Expand All @@ -84,7 +84,7 @@ LS fails = 0
Jac-times setups = 0
Jac-times evals = 0
LS iters per NLS iter = 0
Jac evals per NLS iter = 0.07947019867549669
Jac evals per NLS iter = 0.0794701986754967
Prec evals per NLS iter = 0

Reaction Stepper Statistics:
Expand All @@ -97,6 +97,6 @@ Error test fails = 7
NLS step fails = 0
Inequality constraint fails = 0
Initial step size = 0.00180442856879795
Last step size = 0.03999999999999956
Current step size = 0.03999999999999956
Last step size = 0.0399999999999996
Current step size = 0.0399999999999996
RHS fn evals = 166
9 changes: 5 additions & 4 deletions examples/arkode/C_serial/ark_analytic_lsrk.out
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,23 @@ Analytical ODE test problem:
---------------------

Final Statistics:
Current time = 10.00468816776983
Current time = 10.0046881677698
Steps = 1454
Step attempts = 1457
Stability limited steps = 30
Accuracy limited steps = 1457
Error test fails = 3
NLS step fails = 0
Inequality constraint fails = 0
Initial step size = 1.930101110942615e-10
Initial step size = 1.93010111094261e-10
Last step size = 0.019104
Current step size = 0.02996850857415225
Current step size = 0.0299685085741523
RHS fn evals = 160396
RHS fn evals = 160396
Number of dom_eig updates = 1
Max. num. of stages used = 196
Max. num. of stages allowed = 200
Max. spectral radius = 1010000
Min. spectral radius = 1010000

ACCURACY at the final time = 9.76996e-14
ACCURACY at the final time = 9.76996e-14
12 changes: 7 additions & 5 deletions examples/arkode/C_serial/ark_analytic_lsrk_varjac.out
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

Analytical ODE test problem with a variable Jacobian:
The stiffness of the problem is directly proportional to
"lambda - alpha*cos((10 - t)/10*pi)"
Expand Down Expand Up @@ -30,14 +31,15 @@ Accuracy limited steps = 1653
Error test fails = 2
NLS step fails = 0
Inequality constraint fails = 0
Initial step size = 1.930101110942615e-10
Last step size = 0.02203090645841201
Current step size = 0.02203090645841201
Initial step size = 1.93010111094261e-10
Last step size = 0.022030906458412
Current step size = 0.022030906458412
RHS fn evals = 150640
RHS fn evals = 150640
Number of dom_eig updates = 68
Max. num. of stages used = 187
Max. num. of stages allowed = 200
Max. spectral radius = 1010099.739553962
Max. spectral radius = 1010099.73955396
Min. spectral radius = 1009899

ACCURACY at the final time = 1.54099e-13
ACCURACY at the final time = 1.54099e-13
8 changes: 4 additions & 4 deletions examples/arkode/C_serial/ark_analytic_nonlin.out
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ Analytical ODE test problem:
---------------------

Final Statistics:
Current time = 10.12157090914652
Current time = 10.1215709091465
Steps = 82
Step attempts = 83
Stability limited steps = 0
Accuracy limited steps = 83
Error test fails = 1
NLS step fails = 0
Inequality constraint fails = 0
Initial step size = 6.103515625000001e-12
Last step size = 0.4463519264234082
Current step size = 0.4463519264234082
Initial step size = 6.103515625e-12
Last step size = 0.446351926423408
Current step size = 0.446351926423408
RHS fn evals = 417
8 changes: 4 additions & 4 deletions examples/arkode/C_serial/ark_analytic_partitioned_forcing.out
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Analytical ODE test problem:
Error: 0.00185186

Splitting Stepper Statistics:
Current time = 1.000000000000001
Current time = 1
Steps = 100
Step attempts = 100
Stability limited steps = 0
Expand All @@ -17,11 +17,11 @@ Inequality constraint fails = 0
Initial step size = 0.01
Last step size = 0.01
Current step size = 0.01
Partition 0 evolves = 100
Partition 1 evolves = 100
Partition 2 evolves = 100

Linear Stepper Statistics:
Current time = 1.000000000000001
Current time = 1
Steps = 500
Step attempts = 500
Stability limited steps = 0
Expand All @@ -35,7 +35,7 @@ Current step size = 0.002
RHS fn evals = 2500

Nonlinear Stepper Statistics:
Current time = 1.000000000000001
Current time = 1
Steps = 1000
Step attempts = 1000
Stability limited steps = 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Analytical ODE test problem:
Error: 0.001796

Splitting Stepper Statistics:
Current time = 1.000000000000001
Current time = 1
Steps = 100
Step attempts = 100
Stability limited steps = 0
Expand All @@ -17,11 +17,11 @@ Inequality constraint fails = 0
Initial step size = 0.01
Last step size = 0.01
Current step size = 0.01
Partition 0 evolves = 100
Partition 1 evolves = 100
Partition 2 evolves = 100

Linear Stepper Statistics:
Current time = 1.000000000000001
Current time = 1
Steps = 500
Step attempts = 500
Stability limited steps = 0
Expand All @@ -35,7 +35,7 @@ Current step size = 0.002
RHS fn evals = 2500

Nonlinear Stepper Statistics:
Current time = 1.000000000000001
Current time = 1
Steps = 1000
Step attempts = 1000
Stability limited steps = 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Analytical ODE test problem:
Error: 7.26922e-07

Splitting Stepper Statistics:
Current time = 1.000000000000001
Current time = 1
Steps = 100
Step attempts = 100
Stability limited steps = 0
Expand All @@ -18,11 +18,11 @@ Inequality constraint fails = 0
Initial step size = 0.01
Last step size = 0.01
Current step size = 0.01
Partition 0 evolves = 200
Partition 1 evolves = 200
Partition 2 evolves = 200

Linear Stepper Statistics:
Current time = 1.000000000000001
Current time = 1
Steps = 600
Step attempts = 600
Stability limited steps = 0
Expand All @@ -36,7 +36,7 @@ Current step size = 0.002
RHS fn evals = 3000

Nonlinear Stepper Statistics:
Current time = 1.000000000000001
Current time = 1
Steps = 1100
Step attempts = 1100
Stability limited steps = 0
Expand All @@ -45,7 +45,7 @@ Error test fails = 0
NLS step fails = 0
Inequality constraint fails = 0
Initial step size = 0.001
Last step size = 0.0009289321881345005
Last step size = 0.000928932188134501
Current step size = 0.001
Explicit RHS fn evals = 5500
Implicit RHS fn evals = 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Analytical ODE test problem:
Error: 6.71891e-09

Splitting Stepper Statistics:
Current time = 1.000000000000001
Current time = 1
Steps = 100
Step attempts = 100
Stability limited steps = 0
Expand All @@ -18,11 +18,11 @@ Inequality constraint fails = 0
Initial step size = 0.01
Last step size = 0.01
Current step size = 0.01
Partition 0 evolves = 300
Partition 1 evolves = 300
Partition 2 evolves = 300

Linear Stepper Statistics:
Current time = 1.000000000000001
Current time = 1
Steps = 1300
Step attempts = 1300
Stability limited steps = 0
Expand All @@ -31,12 +31,12 @@ Error test fails = 0
NLS step fails = 0
Inequality constraint fails = 0
Initial step size = 0.002
Last step size = 0.0006666666666667037
Last step size = 0.000666666666666704
Current step size = 0.002
RHS fn evals = 6500

Nonlinear Stepper Statistics:
Current time = 1.000000000000001
Current time = 1
Steps = 1200
Step attempts = 1200
Stability limited steps = 0
Expand All @@ -45,7 +45,7 @@ Error test fails = 0
NLS step fails = 0
Inequality constraint fails = 0
Initial step size = 0.001
Last step size = 0.0009166666666666759
Last step size = 0.000916666666666676
Current step size = 0.001
Explicit RHS fn evals = 6000
Implicit RHS fn evals = 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Analytical ODE test problem:
Error: 1.44246e-12

Splitting Stepper Statistics:
Current time = 1.000000000000001
Current time = 1
Steps = 100
Step attempts = 100
Stability limited steps = 0
Expand All @@ -18,11 +18,11 @@ Inequality constraint fails = 0
Initial step size = 0.01
Last step size = 0.01
Current step size = 0.01
Partition 0 evolves = 1000
Partition 1 evolves = 900
Partition 1 evolves = 1000
Partition 2 evolves = 900

Linear Stepper Statistics:
Current time = 1.000000000000001
Current time = 1
Steps = 2200
Step attempts = 2200
Stability limited steps = 0
Expand All @@ -31,12 +31,12 @@ Error test fails = 0
NLS step fails = 0
Inequality constraint fails = 0
Initial step size = 0.002
Last step size = 0.001936124638611257
Last step size = 0.00193612463861126
Current step size = 0.002
RHS fn evals = 11000

Nonlinear Stepper Statistics:
Current time = 1.000000000000001
Current time = 1
Steps = 16500
Step attempts = 16500
Stability limited steps = 0
Expand All @@ -45,7 +45,7 @@ Error test fails = 0
NLS step fails = 0
Inequality constraint fails = 0
Initial step size = 0.001
Last step size = 0.0008722492772224025
Last step size = 0.000872249277222403
Current step size = 0.001
Explicit RHS fn evals = 82500
Implicit RHS fn evals = 0
Expand Down
Loading

0 comments on commit e765624

Please sign in to comment.