From f1405fc29c5e739034732bbd99642978e42e24ed Mon Sep 17 00:00:00 2001 From: Quang Hoang Date: Thu, 30 Jan 2025 23:54:25 -0500 Subject: [PATCH] update test results --- doc/modules/changes/20250131_hoang | 3 ++ source/simulator/assembly.cc | 2 +- .../screen-output | 46 +++++++++---------- .../statistics | 16 +++---- .../statistics | 12 ++--- tests/boukare_melting_diagram/statistics | 2 +- tests/free_surface_blob_melt/statistics | 22 ++++----- .../free_surface_blob_nonzero_melt/statistics | 6 +-- tests/melt_boundary_heat_flux/statistics | 6 +-- tests/melt_track/statistics | 2 +- .../screen-output | 28 +++++------ .../statistics | 2 +- .../statistics | 2 +- .../statistics | 2 +- .../statistics | 2 +- tests/melting_rate_test/statistics | 2 +- tests/particle_melt_advection/statistics | 4 +- .../particle_property_composition/statistics | 2 +- tests/rising_melt_blob/statistics | 16 +++---- tests/shear_bands/statistics | 4 +- tests/solitary_wave/statistics | 4 +- 21 files changed, 94 insertions(+), 91 deletions(-) create mode 100644 doc/modules/changes/20250131_hoang diff --git a/doc/modules/changes/20250131_hoang b/doc/modules/changes/20250131_hoang new file mode 100644 index 00000000000..ec5868d8d36 --- /dev/null +++ b/doc/modules/changes/20250131_hoang @@ -0,0 +1,3 @@ +Fixed: Constant modes are now used in the melt solver. +
+(Quang Hoang, Timo Heister, 2025/01/31) diff --git a/source/simulator/assembly.cc b/source/simulator/assembly.cc index 19cb062fc78..ad19c21069e 100644 --- a/source/simulator/assembly.cc +++ b/source/simulator/assembly.cc @@ -525,7 +525,7 @@ namespace aspect Amg_data.smoother_sweeps = 2; Amg_data.coarse_type = "symmetric Gauss-Seidel"; - Amg_data.constant_modes=constant_modes; + Amg_data.constant_modes = constant_modes; LinearAlgebra::PreconditionAMG *Mp_preconditioner_AMG = dynamic_cast (Mp_preconditioner.get()); diff --git a/tests/advect_field_with_melt_velocity/screen-output b/tests/advect_field_with_melt_velocity/screen-output index 9121b4bf1b4..79ae262bc67 100644 --- a/tests/advect_field_with_melt_velocity/screen-output +++ b/tests/advect_field_with_melt_velocity/screen-output @@ -22,8 +22,8 @@ Number of degrees of freedom: 39,050 (8,450+4,161+8,450+1,089+4,225+4,225+4,225+ Rebuilding Stokes preconditioner... Solving Stokes system (AMG)... 0+0 iterations. Solving fluid velocity system... 1 iterations. - Relative nonlinear residuals (temperature, compositional fields, Stokes system): 6.90385e-17, 2.38127e-16, 1.13416e-16, 1.13416e-16, 5.77882e-09 - Relative nonlinear residual (total system) after nonlinear iteration 2: 5.77882e-09 + Relative nonlinear residuals (temperature, compositional fields, Stokes system): 6.90385e-17, 2.38127e-16, 1.13416e-16, 1.13416e-16, 8.72904e-09 + Relative nonlinear residual (total system) after nonlinear iteration 2: 8.72904e-09 Postprocessing: @@ -38,7 +38,7 @@ Number of degrees of freedom: 39,050 (8,450+4,161+8,450+1,089+4,225+4,225+4,225+ Rebuilding Stokes preconditioner... Solving Stokes system (AMG)... 0+0 iterations. Solving fluid velocity system... 1 iterations. - Relative nonlinear residuals (temperature, compositional fields, Stokes system): 3.80064e-15, 1.59221e-13, 0.0442513, 0.159394, 5.77882e-09 + Relative nonlinear residuals (temperature, compositional fields, Stokes system): 3.91569e-15, 1.59228e-13, 0.0442513, 0.159394, 8.72904e-09 Relative nonlinear residual (total system) after nonlinear iteration 1: 0.159394 Solving temperature system... 0 iterations. @@ -48,8 +48,8 @@ Number of degrees of freedom: 39,050 (8,450+4,161+8,450+1,089+4,225+4,225+4,225+ Rebuilding Stokes preconditioner... Solving Stokes system (AMG)... 0+0 iterations. Solving fluid velocity system... 1 iterations. - Relative nonlinear residuals (temperature, compositional fields, Stokes system): 3.80064e-15, 1.59221e-13, 1.8083e-14, 9.49633e-13, 5.77882e-09 - Relative nonlinear residual (total system) after nonlinear iteration 2: 5.77882e-09 + Relative nonlinear residuals (temperature, compositional fields, Stokes system): 3.91569e-15, 1.59228e-13, 1.8083e-14, 9.49627e-13, 8.72904e-09 + Relative nonlinear residual (total system) after nonlinear iteration 2: 8.72904e-09 Postprocessing: @@ -64,7 +64,7 @@ Number of degrees of freedom: 39,050 (8,450+4,161+8,450+1,089+4,225+4,225+4,225+ Rebuilding Stokes preconditioner... Solving Stokes system (AMG)... 0+0 iterations. Solving fluid velocity system... 1 iterations. - Relative nonlinear residuals (temperature, compositional fields, Stokes system): 3.97535e-15, 1.06272e-13, 0.0154324, 0.0604684, 5.77883e-09 + Relative nonlinear residuals (temperature, compositional fields, Stokes system): 3.78397e-15, 1.06273e-13, 0.0154324, 0.0604684, 8.72904e-09 Relative nonlinear residual (total system) after nonlinear iteration 1: 0.0604684 Solving temperature system... 0 iterations. @@ -74,8 +74,8 @@ Number of degrees of freedom: 39,050 (8,450+4,161+8,450+1,089+4,225+4,225+4,225+ Rebuilding Stokes preconditioner... Solving Stokes system (AMG)... 0+0 iterations. Solving fluid velocity system... 1 iterations. - Relative nonlinear residuals (temperature, compositional fields, Stokes system): 3.97535e-15, 1.06272e-13, 5.48776e-13, 8.11903e-13, 5.77883e-09 - Relative nonlinear residual (total system) after nonlinear iteration 2: 5.77883e-09 + Relative nonlinear residuals (temperature, compositional fields, Stokes system): 3.78397e-15, 1.06273e-13, 5.48774e-13, 8.11886e-13, 8.72904e-09 + Relative nonlinear residual (total system) after nonlinear iteration 2: 8.72904e-09 Postprocessing: @@ -90,7 +90,7 @@ Number of degrees of freedom: 39,050 (8,450+4,161+8,450+1,089+4,225+4,225+4,225+ Rebuilding Stokes preconditioner... Solving Stokes system (AMG)... 0+0 iterations. Solving fluid velocity system... 1 iterations. - Relative nonlinear residuals (temperature, compositional fields, Stokes system): 3.90601e-15, 1.06278e-13, 0.0104717, 0.0620668, 5.77884e-09 + Relative nonlinear residuals (temperature, compositional fields, Stokes system): 3.76908e-15, 1.06271e-13, 0.0104717, 0.0620668, 8.72904e-09 Relative nonlinear residual (total system) after nonlinear iteration 1: 0.0620668 Solving temperature system... 0 iterations. @@ -100,8 +100,8 @@ Number of degrees of freedom: 39,050 (8,450+4,161+8,450+1,089+4,225+4,225+4,225+ Rebuilding Stokes preconditioner... Solving Stokes system (AMG)... 0+0 iterations. Solving fluid velocity system... 1 iterations. - Relative nonlinear residuals (temperature, compositional fields, Stokes system): 3.90601e-15, 1.06278e-13, 5.94512e-13, 7.3382e-13, 5.77884e-09 - Relative nonlinear residual (total system) after nonlinear iteration 2: 5.77884e-09 + Relative nonlinear residuals (temperature, compositional fields, Stokes system): 3.76908e-15, 1.06271e-13, 5.94514e-13, 7.33849e-13, 8.72904e-09 + Relative nonlinear residual (total system) after nonlinear iteration 2: 8.72904e-09 Postprocessing: @@ -116,7 +116,7 @@ Number of degrees of freedom: 39,050 (8,450+4,161+8,450+1,089+4,225+4,225+4,225+ Rebuilding Stokes preconditioner... Solving Stokes system (AMG)... 0+0 iterations. Solving fluid velocity system... 1 iterations. - Relative nonlinear residuals (temperature, compositional fields, Stokes system): 4.0483e-15, 1.0627e-13, 0.00494652, 0.0492745, 5.77884e-09 + Relative nonlinear residuals (temperature, compositional fields, Stokes system): 2.8254e-15, 1.06277e-13, 0.00494652, 0.0492745, 8.72904e-09 Relative nonlinear residual (total system) after nonlinear iteration 1: 0.0492745 Solving temperature system... 0 iterations. @@ -126,8 +126,8 @@ Number of degrees of freedom: 39,050 (8,450+4,161+8,450+1,089+4,225+4,225+4,225+ Rebuilding Stokes preconditioner... Solving Stokes system (AMG)... 0+0 iterations. Solving fluid velocity system... 1 iterations. - Relative nonlinear residuals (temperature, compositional fields, Stokes system): 4.0483e-15, 1.0627e-13, 1.14179e-13, 9.55409e-13, 5.77884e-09 - Relative nonlinear residual (total system) after nonlinear iteration 2: 5.77884e-09 + Relative nonlinear residuals (temperature, compositional fields, Stokes system): 2.8254e-15, 1.06277e-13, 1.14181e-13, 9.55375e-13, 8.72904e-09 + Relative nonlinear residual (total system) after nonlinear iteration 2: 8.72904e-09 Postprocessing: @@ -142,7 +142,7 @@ Number of degrees of freedom: 39,050 (8,450+4,161+8,450+1,089+4,225+4,225+4,225+ Rebuilding Stokes preconditioner... Solving Stokes system (AMG)... 0+0 iterations. Solving fluid velocity system... 1 iterations. - Relative nonlinear residuals (temperature, compositional fields, Stokes system): 3.9216e-15, 1.06277e-13, 0.00277529, 0.0382927, 5.77885e-09 + Relative nonlinear residuals (temperature, compositional fields, Stokes system): 5.10785e-15, 1.0627e-13, 0.00277529, 0.0382927, 8.72904e-09 Relative nonlinear residual (total system) after nonlinear iteration 1: 0.0382927 Solving temperature system... 0 iterations. @@ -152,8 +152,8 @@ Number of degrees of freedom: 39,050 (8,450+4,161+8,450+1,089+4,225+4,225+4,225+ Rebuilding Stokes preconditioner... Solving Stokes system (AMG)... 0+0 iterations. Solving fluid velocity system... 1 iterations. - Relative nonlinear residuals (temperature, compositional fields, Stokes system): 3.9216e-15, 1.06277e-13, 9.49527e-14, 2.08796e-13, 5.77885e-09 - Relative nonlinear residual (total system) after nonlinear iteration 2: 5.77885e-09 + Relative nonlinear residuals (temperature, compositional fields, Stokes system): 5.10785e-15, 1.0627e-13, 9.49504e-14, 2.08775e-13, 8.72904e-09 + Relative nonlinear residual (total system) after nonlinear iteration 2: 8.72904e-09 Postprocessing: @@ -168,7 +168,7 @@ Number of degrees of freedom: 39,050 (8,450+4,161+8,450+1,089+4,225+4,225+4,225+ Rebuilding Stokes preconditioner... Solving Stokes system (AMG)... 0+0 iterations. Solving fluid velocity system... 1 iterations. - Relative nonlinear residuals (temperature, compositional fields, Stokes system): 3.91172e-15, 1.06274e-13, 0.00159055, 0.0352807, 5.77885e-09 + Relative nonlinear residuals (temperature, compositional fields, Stokes system): 3.82205e-15, 1.06265e-13, 0.00159055, 0.0352807, 8.72904e-09 Relative nonlinear residual (total system) after nonlinear iteration 1: 0.0352807 Solving temperature system... 0 iterations. @@ -178,8 +178,8 @@ Number of degrees of freedom: 39,050 (8,450+4,161+8,450+1,089+4,225+4,225+4,225+ Rebuilding Stokes preconditioner... Solving Stokes system (AMG)... 0+0 iterations. Solving fluid velocity system... 1 iterations. - Relative nonlinear residuals (temperature, compositional fields, Stokes system): 3.91172e-15, 1.06274e-13, 7.85968e-13, 3.33996e-13, 5.77885e-09 - Relative nonlinear residual (total system) after nonlinear iteration 2: 5.77885e-09 + Relative nonlinear residuals (temperature, compositional fields, Stokes system): 3.82205e-15, 1.06265e-13, 7.85965e-13, 3.33889e-13, 8.72904e-09 + Relative nonlinear residual (total system) after nonlinear iteration 2: 8.72904e-09 Postprocessing: @@ -194,7 +194,7 @@ Number of degrees of freedom: 39,050 (8,450+4,161+8,450+1,089+4,225+4,225+4,225+ Rebuilding Stokes preconditioner... Solving Stokes system (AMG)... 0+0 iterations. Solving fluid velocity system... 1 iterations. - Relative nonlinear residuals (temperature, compositional fields, Stokes system): 4.15113e-15, 4.96403e-14, 0.000415237, 0.00896686, 5.77885e-09 + Relative nonlinear residuals (temperature, compositional fields, Stokes system): 4.00097e-15, 4.96335e-14, 0.000415237, 0.00896686, 8.72904e-09 Relative nonlinear residual (total system) after nonlinear iteration 1: 0.00896686 Solving temperature system... 0 iterations. @@ -204,8 +204,8 @@ Number of degrees of freedom: 39,050 (8,450+4,161+8,450+1,089+4,225+4,225+4,225+ Rebuilding Stokes preconditioner... Solving Stokes system (AMG)... 0+0 iterations. Solving fluid velocity system... 1 iterations. - Relative nonlinear residuals (temperature, compositional fields, Stokes system): 4.15113e-15, 4.96403e-14, 5.10735e-13, 5.84425e-13, 5.77885e-09 - Relative nonlinear residual (total system) after nonlinear iteration 2: 5.77885e-09 + Relative nonlinear residuals (temperature, compositional fields, Stokes system): 4.00097e-15, 4.96335e-14, 5.10732e-13, 5.84423e-13, 8.72904e-09 + Relative nonlinear residual (total system) after nonlinear iteration 2: 8.72904e-09 Postprocessing: diff --git a/tests/advect_field_with_melt_velocity/statistics b/tests/advect_field_with_melt_velocity/statistics index f5dc843cf0a..42a55cc64bf 100644 --- a/tests/advect_field_with_melt_velocity/statistics +++ b/tests/advect_field_with_melt_velocity/statistics @@ -23,11 +23,11 @@ # 23: Maximal value for composition melt_composition # 24: Global mass for composition melt_composition # 25: Visualization file name -0 0.000000000000e+00 0.000000000000e+00 1024 9539 4225 12675 2 0 0 0 0 4294967295 2 50 8.72158000e-02 8.72158000e-02 8.72158000e-02 0.00000000e+00 1.00000000e+00 4.94791667e-01 0.00000000e+00 1.00000000e+00 4.94791667e-01 output-advect_field_with_melt_velocity/solution/solution-00000 -1 1.562530132333e-02 1.562530132333e-02 1024 9539 4225 12675 2 0 0 6 17 4294967294 0 0 8.72158000e-02 8.72158000e-02 8.72158000e-02 -1.69187299e-20 1.02827360e+00 4.94791667e-01 -3.77019961e-02 1.00000000e+00 4.79166667e-01 output-advect_field_with_melt_velocity/solution/solution-00001 -2 3.125060264666e-02 1.562530132333e-02 1024 9539 4225 12675 2 0 0 9 19 4294967294 0 0 8.72158000e-02 8.72158000e-02 8.72158000e-02 -6.62657772e-05 1.01836204e+00 4.94791667e-01 -1.96241022e-02 1.00000000e+00 4.63541743e-01 output-advect_field_with_melt_velocity/solution/solution-00002 -3 4.687590396998e-02 1.562530132333e-02 1024 9539 4225 12675 2 0 0 9 19 4294967294 0 0 8.72158000e-02 8.72158000e-02 8.72158000e-02 -3.12485607e-04 1.00881105e+00 4.94791667e-01 -7.95807511e-03 1.00000000e+00 4.47917399e-01 output-advect_field_with_melt_velocity/solution/solution-00003 -4 6.250120529331e-02 1.562530132333e-02 1024 9539 4225 12675 2 0 0 9 18 4294967294 0 0 8.72158000e-02 8.72158000e-02 8.72158000e-02 -1.70149688e-04 1.01047335e+00 4.94791667e-01 -2.88929277e-02 1.00000000e+00 4.32295273e-01 output-advect_field_with_melt_velocity/solution/solution-00004 -5 7.812650661664e-02 1.562530132333e-02 1024 9539 4225 12675 2 0 0 9 19 4294967294 0 0 8.72158000e-02 8.72158000e-02 8.72158000e-02 -7.41383830e-05 1.01044868e+00 4.94791667e-01 -4.48229755e-02 1.00000000e+00 4.16678736e-01 output-advect_field_with_melt_velocity/solution/solution-00005 -6 9.375180793997e-02 1.562530132333e-02 1024 9539 4225 12675 2 0 0 8 19 4294967294 0 0 8.72158000e-02 8.72158000e-02 8.72158000e-02 -3.90173583e-05 1.00979390e+00 4.94791667e-01 -3.41543141e-02 1.00000000e+00 4.01072265e-01 output-advect_field_with_melt_velocity/solution/solution-00006 -7 1.000000000000e-01 6.248192060034e-03 1024 9539 4225 12675 2 0 0 8 14 4294967294 0 0 8.72158000e-02 8.72158000e-02 8.72158000e-02 -3.07771393e-05 1.00952621e+00 4.94791667e-01 -3.79644523e-02 1.00000000e+00 3.94835069e-01 output-advect_field_with_melt_velocity/solution/solution-00007 +0 0.000000000000e+00 0.000000000000e+00 1024 9539 4225 12675 2 0 0 0 0 4294967295 2 54 8.72158000e-02 8.72158000e-02 8.72158000e-02 0.00000000e+00 1.00000000e+00 4.94791667e-01 0.00000000e+00 1.00000000e+00 4.94791667e-01 output-advect_field_with_melt_velocity/solution/solution-00000 +1 1.562530121986e-02 1.562530121986e-02 1024 9539 4225 12675 2 0 0 6 17 4294967294 0 0 8.72158000e-02 8.72158000e-02 8.72158000e-02 -1.69187319e-20 1.02827360e+00 4.94791667e-01 -3.77019966e-02 1.00000000e+00 4.79166667e-01 output-advect_field_with_melt_velocity/solution/solution-00001 +2 3.125060243973e-02 1.562530121986e-02 1024 9539 4225 12675 2 0 0 9 19 4294967294 0 0 8.72158000e-02 8.72158000e-02 8.72158000e-02 -6.62657765e-05 1.01836204e+00 4.94791667e-01 -1.96241030e-02 1.00000000e+00 4.63541744e-01 output-advect_field_with_melt_velocity/solution/solution-00002 +3 4.687590365959e-02 1.562530121986e-02 1024 9539 4225 12675 2 0 0 9 19 4294967294 0 0 8.72158000e-02 8.72158000e-02 8.72158000e-02 -3.12485627e-04 1.00881105e+00 4.94791667e-01 -7.95807538e-03 1.00000000e+00 4.47917399e-01 output-advect_field_with_melt_velocity/solution/solution-00003 +4 6.250120487945e-02 1.562530121986e-02 1024 9539 4225 12675 2 0 0 9 18 4294967294 0 0 8.72158000e-02 8.72158000e-02 8.72158000e-02 -1.70149721e-04 1.01047335e+00 4.94791667e-01 -2.88929277e-02 1.00000000e+00 4.32295274e-01 output-advect_field_with_melt_velocity/solution/solution-00004 +5 7.812650609932e-02 1.562530121986e-02 1024 9539 4225 12675 2 0 0 9 19 4294967294 0 0 8.72158000e-02 8.72158000e-02 8.72158000e-02 -7.41383866e-05 1.01044868e+00 4.94791667e-01 -4.48229756e-02 1.00000000e+00 4.16678736e-01 output-advect_field_with_melt_velocity/solution/solution-00005 +6 9.375180731918e-02 1.562530121986e-02 1024 9539 4225 12675 2 0 0 8 19 4294967294 0 0 8.72158000e-02 8.72158000e-02 8.72158000e-02 -3.90173627e-05 1.00979390e+00 4.94791667e-01 -3.41543149e-02 1.00000000e+00 4.01072265e-01 output-advect_field_with_melt_velocity/solution/solution-00006 +7 1.000000000000e-01 6.248192680821e-03 1024 9539 4225 12675 2 0 0 8 14 4294967294 0 0 8.72158000e-02 8.72158000e-02 8.72158000e-02 -3.07771429e-05 1.00952621e+00 4.94791667e-01 -3.79644529e-02 1.00000000e+00 3.94835069e-01 output-advect_field_with_melt_velocity/solution/solution-00007 diff --git a/tests/average_density_boundary_fluid_pressure/statistics b/tests/average_density_boundary_fluid_pressure/statistics index 18bcf561889..0028c18bc54 100644 --- a/tests/average_density_boundary_fluid_pressure/statistics +++ b/tests/average_density_boundary_fluid_pressure/statistics @@ -29,9 +29,9 @@ # 29: Outward mass flux through boundary with indicator 1 ("right") (kg/yr) # 30: Outward mass flux through boundary with indicator 2 ("bottom") (kg/yr) # 31: Outward mass flux through boundary with indicator 3 ("top") (kg/yr) -0 0.000000000000e+00 0.000000000000e+00 512 4851 2145 1122 1 0 0 0 37 39 847 output-average_density_boundary_fluid_pressure/solution/solution-00000.0000 0.00000000e+00 7.25339508e-02 8.92259377e+08 0.00000000e+00 0.00000000e+00 0.00000000e+00 8.87435692e-07 4.83229974e-06 2.93000000e+02 1.21010849e+03 1.62359346e+03 2.69183589e-01 0.00000000e+00 1.67175415e+01 -1.41072614e+01 0.00000000e+00 -0 0.000000000000e+00 0.000000000000e+00 512 4851 2145 1122 1 0 0 0 4294967295 0 0 output-average_density_boundary_fluid_pressure/solution/solution-00000.0001 0.00000000e+00 7.25339508e-02 8.92259377e+08 0.00000000e+00 0.00000000e+00 0.00000000e+00 8.87435692e-07 4.83229974e-06 2.93000000e+02 1.21010849e+03 1.62359346e+03 2.69183589e-01 0.00000000e+00 1.67175415e+01 -1.41072614e+01 0.00000000e+00 -1 1.000000000000e+05 1.000000000000e+05 512 4851 2145 1122 1 6 4 0 12 14 295 output-average_density_boundary_fluid_pressure/solution/solution-00001.0000 -1.48269661e-04 7.25441252e-02 8.92243224e+08 0.00000000e+00 0.00000000e+00 0.00000000e+00 9.87420086e-07 5.31535894e-06 2.93000000e+02 1.20973024e+03 1.62359346e+03 2.69072568e-01 0.00000000e+00 -3.50552615e+02 3.53799025e+02 0.00000000e+00 -1 1.000000000000e+05 1.000000000000e+05 512 4851 2145 1122 1 3 3 0 2 4 86 output-average_density_boundary_fluid_pressure/solution/solution-00001.0001 -1.41420124e-04 7.25443492e-02 8.92263564e+08 0.00000000e+00 0.00000000e+00 0.00000000e+00 9.85448830e-07 5.30121005e-06 2.93000000e+02 1.20973022e+03 1.62359346e+03 2.69072561e-01 0.00000000e+00 -3.47811667e+02 3.50667228e+02 0.00000000e+00 -1 1.000000000000e+05 1.000000000000e+05 512 4851 2145 1122 1 2 2 0 4294967295 0 0 output-average_density_boundary_fluid_pressure/solution/solution-00001.0002 -1.41416131e-04 7.25443476e-02 8.92263561e+08 0.00000000e+00 0.00000000e+00 0.00000000e+00 9.85448830e-07 5.30121005e-06 2.93000000e+02 1.20973022e+03 1.62359346e+03 2.69072561e-01 0.00000000e+00 -3.47811667e+02 3.50667228e+02 0.00000000e+00 -1 1.000000000000e+05 1.000000000000e+05 512 4851 2145 1122 1 0 0 0 4294967295 0 0 output-average_density_boundary_fluid_pressure/solution/solution-00001.0003 -1.41416131e-04 7.25443476e-02 8.92263561e+08 0.00000000e+00 0.00000000e+00 0.00000000e+00 9.85448830e-07 5.30121005e-06 2.93000000e+02 1.20973022e+03 1.62359346e+03 2.69072561e-01 0.00000000e+00 -3.47811667e+02 3.50667228e+02 0.00000000e+00 +0 0.000000000000e+00 0.000000000000e+00 512 4851 2145 1122 1 0 0 0 37 39 746 output-average_density_boundary_fluid_pressure/solution/solution-00000.0000 0.00000000e+00 7.25339508e-02 8.92259377e+08 0.00000000e+00 0.00000000e+00 0.00000000e+00 8.87435660e-07 4.83229981e-06 2.93000000e+02 1.21010849e+03 1.62359346e+03 2.69183589e-01 0.00000000e+00 1.67173609e+01 -1.41073622e+01 0.00000000e+00 +0 0.000000000000e+00 0.000000000000e+00 512 4851 2145 1122 1 0 0 0 4294967295 0 0 output-average_density_boundary_fluid_pressure/solution/solution-00000.0001 0.00000000e+00 7.25339508e-02 8.92259377e+08 0.00000000e+00 0.00000000e+00 0.00000000e+00 8.87435660e-07 4.83229981e-06 2.93000000e+02 1.21010849e+03 1.62359346e+03 2.69183589e-01 0.00000000e+00 1.67173609e+01 -1.41073622e+01 0.00000000e+00 +1 1.000000000000e+05 1.000000000000e+05 512 4851 2145 1122 1 6 4 0 12 14 260 output-average_density_boundary_fluid_pressure/solution/solution-00001.0000 -1.48269661e-04 7.25441252e-02 8.92243224e+08 0.00000000e+00 0.00000000e+00 0.00000000e+00 9.87420099e-07 5.31535911e-06 2.93000000e+02 1.20973024e+03 1.62359346e+03 2.69072568e-01 0.00000000e+00 -3.50552646e+02 3.53799023e+02 0.00000000e+00 +1 1.000000000000e+05 1.000000000000e+05 512 4851 2145 1122 1 3 3 0 2 4 76 output-average_density_boundary_fluid_pressure/solution/solution-00001.0001 -1.41420124e-04 7.25443492e-02 8.92263564e+08 0.00000000e+00 0.00000000e+00 0.00000000e+00 9.85448860e-07 5.30121026e-06 2.93000000e+02 1.20973022e+03 1.62359346e+03 2.69072561e-01 0.00000000e+00 -3.47811703e+02 3.50667271e+02 0.00000000e+00 +1 1.000000000000e+05 1.000000000000e+05 512 4851 2145 1122 1 2 2 0 4294967295 0 0 output-average_density_boundary_fluid_pressure/solution/solution-00001.0002 -1.41416131e-04 7.25443476e-02 8.92263561e+08 0.00000000e+00 0.00000000e+00 0.00000000e+00 9.85448860e-07 5.30121026e-06 2.93000000e+02 1.20973022e+03 1.62359346e+03 2.69072561e-01 0.00000000e+00 -3.47811703e+02 3.50667271e+02 0.00000000e+00 +1 1.000000000000e+05 1.000000000000e+05 512 4851 2145 1122 1 0 0 0 4294967295 0 0 output-average_density_boundary_fluid_pressure/solution/solution-00001.0003 -1.41416131e-04 7.25443476e-02 8.92263561e+08 0.00000000e+00 0.00000000e+00 0.00000000e+00 9.85448860e-07 5.30121026e-06 2.93000000e+02 1.20973022e+03 1.62359346e+03 2.69072561e-01 0.00000000e+00 -3.47811703e+02 3.50667271e+02 0.00000000e+00 diff --git a/tests/boukare_melting_diagram/statistics b/tests/boukare_melting_diagram/statistics index abd5c6eb6c8..c1e7ebce5f0 100644 --- a/tests/boukare_melting_diagram/statistics +++ b/tests/boukare_melting_diagram/statistics @@ -19,4 +19,4 @@ # 19: Outward heat flux through boundary with indicator 2 ("bottom") (W) # 20: Outward heat flux through boundary with indicator 3 ("top") (W) # 21: Visualization file name -0 0.000000000000e+00 0.000000000000e+00 1024 9539 4225 12675 1 34 36 384 2.07367136e-23 9.10971284e-23 3.40000000e+03 4.20000000e+03 5.00000000e+03 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00 output-boukare_melting_diagram/solution/solution-00000 +0 0.000000000000e+00 0.000000000000e+00 1024 9539 4225 12675 1 34 36 279 2.07367136e-23 9.10971284e-23 3.40000000e+03 4.20000000e+03 5.00000000e+03 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00 output-boukare_melting_diagram/solution/solution-00000 diff --git a/tests/free_surface_blob_melt/statistics b/tests/free_surface_blob_melt/statistics index 47987545458..7d3073300c1 100644 --- a/tests/free_surface_blob_melt/statistics +++ b/tests/free_surface_blob_melt/statistics @@ -14,14 +14,14 @@ # 14: Maximum topography (m) # 15: RMS velocity (m/year) # 16: Max. velocity (m/year) - 0 0.000000000000e+00 0.000000000000e+00 664 6367 2817 2817 0 0 16 85 176 0.00000000e+00 0.00000000e+00 7.13656881e-04 2.31435036e-03 - 1 6.754274123497e+05 6.754274123497e+05 664 6367 2817 2817 18 0 15 54 181 -3.93685245e+02 8.76701041e+02 7.64243759e-04 2.15569074e-03 - 2 1.965493769938e+06 1.290066357588e+06 664 6367 2817 2817 20 0 14 50 169 -1.94930827e+03 9.54011532e+02 1.18047742e-03 2.90141963e-03 - 3 2.547146365941e+06 5.816525960034e+05 664 6367 2817 2817 15 0 14 51 170 -2.46244051e+02 1.13027329e+02 5.80651784e-04 1.80941641e-03 - 4 3.409744547235e+06 8.625981812944e+05 664 6367 2817 2817 15 0 14 51 169 -2.36015205e+02 5.30919789e+02 4.48846364e-04 9.93893451e-04 - 5 5.039713561921e+06 1.629969014685e+06 664 6367 2817 2817 21 0 14 50 169 -1.13401650e+03 5.54479382e+02 6.86630491e-04 1.76449620e-03 - 6 5.925059389680e+06 8.853458277594e+05 664 6367 2817 2817 16 0 14 51 169 -4.55297534e+01 9.44636228e+01 3.62321229e-04 1.10087597e-03 - 7 7.359721654453e+06 1.434662264773e+06 664 6367 2817 2817 19 0 13 48 157 -4.53495849e+01 4.83134556e+01 3.74423263e-04 1.10263997e-03 - 8 8.777305490392e+06 1.417583835939e+06 664 6367 2817 2817 18 0 13 48 156 -7.20471945e+01 1.28621918e+02 3.33334365e-04 9.28869922e-04 - 9 1.047088656475e+07 1.693581074353e+06 664 6367 2817 2817 19 0 13 48 157 -5.61314143e+01 5.91232992e+01 3.47888619e-04 9.56576984e-04 -10 1.210320741067e+07 1.632320845924e+06 664 6367 2817 2817 19 0 13 48 156 -7.96294560e+01 1.35659078e+02 3.06942257e-04 7.94249567e-04 + 0 0.000000000000e+00 0.000000000000e+00 664 6367 2817 2817 0 0 16 85 128 0.00000000e+00 0.00000000e+00 7.13656881e-04 2.31435036e-03 + 1 6.754274123502e+05 6.754274123502e+05 664 6367 2817 2817 18 0 15 54 132 -3.93685245e+02 8.76701041e+02 7.64243759e-04 2.15569074e-03 + 2 1.965493769939e+06 1.290066357589e+06 664 6367 2817 2817 20 0 14 50 123 -1.94930827e+03 9.54011532e+02 1.18047742e-03 2.90141963e-03 + 3 2.547146365942e+06 5.816525960027e+05 664 6367 2817 2817 15 0 14 51 124 -2.46244051e+02 1.13027329e+02 5.80651784e-04 1.80941641e-03 + 4 3.409744547211e+06 8.625981812691e+05 664 6367 2817 2817 15 0 14 51 123 -2.36015205e+02 5.30919789e+02 4.48846364e-04 9.93893451e-04 + 5 5.039713561899e+06 1.629969014688e+06 664 6367 2817 2817 21 0 14 50 123 -1.13401650e+03 5.54479382e+02 6.86630491e-04 1.76449620e-03 + 6 5.925059389658e+06 8.853458277596e+05 664 6367 2817 2817 16 0 14 51 123 -4.55297534e+01 9.44636228e+01 3.62321229e-04 1.10087597e-03 + 7 7.359721654419e+06 1.434662264760e+06 664 6367 2817 2817 19 0 13 48 114 -4.53495849e+01 4.83134556e+01 3.74423263e-04 1.10263997e-03 + 8 8.777305490358e+06 1.417583835939e+06 664 6367 2817 2817 18 0 13 48 114 -7.20471945e+01 1.28621918e+02 3.33334365e-04 9.28869922e-04 + 9 1.047088656471e+07 1.693581074356e+06 664 6367 2817 2817 19 0 13 48 115 -5.61314142e+01 5.91232992e+01 3.47888619e-04 9.56576984e-04 +10 1.210320741072e+07 1.632320846010e+06 664 6367 2817 2817 19 0 13 48 114 -7.96294561e+01 1.35659077e+02 3.06942257e-04 7.94249567e-04 diff --git a/tests/free_surface_blob_nonzero_melt/statistics b/tests/free_surface_blob_nonzero_melt/statistics index 25eb6d451e3..9370a4054af 100644 --- a/tests/free_surface_blob_nonzero_melt/statistics +++ b/tests/free_surface_blob_nonzero_melt/statistics @@ -18,6 +18,6 @@ # 18: Minimal value for composition porosity # 19: Maximal value for composition porosity # 20: Global mass for composition porosity -0 0.000000000000e+00 0.000000000000e+00 1360 13383 5921 5921 0 0 17 98 197 0.00000000e+00 0.00000000e+00 1.27301437e-02 2.26399231e-02 output-free_surface_blob_nonzero_melt/solution/solution-00000 0.00000000e+00 1.99999965e-02 5.94762824e+08 -1 5.986366579684e+03 5.986366579684e+03 1360 13383 5921 5921 9 9 15 96 177 -1.24799188e+02 1.34990073e+02 1.02706234e-02 1.73148174e-02 output-free_surface_blob_nonzero_melt/solution/solution-00001 -6.11433996e-07 2.00806249e-02 5.94778069e+08 -2 1.000000000000e+04 4.013633420316e+03 1360 13383 5921 5921 9 9 14 95 167 -1.86771333e+02 2.03641831e+02 9.70209456e-03 1.60699730e-02 output-free_surface_blob_nonzero_melt/solution/solution-00002 -9.65019202e-07 2.00499417e-02 5.94781946e+08 +0 0.000000000000e+00 0.000000000000e+00 1360 13383 5921 5921 0 0 17 98 142 0.00000000e+00 0.00000000e+00 1.27301437e-02 2.26399231e-02 output-free_surface_blob_nonzero_melt/solution/solution-00000 0.00000000e+00 1.99999965e-02 5.94762824e+08 +1 5.986366579684e+03 5.986366579684e+03 1360 13383 5921 5921 9 9 15 96 127 -1.24799188e+02 1.34990073e+02 1.02706234e-02 1.73148174e-02 output-free_surface_blob_nonzero_melt/solution/solution-00001 -6.11434034e-07 2.00806249e-02 5.94778069e+08 +2 1.000000000000e+04 4.013633420316e+03 1360 13383 5921 5921 9 9 14 95 118 -1.86771333e+02 2.03641831e+02 9.70209456e-03 1.60699730e-02 output-free_surface_blob_nonzero_melt/solution/solution-00002 -9.65019236e-07 2.00499417e-02 5.94781946e+08 diff --git a/tests/melt_boundary_heat_flux/statistics b/tests/melt_boundary_heat_flux/statistics index d80a73975c8..af7938e1cbb 100644 --- a/tests/melt_boundary_heat_flux/statistics +++ b/tests/melt_boundary_heat_flux/statistics @@ -26,6 +26,6 @@ # 26: Outward heat flux through boundary with indicator 1 ("right") (W) # 27: Outward heat flux through boundary with indicator 2 ("bottom") (W) # 28: Outward heat flux through boundary with indicator 3 ("top") (W) -0 0.000000000000e+00 0.000000000000e+00 512 4851 2145 4290 2 0 0 0 20 23 815 1.43755635e-28 2.00000000e-01 1.25663632e+08 1.43755635e-28 2.00000000e-01 1.25663632e+08 output-melt_boundary_heat_flux/solution/solution-00000 1.60000000e+03 1.60000000e+03 1.60000000e+03 0.00000000e+00 0.00000000e+00 -2.00000000e+05 2.00000000e+05 -1 3.443450186487e+03 3.443450186487e+03 512 4851 2145 4290 5 19 40 31 45 55 1993 -1.97927640e-06 1.98851293e-01 1.25663384e+08 -5.06312576e-10 1.99028023e-01 1.25646684e+08 output-melt_boundary_heat_flux/solution/solution-00001 1.56349861e+03 1.60000040e+03 1.63652496e+03 0.00000000e+00 0.00000000e+00 -2.00000000e+05 2.00000000e+05 -2 5.000000000000e+03 1.556549813513e+03 512 4851 2145 4290 3 11 22 19 20 26 924 -3.22770043e-06 1.98577801e-01 1.25663236e+08 -7.95042218e-10 1.98902040e-01 1.25636401e+08 output-melt_boundary_heat_flux/solution/solution-00002 1.54757428e+03 1.60000064e+03 1.65246294e+03 0.00000000e+00 0.00000000e+00 -2.00000000e+05 2.00000000e+05 +0 0.000000000000e+00 0.000000000000e+00 512 4851 2145 4290 2 0 0 0 20 23 839 1.43755635e-28 2.00000000e-01 1.25663632e+08 1.43755635e-28 2.00000000e-01 1.25663632e+08 output-melt_boundary_heat_flux/solution/solution-00000 1.60000000e+03 1.60000000e+03 1.60000000e+03 0.00000000e+00 0.00000000e+00 -2.00000000e+05 2.00000000e+05 +1 3.443450188585e+03 3.443450188585e+03 512 4851 2145 4290 5 19 40 31 45 55 2056 -1.97927640e-06 1.98851293e-01 1.25663384e+08 -5.06312577e-10 1.99028023e-01 1.25646684e+08 output-melt_boundary_heat_flux/solution/solution-00001 1.56349861e+03 1.60000040e+03 1.63652496e+03 0.00000000e+00 0.00000000e+00 -2.00000000e+05 2.00000000e+05 +2 5.000000000000e+03 1.556549811415e+03 512 4851 2145 4290 3 11 22 19 20 26 947 -3.22770043e-06 1.98577801e-01 1.25663236e+08 -7.95042218e-10 1.98902040e-01 1.25636401e+08 output-melt_boundary_heat_flux/solution/solution-00002 1.54757428e+03 1.60000064e+03 1.65246294e+03 0.00000000e+00 0.00000000e+00 -2.00000000e+05 2.00000000e+05 diff --git a/tests/melt_track/statistics b/tests/melt_track/statistics index f5b4a55a76c..da87161ddaa 100644 --- a/tests/melt_track/statistics +++ b/tests/melt_track/statistics @@ -19,4 +19,4 @@ # 19: Global mass for composition porosity # 20: RMS velocity (m/year) # 21: Max. velocity (m/year) -0 0.000000000000e+00 0.000000000000e+00 640 6583 2889 2889 2 0 0 9 54 241 3 output-melt_track/particles/particles-00000 output-melt_track/solution/solution-00000 1.00000000e-03 1.00000000e-02 1.32970963e+01 1.66058237e-04 1.67158942e-04 +0 0.000000000000e+00 0.000000000000e+00 640 6583 2889 2889 2 0 0 9 54 244 3 output-melt_track/particles/particles-00000 output-melt_track/solution/solution-00000 1.00000000e-03 1.00000000e-02 1.32970963e+01 1.66058237e-04 1.67158942e-04 diff --git a/tests/melt_transport_compressible_iterative/screen-output b/tests/melt_transport_compressible_iterative/screen-output index 2dc6e2962d1..5de2c3a9222 100644 --- a/tests/melt_transport_compressible_iterative/screen-output +++ b/tests/melt_transport_compressible_iterative/screen-output @@ -8,7 +8,7 @@ Number of degrees of freedom: 30,600 (8,450+4,161+8,450+1,089+4,225+4,225) Skipping temperature solve because RHS is zero. Solving porosity system ... 0 iterations. Rebuilding Stokes preconditioner... - Solving Stokes system (AMG)... 63+0 iterations. + Solving Stokes system (AMG)... 61+0 iterations. Solving fluid velocity system... 11 iterations. Relative nonlinear residuals (temperature, compositional fields, Stokes system): 0, 1.57339e-16, 0.160998 Relative nonlinear residual (total system) after nonlinear iteration 1: 0.160998 @@ -18,32 +18,32 @@ Number of degrees of freedom: 30,600 (8,450+4,161+8,450+1,089+4,225+4,225) Rebuilding Stokes preconditioner... Solving Stokes system (AMG)... 53+0 iterations. Solving fluid velocity system... 11 iterations. - Relative nonlinear residuals (temperature, compositional fields, Stokes system): 0, 1.57339e-16, 0.0232629 - Relative nonlinear residual (total system) after nonlinear iteration 2: 0.0232629 + Relative nonlinear residuals (temperature, compositional fields, Stokes system): 0, 1.57339e-16, 0.024101 + Relative nonlinear residual (total system) after nonlinear iteration 2: 0.024101 Skipping temperature solve because RHS is zero. Solving porosity system ... 0 iterations. Rebuilding Stokes preconditioner... - Solving Stokes system (AMG)... 49+0 iterations. + Solving Stokes system (AMG)... 51+0 iterations. Solving fluid velocity system... 11 iterations. - Relative nonlinear residuals (temperature, compositional fields, Stokes system): 0, 1.57339e-16, 0.00798619 - Relative nonlinear residual (total system) after nonlinear iteration 3: 0.00798619 + Relative nonlinear residuals (temperature, compositional fields, Stokes system): 0, 1.57339e-16, 0.00839071 + Relative nonlinear residual (total system) after nonlinear iteration 3: 0.00839071 Skipping temperature solve because RHS is zero. Solving porosity system ... 0 iterations. Rebuilding Stokes preconditioner... - Solving Stokes system (AMG)... 2+0 iterations. + Solving Stokes system (AMG)... 47+0 iterations. Solving fluid velocity system... 11 iterations. - Relative nonlinear residuals (temperature, compositional fields, Stokes system): 0, 1.57339e-16, 0.000813317 - Relative nonlinear residual (total system) after nonlinear iteration 4: 0.000813317 + Relative nonlinear residuals (temperature, compositional fields, Stokes system): 0, 1.57339e-16, 0.00242142 + Relative nonlinear residual (total system) after nonlinear iteration 4: 0.00242142 Skipping temperature solve because RHS is zero. Solving porosity system ... 0 iterations. Rebuilding Stokes preconditioner... - Solving Stokes system (AMG)... 0+0 iterations. + Solving Stokes system (AMG)... 1+0 iterations. Solving fluid velocity system... 11 iterations. - Relative nonlinear residuals (temperature, compositional fields, Stokes system): 0, 1.57339e-16, 8.4789e-06 - Relative nonlinear residual (total system) after nonlinear iteration 5: 8.4789e-06 + Relative nonlinear residuals (temperature, compositional fields, Stokes system): 0, 1.57339e-16, 5.6863e-05 + Relative nonlinear residual (total system) after nonlinear iteration 5: 5.6863e-05 WARNING: The nonlinear solver in the current timestep failed to converge. @@ -51,9 +51,9 @@ Acting according to the parameter 'Nonlinear solver failure strategy'... Continuing to the next timestep even though solution is not fully converged. Postprocessing: RMS, max velocity: 0.223 m/s, 0.339 m/s - Pressure min/avg/max: 0.5087 Pa, 1.574 Pa, 2.962 Pa + Pressure min/avg/max: 0.5079 Pa, 1.575 Pa, 2.962 Pa Max, min, and rms velocity along boundary parts: 0.3386 m/s, 0.1254 m/s, 0.2234 m/s, 0.3386 m/s, 0.1254 m/s, 0.2234 m/s, 0.125 m/s, 0.125 m/s, 0.125 m/s, 0.3398 m/s, 0.3398 m/s, 0.3398 m/s - Errors u_L2, p_L2, p_f_L2, p_c_bar_L2, p_c_L2, porosity_L2, u_f_L2: 1.193238e-05, 1.193238e-05, 1.194153e-03, 1.600404e-05, 4.347469e-04, 4.348539e-04, 9.409271e-08, 4.339461e-02 + Errors u_L2, p_L2, p_f_L2, p_c_bar_L2, p_c_L2, porosity_L2, u_f_L2: 9.053718e-06, 9.053718e-06, 9.677320e-04, 1.604991e-05, 3.214245e-04, 3.215361e-04, 9.409271e-08, 4.339373e-02 Termination requested by criterion: end time diff --git a/tests/melt_transport_compressible_iterative/statistics b/tests/melt_transport_compressible_iterative/statistics index 5c0806e9cdb..e5bee9d918c 100644 --- a/tests/melt_transport_compressible_iterative/statistics +++ b/tests/melt_transport_compressible_iterative/statistics @@ -28,4 +28,4 @@ # 28: Maximum velocity magnitude on boundary with indicator 3 ("top") (m/s) # 29: Minimum velocity magnitude on boundary with indicator 3 ("top") (m/s) # 30: RMS velocity on boundary with indicator 3 ("top") (m/s) -0 0.000000000000e+00 0.000000000000e+00 1024 9539 4225 4225 5 0 0 162 171 3743 2.23409810e-01 3.38592280e-01 5.08677006e-01 1.57433312e+00 2.96237319e+00 3.38590701e-01 1.25440992e-01 2.23415534e-01 3.38590701e-01 1.25440992e-01 2.23415534e-01 1.25000000e-01 1.25000000e-01 1.25000000e-01 3.39785229e-01 3.39785229e-01 3.39785229e-01 +0 0.000000000000e+00 0.000000000000e+00 1024 9539 4225 4225 5 0 0 208 218 5657 2.23415994e-01 3.38591942e-01 5.07924171e-01 1.57456616e+00 2.96227922e+00 3.38590701e-01 1.25440992e-01 2.23415534e-01 3.38590701e-01 1.25440992e-01 2.23415534e-01 1.25000000e-01 1.25000000e-01 1.25000000e-01 3.39785229e-01 3.39785229e-01 3.39785229e-01 diff --git a/tests/melt_transport_convergence_simple/statistics b/tests/melt_transport_convergence_simple/statistics index 4494bae1a9f..c899f2cf278 100644 --- a/tests/melt_transport_convergence_simple/statistics +++ b/tests/melt_transport_convergence_simple/statistics @@ -28,4 +28,4 @@ # 28: Maximum velocity magnitude on boundary with indicator 3 ("top") (m/s) # 29: Minimum velocity magnitude on boundary with indicator 3 ("top") (m/s) # 30: RMS velocity on boundary with indicator 3 ("top") (m/s) -0 0.000000000000e+00 0.000000000000e+00 1024 9539 4225 4225 2 0 0 20 107 252 1.41421095e+00 1.41421538e+00 3.68583386e-01 1.17602776e+00 2.71830053e+00 1.41421356e+00 1.41421356e+00 1.41421356e+00 1.41421356e+00 1.41421356e+00 1.41421356e+00 1.41421356e+00 1.41421356e+00 1.41421356e+00 1.41421356e+00 1.41421356e+00 1.41421356e+00 +0 0.000000000000e+00 0.000000000000e+00 1024 9539 4225 4225 2 0 0 20 107 184 1.41421095e+00 1.41421538e+00 3.68583386e-01 1.17602776e+00 2.71830053e+00 1.41421356e+00 1.41421356e+00 1.41421356e+00 1.41421356e+00 1.41421356e+00 1.41421356e+00 1.41421356e+00 1.41421356e+00 1.41421356e+00 1.41421356e+00 1.41421356e+00 1.41421356e+00 diff --git a/tests/melt_transport_convergence_test/statistics b/tests/melt_transport_convergence_test/statistics index 7ff89c32817..7825c7e7eb4 100644 --- a/tests/melt_transport_convergence_test/statistics +++ b/tests/melt_transport_convergence_test/statistics @@ -28,4 +28,4 @@ # 28: Maximum velocity magnitude on boundary with indicator 3 ("top") (m/s) # 29: Minimum velocity magnitude on boundary with indicator 3 ("top") (m/s) # 30: RMS velocity on boundary with indicator 3 ("top") (m/s) -0 0.000000000000e+00 0.000000000000e+00 1024 9539 4225 4225 2 0 0 13 77 176 8.19412421e+00 1.47665360e+01 6.00915458e-01 1.03333009e+00 1.64922515e+00 1.48660433e+01 1.34536471e+01 1.41589903e+01 1.48660433e+01 1.34536471e+01 1.41589903e+01 1.44323291e+01 3.88919368e-01 8.18306945e+00 1.44323291e+01 3.88919368e-01 8.18306945e+00 +0 0.000000000000e+00 0.000000000000e+00 1024 9539 4225 4225 2 0 0 13 77 128 8.19412421e+00 1.47665360e+01 6.00915458e-01 1.03333009e+00 1.64922515e+00 1.48660433e+01 1.34536471e+01 1.41589903e+01 1.48660433e+01 1.34536471e+01 1.41589903e+01 1.44323291e+01 3.88919368e-01 8.18306945e+00 1.44323291e+01 3.88919368e-01 8.18306945e+00 diff --git a/tests/melt_velocity_boundary_conditions/statistics b/tests/melt_velocity_boundary_conditions/statistics index 7eac113762b..8145b6ddfd6 100644 --- a/tests/melt_velocity_boundary_conditions/statistics +++ b/tests/melt_velocity_boundary_conditions/statistics @@ -18,4 +18,4 @@ # 18: Minimal value for composition porosity # 19: Maximal value for composition porosity # 20: Global mass for composition porosity -0 0.000000000000e+00 0.000000000000e+00 640 6043 2673 2673 0 0 9 56 111 0.00000000e+00 0.00000000e+00 2.65238233e-03 6.83495289e-03 output-melt_velocity_boundary_conditions/solution/solution-00000 0.00000000e+00 2.00000000e-02 1.00000000e+09 +0 0.000000000000e+00 0.000000000000e+00 640 6043 2673 2673 0 0 9 56 80 0.00000000e+00 0.00000000e+00 2.65238233e-03 6.83495289e-03 output-melt_velocity_boundary_conditions/solution/solution-00000 0.00000000e+00 2.00000000e-02 1.00000000e+09 diff --git a/tests/melting_rate_test/statistics b/tests/melting_rate_test/statistics index ee514177fa2..81f39713ecb 100644 --- a/tests/melting_rate_test/statistics +++ b/tests/melting_rate_test/statistics @@ -19,6 +19,6 @@ # 19: Outward heat flux through boundary with indicator 2 ("bottom") (W) # 20: Outward heat flux through boundary with indicator 3 ("top") (W) # 21: Visualization file name -0 0.000000000000e+00 0.000000000000e+00 1024 9539 4225 12675 1 35 37 395 7.94083312e-24 3.43389065e-23 3.40000000e+03 4.20000000e+03 5.00000000e+03 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00 output-melting_rate_test/solution/solution-00000 +0 0.000000000000e+00 0.000000000000e+00 1024 9539 4225 12675 1 35 37 287 7.94083312e-24 3.43389065e-23 3.40000000e+03 4.20000000e+03 5.00000000e+03 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00 output-melting_rate_test/solution/solution-00000 1 1.000000000000e+06 1.000000000000e+06 1024 9539 4225 12675 0 0 0 0 7.94083312e-24 3.43389065e-23 3.40000000e+03 4.20000000e+03 5.00000000e+03 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00 output-melting_rate_test/solution/solution-00001 2 2.000000000000e+06 1.000000000000e+06 1024 9539 4225 12675 0 0 0 0 7.94083312e-24 3.43389065e-23 3.40000000e+03 4.20000000e+03 5.00000000e+03 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00 output-melting_rate_test/solution/solution-00002 diff --git a/tests/particle_melt_advection/statistics b/tests/particle_melt_advection/statistics index a73de45cbe7..9e1ce141c9b 100644 --- a/tests/particle_melt_advection/statistics +++ b/tests/particle_melt_advection/statistics @@ -27,5 +27,5 @@ # 27: Average nondimensional temperature (K) # 28: Number of advected particles # 29: Particle file name -0 0.000000000000e+00 0.000000000000e+00 512 4851 2145 1122 2 0 0 0 20 23 773 output-particle_melt_advection/solution/solution-00000 1.43755635e-28 2.00000000e-01 1.25663581e+08 1.43755635e-28 2.00000000e-01 1.25663581e+08 2.91558352e-03 9.57621370e-03 2.93000000e+02 1.51861872e+03 1.62499300e+03 9.37734292e-01 512 output-particle_melt_advection/particles/particles-00000 -1 3.000000000000e+03 3.000000000000e+03 512 4851 2145 1122 4 19 14 12 42 50 1736 output-particle_melt_advection/solution/solution-00001 -5.75250876e-07 1.95443255e-01 1.25663529e+08 -1.28446819e-08 1.95597849e-01 1.25650785e+08 2.93743499e-03 9.67242714e-03 2.93000000e+02 1.51846359e+03 1.62458437e+03 9.37615604e-01 512 output-particle_melt_advection/particles/particles-00001 +0 0.000000000000e+00 0.000000000000e+00 512 4851 2145 1122 2 0 0 0 20 23 798 output-particle_melt_advection/solution/solution-00000 1.43755635e-28 2.00000000e-01 1.25663581e+08 1.43755635e-28 2.00000000e-01 1.25663581e+08 2.91558352e-03 9.57621370e-03 2.93000000e+02 1.51861872e+03 1.62499300e+03 9.37734292e-01 512 output-particle_melt_advection/particles/particles-00000 +1 3.000000000000e+03 3.000000000000e+03 512 4851 2145 1122 4 19 14 12 42 50 1784 output-particle_melt_advection/solution/solution-00001 -5.75250881e-07 1.95443255e-01 1.25663529e+08 -1.28446819e-08 1.95597849e-01 1.25650785e+08 2.93743499e-03 9.67242714e-03 2.93000000e+02 1.51846359e+03 1.62458437e+03 9.37615604e-01 512 output-particle_melt_advection/particles/particles-00001 diff --git a/tests/particle_property_composition/statistics b/tests/particle_property_composition/statistics index d36ad9299ac..13372650f48 100644 --- a/tests/particle_property_composition/statistics +++ b/tests/particle_property_composition/statistics @@ -23,4 +23,4 @@ # 23: Global mass for composition peridotite # 24: RMS velocity (m/year) # 25: Max. velocity (m/year) -0 0.000000000000e+00 0.000000000000e+00 640 6583 2889 5778 2 0 0 0 9 54 241 5 output-particle_property_composition/particles/particles-00000 output-particle_property_composition/solution/solution-00000 1.00000000e-03 1.00000000e-02 1.32970963e+01 1.00000000e-03 1.00000000e-02 1.32970963e+01 1.66058237e-04 1.67158942e-04 +0 0.000000000000e+00 0.000000000000e+00 640 6583 2889 5778 2 0 0 0 9 54 244 5 output-particle_property_composition/particles/particles-00000 output-particle_property_composition/solution/solution-00000 1.00000000e-03 1.00000000e-02 1.32970963e+01 1.00000000e-03 1.00000000e-02 1.32970963e+01 1.66058237e-04 1.67158942e-04 diff --git a/tests/rising_melt_blob/statistics b/tests/rising_melt_blob/statistics index 9b60859f670..2199dbd92da 100644 --- a/tests/rising_melt_blob/statistics +++ b/tests/rising_melt_blob/statistics @@ -19,11 +19,11 @@ # 19: Maximal value for composition peridotite # 20: Global mass for composition peridotite # 21: Visualization file name -0 0.000000000000e+00 0.000000000000e+00 512 4851 2145 4290 2 0 0 0 19 22 774 1.43755635e-28 2.00000000e-01 1.25663632e+08 1.43755635e-28 2.00000000e-01 1.25663632e+08 output-rising_melt_blob/solution/solution-00000 -1 3.443438389515e+03 3.443438389515e+03 512 4851 2145 4290 5 21 40 31 45 55 1993 -1.97933612e-06 1.98851278e-01 1.25663395e+08 -5.06315567e-10 1.99028023e-01 1.25646683e+08 output-rising_melt_blob/solution/solution-00001 -2 6.797350799932e+03 3.353912410416e+03 512 4851 2145 4290 3 13 23 20 25 31 1087 -4.49718871e-06 1.98115810e-01 1.25663026e+08 -1.66000660e-09 1.98658048e-01 1.25619503e+08 output-rising_melt_blob/solution/solution-00002 -3 1.008861938518e+04 3.291268585250e+03 512 4851 2145 4290 3 12 23 20 25 31 1162 -8.79000808e-06 1.97374878e-01 1.25662496e+08 -2.39842654e-09 1.98513092e-01 1.25579181e+08 output-rising_melt_blob/solution/solution-00003 -4 1.332906008131e+04 3.240440696131e+03 512 4851 2145 4290 3 12 23 20 24 30 1224 -1.41434640e-05 1.96511083e-01 1.25661783e+08 -2.88749235e-09 1.98440862e-01 1.25525254e+08 output-rising_melt_blob/solution/solution-00004 -5 1.652429023798e+04 3.195230156672e+03 512 4851 2145 4290 3 11 23 19 23 29 1159 -1.82772863e-05 1.95497467e-01 1.25660906e+08 -3.29178371e-09 1.98396469e-01 1.25458062e+08 output-rising_melt_blob/solution/solution-00005 -6 1.967768576654e+04 3.153395528551e+03 512 4851 2145 4290 3 11 23 19 24 30 1184 -2.46450869e-05 1.94330365e-01 1.25659840e+08 -3.67020547e-09 1.98365123e-01 1.25378211e+08 output-rising_melt_blob/solution/solution-00006 -7 2.000000000000e+04 3.223142334643e+02 512 4851 2145 4290 2 6 14 11 12 16 639 -2.56516956e-05 1.94204603e-01 1.25659720e+08 -3.70774384e-09 1.98362952e-01 1.25369294e+08 output-rising_melt_blob/solution/solution-00007 +0 0.000000000000e+00 0.000000000000e+00 512 4851 2145 4290 2 0 0 0 19 22 799 1.43755635e-28 2.00000000e-01 1.25663632e+08 1.43755635e-28 2.00000000e-01 1.25663632e+08 output-rising_melt_blob/solution/solution-00000 +1 3.443438389651e+03 3.443438389651e+03 512 4851 2145 4290 5 21 40 31 45 55 2055 -1.97933612e-06 1.98851278e-01 1.25663395e+08 -5.06315567e-10 1.99028023e-01 1.25646683e+08 output-rising_melt_blob/solution/solution-00001 +2 6.797350800059e+03 3.353912410407e+03 512 4851 2145 4290 3 13 23 20 25 31 1122 -4.49718871e-06 1.98115810e-01 1.25663026e+08 -1.66000660e-09 1.98658048e-01 1.25619503e+08 output-rising_melt_blob/solution/solution-00002 +3 1.008861938532e+04 3.291268585258e+03 512 4851 2145 4290 3 12 23 20 25 31 1181 -8.79000808e-06 1.97374878e-01 1.25662496e+08 -2.39842654e-09 1.98513092e-01 1.25579181e+08 output-rising_melt_blob/solution/solution-00003 +4 1.332906008144e+04 3.240440696119e+03 512 4851 2145 4290 3 12 23 20 24 30 1238 -1.41434640e-05 1.96511083e-01 1.25661783e+08 -2.88749235e-09 1.98440862e-01 1.25525254e+08 output-rising_melt_blob/solution/solution-00004 +5 1.652429023810e+04 3.195230156669e+03 512 4851 2145 4290 3 11 23 19 23 29 1187 -1.82772863e-05 1.95497467e-01 1.25660906e+08 -3.29178371e-09 1.98396469e-01 1.25458062e+08 output-rising_melt_blob/solution/solution-00005 +6 1.967768576668e+04 3.153395528573e+03 512 4851 2145 4290 3 11 23 19 24 30 1219 -2.46450869e-05 1.94330365e-01 1.25659840e+08 -3.67020547e-09 1.98365123e-01 1.25378211e+08 output-rising_melt_blob/solution/solution-00006 +7 2.000000000000e+04 3.223142333220e+02 512 4851 2145 4290 2 6 14 11 12 16 640 -2.56516956e-05 1.94204603e-01 1.25659720e+08 -3.70774384e-09 1.98362952e-01 1.25369294e+08 output-rising_melt_blob/solution/solution-00007 diff --git a/tests/shear_bands/statistics b/tests/shear_bands/statistics index 52886b108b7..1722a908960 100644 --- a/tests/shear_bands/statistics +++ b/tests/shear_bands/statistics @@ -17,5 +17,5 @@ # 17: Global mass for composition porosity # 18: RMS velocity (m/year) # 19: Max. velocity (m/year) -0 0.000000000000e+00 0.000000000000e+00 1024 9619 4257 4257 4 0 34 59 67 1379 output-shear_bands/solution/solution-00000 4.95172938e-02 5.04597757e-02 1.99992464e-07 2.88772312e+02 4.93088032e+02 -1 3.000000000000e-08 3.000000000000e-08 1024 9619 4257 4257 4 0 224 36 44 833 output-shear_bands/solution/solution-00001 4.94424171e-02 5.05100066e-02 1.99992473e-07 2.88819771e+02 4.93112200e+02 +0 0.000000000000e+00 0.000000000000e+00 1024 9619 4257 4257 4 0 34 59 67 1552 output-shear_bands/solution/solution-00000 4.95172938e-02 5.04597757e-02 1.99992464e-07 2.88772312e+02 4.93088032e+02 +1 3.000000000000e-08 3.000000000000e-08 1024 9619 4257 4257 4 0 224 36 44 995 output-shear_bands/solution/solution-00001 4.94424171e-02 5.05100066e-02 1.99992473e-07 2.88819771e+02 4.93112200e+02 diff --git a/tests/solitary_wave/statistics b/tests/solitary_wave/statistics index 115f91cb270..8b6fa4aa20b 100644 --- a/tests/solitary_wave/statistics +++ b/tests/solitary_wave/statistics @@ -17,5 +17,5 @@ # 17: Global mass for composition porosity # 18: RMS velocity (m/year) # 19: Max. velocity (m/year) -0 0.000000000000e+00 0.000000000000e+00 640 6583 2889 2889 2 0 0 9 54 241 output-solitary_wave/solution/solution-00000 1.00000000e-03 1.00000000e-02 1.32970963e+01 1.66058237e-04 1.67158942e-04 -1 2.000000000000e+03 2.000000000000e+03 640 6583 2889 2889 1 0 13 4 33 125 "" 9.99996612e-04 9.99998929e-03 1.32970963e+01 1.66058238e-04 1.67158945e-04 +0 0.000000000000e+00 0.000000000000e+00 640 6583 2889 2889 2 0 0 9 54 244 output-solitary_wave/solution/solution-00000 1.00000000e-03 1.00000000e-02 1.32970963e+01 1.66058237e-04 1.67158942e-04 +1 2.000000000000e+03 2.000000000000e+03 640 6583 2889 2889 1 0 13 4 33 126 "" 9.99996612e-04 9.99998929e-03 1.32970963e+01 1.66058238e-04 1.67158945e-04