[cig-commits] [commit] master: fix test output (f0e159e)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Mon May 19 20:14:46 PDT 2014


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

On branch  : master
Link       : https://github.com/geodynamics/aspect/compare/76d4275352ef2cae5de9a073acd1c03a92c2670c...4f3d06fd1f3754419813db37ec9ef7f0f6f3cb15

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

commit f0e159e478b3e4cdcbd1ae1ca69b48c21994b242
Author: Timo Heister <timo.heister at gmail.com>
Date:   Mon May 19 23:11:05 2014 -0400

    fix test output


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

f0e159e478b3e4cdcbd1ae1ca69b48c21994b242
 tests/direct_solver_1/screen-output | 26 ++++++++++++++++++--------
 1 file changed, 18 insertions(+), 8 deletions(-)

diff --git a/tests/direct_solver_1/screen-output b/tests/direct_solver_1/screen-output
index c97de0b..111c209 100644
--- a/tests/direct_solver_1/screen-output
+++ b/tests/direct_solver_1/screen-output
@@ -10,60 +10,70 @@ Number of degrees of freedom: 13,764 (9,539+4,225)
 
 *** Timestep 0:  t=0 seconds
    Solving temperature system... 0 iterations.
+   Solving Stokes system... done.
 
    Postprocessing:
      Writing graphical output: output-direct_solver_1/solution-00000
 
 *** Timestep 1:  t=7.26222e+14 seconds
    Solving temperature system... 177 iterations.
+   Solving Stokes system... done.
 
    Postprocessing:
      Writing graphical output: output-direct_solver_1/solution-00001
 
 *** Timestep 2:  t=1.4246e+15 seconds
    Solving temperature system... 20 iterations.
+   Solving Stokes system... done.
 
    Postprocessing:
      Writing graphical output: output-direct_solver_1/solution-00002
 
 *** Timestep 3:  t=2.11579e+15 seconds
    Solving temperature system... 18 iterations.
+   Solving Stokes system... done.
 
    Postprocessing:
      Writing graphical output: output-direct_solver_1/solution-00003
 
 *** Timestep 4:  t=2.79859e+15 seconds
    Solving temperature system... 19 iterations.
+   Solving Stokes system... done.
 
    Postprocessing:
      Writing graphical output: output-direct_solver_1/solution-00004
 
 *** Timestep 5:  t=3.48103e+15 seconds
    Solving temperature system... 17 iterations.
+   Solving Stokes system... done.
 
    Postprocessing:
      Writing graphical output: output-direct_solver_1/solution-00005
 
 *** Timestep 6:  t=4.16434e+15 seconds
    Solving temperature system... 18 iterations.
+   Solving Stokes system... done.
 
    Postprocessing:
      Writing graphical output: output-direct_solver_1/solution-00006
 
 *** Timestep 7:  t=4.85169e+15 seconds
    Solving temperature system... 16 iterations.
+   Solving Stokes system... done.
 
    Postprocessing:
      Writing graphical output: output-direct_solver_1/solution-00007
 
 *** Timestep 8:  t=5.54591e+15 seconds
    Solving temperature system... 17 iterations.
+   Solving Stokes system... done.
 
    Postprocessing:
      Writing graphical output: output-direct_solver_1/solution-00008
 
 *** Timestep 9:  t=6e+15 seconds
    Solving temperature system... 13 iterations.
+   Solving Stokes system... done.
 
    Postprocessing:
      Writing graphical output: output-direct_solver_1/solution-00009
@@ -72,17 +82,17 @@ Termination requested by criterion: end time
 
 
 +---------------------------------------------+------------+------------+
-| Total wallclock time elapsed since start    |      5.58s |            |
+| Total wallclock time elapsed since start    |      5.59s |            |
 |                                             |            |            |
 | Section                         | no. calls |  wall time | % of total |
 +---------------------------------+-----------+------------+------------+
-| Assemble Stokes system          |        10 |      1.64s |        29% |
-| Assemble temperature system     |        10 |       1.2s |        22% |
-| Build temperature preconditioner|        10 |    0.0827s |       1.5% |
-| Solve Stokes system             |        10 |      1.39s |        25% |
+| Assemble Stokes system          |        10 |      1.66s |        30% |
+| Assemble temperature system     |        10 |      1.21s |        22% |
+| Build temperature preconditioner|        10 |    0.0834s |       1.5% |
+| Solve Stokes system             |        10 |       1.4s |        25% |
 | Solve temperature system        |        10 |     0.143s |       2.6% |
-| Initialization                  |         2 |    0.0294s |      0.53% |
-| Postprocessing                  |        10 |       0.7s |        13% |
-| Setup dof systems               |         1 |     0.087s |       1.6% |
+| Initialization                  |         2 |    0.0307s |      0.55% |
+| Postprocessing                  |        10 |     0.711s |        13% |
+| Setup dof systems               |         1 |    0.0861s |       1.5% |
 +---------------------------------+-----------+------------+------------+
 



More information about the CIG-COMMITS mailing list