[cig-commits] [commit] master: add test for simpler (1c6a09b)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Tue May 27 15:50:53 PDT 2014


Repository : https://github.com/geodynamics/aspect

On branch  : master
Link       : https://github.com/geodynamics/aspect/compare/6068770d955287f4cd9f8124d763697c4a6934d9...36d87031b9d5259810f221b3b17377d9d8944a24

>---------------------------------------------------------------

commit 1c6a09b5b4538d070006ace5193ffe5f412172d9
Author: Timo Heister <timo.heister at gmail.com>
Date:   Sun May 25 20:48:17 2014 -0400

    add test for simpler


>---------------------------------------------------------------

1c6a09b5b4538d070006ace5193ffe5f412172d9
 tests/{box-first-time-step.prm => simpler-box.prm}      | 10 ++++++++--
 tests/{radiogenic_heating => simpler-box}/screen-output | 17 ++++++-----------
 tests/{global_refine_amr => simpler-box}/statistics     |  2 +-
 3 files changed, 15 insertions(+), 14 deletions(-)

diff --git a/tests/box-first-time-step.prm b/tests/simpler-box.prm
similarity index 91%
copy from tests/box-first-time-step.prm
copy to tests/simpler-box.prm
index f09526e..8226a90 100644
--- a/tests/box-first-time-step.prm
+++ b/tests/simpler-box.prm
@@ -36,9 +36,9 @@ end
 
 
 subsection Material model
-  set Model name = simple
+  set Model name = simpler
 
-  subsection Simple model
+  subsection Simpler model
     set Reference density             = 1    # default: 3300
     set Reference specific heat       = 1250
     set Reference temperature         = 1    # default: 293
@@ -64,5 +64,11 @@ end
 
 subsection Postprocess
   set List of postprocessors = visualization, velocity statistics, basic statistics,  temperature statistics, heat flux statistics
+
+   
+subsection Visualization
+    set List of output variables      = density, viscosity
+
+end
 end
 
diff --git a/tests/radiogenic_heating/screen-output b/tests/simpler-box/screen-output
similarity index 68%
copy from tests/radiogenic_heating/screen-output
copy to tests/simpler-box/screen-output
index 8196477..cd242f0 100644
--- a/tests/radiogenic_heating/screen-output
+++ b/tests/simpler-box/screen-output
@@ -1,6 +1,6 @@
 -----------------------------------------------------------------------------
 -- This is ASPECT, the Advanced Solver for Problems in Earth's ConvecTion.
---     . running in OPTIMIZED mode
+--     . running in DEBUG mode
 --     . running with 1 MPI process
 --     . using Trilinos
 -----------------------------------------------------------------------------
@@ -11,18 +11,13 @@ Number of degrees of freedom: 13,764 (8,450+1,089+4,225)
 *** Timestep 0:  t=0 seconds
    Solving temperature system... 0 iterations.
    Rebuilding Stokes preconditioner...
-   Solving Stokes system... 25 iterations.
+   Solving Stokes system... 20 iterations.
 
    Postprocessing:
-     Temperature min/avg/max: 1000 K, 1000 K, 1000 K
-
-*** Timestep 1:  t=1000 seconds
-   Solving temperature system... 9 iterations.
-   Rebuilding Stokes preconditioner...
-   Solving Stokes system... 0 iterations.
-
-   Postprocessing:
-     Temperature min/avg/max: 1000 K, 1001 K, 1001 K
+     Writing graphical output:           output-simpler-box/solution-00000
+     RMS, max velocity:                  9.02e-09 m/s, 3.24e-08 m/s
+     Temperature min/avg/max:            0 K, 1.035 K, 1.1 K
+     Heat fluxes through boundary parts: 1.668e-07 W, 8.017e-05 W, 2.402e-07 W, 2.402e-07 W
 
 Termination requested by criterion: end time
 
diff --git a/tests/global_refine_amr/statistics b/tests/simpler-box/statistics
similarity index 75%
copy from tests/global_refine_amr/statistics
copy to tests/simpler-box/statistics
index 5a8545e..2b15cc4 100644
--- a/tests/global_refine_amr/statistics
+++ b/tests/simpler-box/statistics
@@ -17,4 +17,4 @@
 # 17: Outward heat flux through boundary with indicator 1 (W)
 # 18: Outward heat flux through boundary with indicator 2 (W)
 # 19: Outward heat flux through boundary with indicator 3 (W)
-0 0.0000e+00 2140 19888 8823 0 18 3.0258e+05 output-global_refine_amr/solution-00000 7.71052448e-09 2.57225788e-08 0.00000000e+00 1.03792614e+00 1.10000000e+00 1.03792614e+00 1.74802589e-07 1.60166700e-04 2.42564104e-07 2.42564104e-07 
+0 0.0000e+00 1024 9539 4225 0 20 4.7717e+05 output-simpler-box/solution-00000 9.02065615e-09 3.23527790e-08 0.00000000e+00 1.03532014e+00 1.10000000e+00 1.03532014e+00 1.66800424e-07 8.01668004e-05 2.40192611e-07 2.40192611e-07 



More information about the CIG-COMMITS mailing list