[cig-commits] [commit] master: Update the test. (2eec1a7)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Fri May 23 07:27:35 PDT 2014


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

On branch  : master
Link       : https://github.com/geodynamics/aspect/compare/19b0c92b6eac4e5192d682ac769218eb3fa1db05...1d916725840b7e74c3611154de2dcabdfa3dfdce

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

commit 2eec1a762fa1afa84f983cee2a88c025f426237f
Author: Wolfgang Bangerth <bangerth at math.tamu.edu>
Date:   Fri May 23 09:22:27 2014 -0500

    Update the test.


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

2eec1a762fa1afa84f983cee2a88c025f426237f
 tests/poisseuille-2d.prm           |  2 +-
 tests/poisseuille-2d/screen-output | 38 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+), 1 deletion(-)

diff --git a/tests/poisseuille-2d.prm b/tests/poisseuille-2d.prm
index 269a582..14a3a71 100644
--- a/tests/poisseuille-2d.prm
+++ b/tests/poisseuille-2d.prm
@@ -72,6 +72,6 @@ subsection Boundary velocity model
 end
 
 subsection Postprocess
-  set List of postprocessors = visualization, velocity statistics, pressure statistics
+  set List of postprocessors = velocity statistics, pressure statistics
 end
 
diff --git a/tests/poisseuille-2d/screen-output b/tests/poisseuille-2d/screen-output
index e69de29..ddfce15 100644
--- a/tests/poisseuille-2d/screen-output
+++ b/tests/poisseuille-2d/screen-output
@@ -0,0 +1,38 @@
+-----------------------------------------------------------------------------
+-- This is ASPECT, the Advanced Solver for Problems in Earth's ConvecTion.
+--     . running in DEBUG mode
+--     . running with 1 MPI process
+--     . using Trilinos
+-----------------------------------------------------------------------------
+
+Number of active cells: 16 (on 3 levels)
+Number of degrees of freedom: 268 (162+25+81)
+
+*** Timestep 0:  t=0 seconds
+   Solving temperature system... 11 iterations.
+   Rebuilding Stokes preconditioner...
+   Solving Stokes system... 20 iterations.
+
+   Postprocessing:
+     RMS, max velocity:    0.183 m/s, 0.249 m/s
+     Pressure min/avg/max: -2 Pa, 1.665e-15 Pa, 2 Pa
+
+Termination requested by criterion: end time
+
+
++---------------------------------------------+------------+------------+
+| Total wallclock time elapsed since start    |     0.185s |            |
+|                                             |            |            |
+| Section                         | no. calls |  wall time | % of total |
++---------------------------------+-----------+------------+------------+
+| Assemble Stokes system          |         1 |    0.0235s |        13% |
+| Assemble temperature system     |         1 |    0.0269s |        15% |
+| Build Stokes preconditioner     |         1 |    0.0244s |        13% |
+| Build temperature preconditioner|         1 |  0.000928s |       0.5% |
+| Solve Stokes system             |         1 |   0.00903s |       4.9% |
+| Solve temperature system        |         1 |    0.0011s |      0.59% |
+| Initialization                  |         2 |    0.0537s |        29% |
+| Postprocessing                  |         1 |   0.00364s |         2% |
+| Setup dof systems               |         1 |     0.019s |        10% |
++---------------------------------+-----------+------------+------------+
+



More information about the CIG-COMMITS mailing list