[cig-commits] [commit] master: Add testing output (1e65d29)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Mon May 19 15:13:36 PDT 2014


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

On branch  : master
Link       : https://github.com/geodynamics/aspect/compare/ed4caebc0ab942d8c7bc1a6a3ba70e37f93accde...dbe66e1b6d25d5ff21653c48f14f343e10ae69f4

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

commit 1e65d29096513e9a597b59813a3c6cd48fad5b1a
Author: ian-r-rose <ian.r.rose at gmail.com>
Date:   Mon May 19 13:58:14 2014 -0500

    Add testing output


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

1e65d29096513e9a597b59813a3c6cd48fad5b1a
 tests/multicomponent_arithmetic/screen-output      | 76 ++++++++++++++++++++++
 tests/multicomponent_arithmetic/statistics         | 17 +++++
 tests/multicomponent_geometric/screen-output       | 76 ++++++++++++++++++++++
 tests/multicomponent_geometric/statistics          | 17 +++++
 tests/multicomponent_harmonic/screen-output        | 76 ++++++++++++++++++++++
 tests/multicomponent_harmonic/statistics           | 17 +++++
 tests/multicomponent_max_composition/screen-output | 76 ++++++++++++++++++++++
 tests/multicomponent_max_composition/statistics    | 17 +++++
 8 files changed, 372 insertions(+)

diff --git a/tests/multicomponent_arithmetic/screen-output b/tests/multicomponent_arithmetic/screen-output
new file mode 100644
index 0000000..1dc45ae
--- /dev/null
+++ b/tests/multicomponent_arithmetic/screen-output
@@ -0,0 +1,76 @@
+-----------------------------------------------------------------------------
+-- 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: 4,096 (on 6 levels)
+Number of degrees of freedom: 104,487 (33,410+4,257+16,705+16,705+16,705+16,705)
+
+*** Timestep 0:  t=0 years
+   Solving temperature system... 0 iterations.
+   Solving composition system 1... 0 iterations.
+   Solving composition system 2... 0 iterations.
+   Solving composition system 3... 0 iterations.
+   Rebuilding Stokes preconditioner...
+   Solving Stokes system... 30+6 iterations.
+
+Number of active cells: 1,204 (on 7 levels)
+Number of degrees of freedom: 32,247 (10,306+1,329+5,153+5,153+5,153+5,153)
+
+*** Timestep 0:  t=0 years
+   Solving temperature system... 0 iterations.
+   Solving composition system 1... 0 iterations.
+   Solving composition system 2... 0 iterations.
+   Solving composition system 3... 0 iterations.
+   Rebuilding Stokes preconditioner...
+   Solving Stokes system... 30+6 iterations.
+
+   Postprocessing:
+     Writing graphical output: output-multicomponent_arithmetic/solution-00000
+
+*** Timestep 1:  t=59823.9 years
+   Solving temperature system... 10 iterations.
+   Solving composition system 1... 11 iterations.
+   Solving composition system 2... 15 iterations.
+   Solving composition system 3... 11 iterations.
+   Rebuilding Stokes preconditioner...
+   Solving Stokes system... 30+2 iterations.
+
+   Postprocessing:
+
+*** Timestep 2:  t=124411 years
+   Solving temperature system... 10 iterations.
+   Solving composition system 1... 11 iterations.
+   Solving composition system 2... 11 iterations.
+   Solving composition system 3... 10 iterations.
+   Rebuilding Stokes preconditioner...
+   Solving Stokes system... 30+3 iterations.
+
+   Postprocessing:
+
+Termination requested by criterion: end step
+
+
++---------------------------------------------+------------+------------+
+| Total wallclock time elapsed since start    |      11.6s |            |
+|                                             |            |            |
+| Section                         | no. calls |  wall time | % of total |
++---------------------------------+-----------+------------+------------+
+| Assemble Stokes system          |         4 |      2.79s |        24% |
+| Assemble composition system     |        12 |      1.78s |        15% |
+| Assemble temperature system     |         4 |     0.731s |       6.3% |
+| Build Stokes preconditioner     |         4 |      2.74s |        24% |
+| Build composition preconditioner|        12 |     0.102s |      0.88% |
+| Build temperature preconditioner|         4 |    0.0329s |      0.28% |
+| Solve Stokes system             |         4 |      1.39s |        12% |
+| Solve composition system        |        12 |     0.055s |      0.48% |
+| Solve temperature system        |         4 |    0.0158s |      0.14% |
+| Initialization                  |         3 |     0.139s |       1.2% |
+| Postprocessing                  |         3 |      0.11s |      0.95% |
+| Refine mesh structure, part 1   |         1 |     0.714s |       6.2% |
+| Refine mesh structure, part 2   |         1 |   0.00474s |     0.041% |
+| Setup dof systems               |         2 |     0.802s |       6.9% |
++---------------------------------+-----------+------------+------------+
+
diff --git a/tests/multicomponent_arithmetic/statistics b/tests/multicomponent_arithmetic/statistics
new file mode 100644
index 0000000..0f0474b
--- /dev/null
+++ b/tests/multicomponent_arithmetic/statistics
@@ -0,0 +1,17 @@
+# 1: Time step number
+# 2: Time (years)
+# 3: Number of mesh cells
+# 4: Number of Stokes degrees of freedom
+# 5: Number of temperature degrees of freedom
+# 6: Number of composition degrees of freedom
+# 7: Iterations for temperature solver
+# 8: Iterations for composition solver 1
+# 9: Iterations for composition solver 2
+# 10: Iterations for composition solver 3
+# 11: Iterations for Stokes solver
+# 12: Time step size (years)
+# 13: Visualization file name
+0 0.0000e+00 4096 37667 16705 16705  0  0  0  0 36 1.1944e+05                                              "" 
+0 0.0000e+00 1204 11635  5153  5153  0  0  0  0 36 5.9824e+04 output-multicomponent_arithmetic/solution-00000 
+1 5.9824e+04 1204 11635  5153  5153 10 11 15 11 32 6.4588e+04                                              "" 
+2 1.2441e+05 1204 11635  5153  5153 10 11 11 10 33 6.6786e+04                                              "" 
diff --git a/tests/multicomponent_geometric/screen-output b/tests/multicomponent_geometric/screen-output
new file mode 100644
index 0000000..9acfd96
--- /dev/null
+++ b/tests/multicomponent_geometric/screen-output
@@ -0,0 +1,76 @@
+-----------------------------------------------------------------------------
+-- 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: 4,096 (on 6 levels)
+Number of degrees of freedom: 104,487 (33,410+4,257+16,705+16,705+16,705+16,705)
+
+*** Timestep 0:  t=0 years
+   Solving temperature system... 0 iterations.
+   Solving composition system 1... 0 iterations.
+   Solving composition system 2... 0 iterations.
+   Solving composition system 3... 0 iterations.
+   Rebuilding Stokes preconditioner...
+   Solving Stokes system... 30+6 iterations.
+
+Number of active cells: 1,204 (on 7 levels)
+Number of degrees of freedom: 32,247 (10,306+1,329+5,153+5,153+5,153+5,153)
+
+*** Timestep 0:  t=0 years
+   Solving temperature system... 0 iterations.
+   Solving composition system 1... 0 iterations.
+   Solving composition system 2... 0 iterations.
+   Solving composition system 3... 0 iterations.
+   Rebuilding Stokes preconditioner...
+   Solving Stokes system... 30+5 iterations.
+
+   Postprocessing:
+     Writing graphical output: output-multicomponent_geometric/solution-00000
+
+*** Timestep 1:  t=58641.8 years
+   Solving temperature system... 10 iterations.
+   Solving composition system 1... 11 iterations.
+   Solving composition system 2... 15 iterations.
+   Solving composition system 3... 11 iterations.
+   Rebuilding Stokes preconditioner...
+   Solving Stokes system... 30+1 iterations.
+
+   Postprocessing:
+
+*** Timestep 2:  t=117664 years
+   Solving temperature system... 10 iterations.
+   Solving composition system 1... 11 iterations.
+   Solving composition system 2... 11 iterations.
+   Solving composition system 3... 10 iterations.
+   Rebuilding Stokes preconditioner...
+   Solving Stokes system... 30+1 iterations.
+
+   Postprocessing:
+
+Termination requested by criterion: end step
+
+
++---------------------------------------------+------------+------------+
+| Total wallclock time elapsed since start    |      11.4s |            |
+|                                             |            |            |
+| Section                         | no. calls |  wall time | % of total |
++---------------------------------+-----------+------------+------------+
+| Assemble Stokes system          |         4 |      2.79s |        24% |
+| Assemble composition system     |        12 |      1.78s |        16% |
+| Assemble temperature system     |         4 |     0.743s |       6.5% |
+| Build Stokes preconditioner     |         4 |      2.74s |        24% |
+| Build composition preconditioner|        12 |     0.102s |      0.89% |
+| Build temperature preconditioner|         4 |    0.0335s |      0.29% |
+| Solve Stokes system             |         4 |      1.25s |        11% |
+| Solve composition system        |        12 |    0.0548s |      0.48% |
+| Solve temperature system        |         4 |    0.0157s |      0.14% |
+| Initialization                  |         3 |     0.138s |       1.2% |
+| Postprocessing                  |         3 |     0.111s |      0.97% |
+| Refine mesh structure, part 1   |         1 |      0.71s |       6.2% |
+| Refine mesh structure, part 2   |         1 |   0.00476s |     0.042% |
+| Setup dof systems               |         2 |     0.804s |         7% |
++---------------------------------+-----------+------------+------------+
+
diff --git a/tests/multicomponent_geometric/statistics b/tests/multicomponent_geometric/statistics
new file mode 100644
index 0000000..1d0e136
--- /dev/null
+++ b/tests/multicomponent_geometric/statistics
@@ -0,0 +1,17 @@
+# 1: Time step number
+# 2: Time (years)
+# 3: Number of mesh cells
+# 4: Number of Stokes degrees of freedom
+# 5: Number of temperature degrees of freedom
+# 6: Number of composition degrees of freedom
+# 7: Iterations for temperature solver
+# 8: Iterations for composition solver 1
+# 9: Iterations for composition solver 2
+# 10: Iterations for composition solver 3
+# 11: Iterations for Stokes solver
+# 12: Time step size (years)
+# 13: Visualization file name
+0 0.0000e+00 4096 37667 16705 16705  0  0  0  0 36 1.1699e+05                                             "" 
+0 0.0000e+00 1204 11635  5153  5153  0  0  0  0 35 5.8642e+04 output-multicomponent_geometric/solution-00000 
+1 5.8642e+04 1204 11635  5153  5153 10 11 15 11 31 5.9022e+04                                             "" 
+2 1.1766e+05 1204 11635  5153  5153 10 11 11 10 31 5.9836e+04                                             "" 
diff --git a/tests/multicomponent_harmonic/screen-output b/tests/multicomponent_harmonic/screen-output
new file mode 100644
index 0000000..da27f87
--- /dev/null
+++ b/tests/multicomponent_harmonic/screen-output
@@ -0,0 +1,76 @@
+-----------------------------------------------------------------------------
+-- 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: 4,096 (on 6 levels)
+Number of degrees of freedom: 104,487 (33,410+4,257+16,705+16,705+16,705+16,705)
+
+*** Timestep 0:  t=0 years
+   Solving temperature system... 0 iterations.
+   Solving composition system 1... 0 iterations.
+   Solving composition system 2... 0 iterations.
+   Solving composition system 3... 0 iterations.
+   Rebuilding Stokes preconditioner...
+   Solving Stokes system... 30+6 iterations.
+
+Number of active cells: 1,204 (on 7 levels)
+Number of degrees of freedom: 32,247 (10,306+1,329+5,153+5,153+5,153+5,153)
+
+*** Timestep 0:  t=0 years
+   Solving temperature system... 0 iterations.
+   Solving composition system 1... 0 iterations.
+   Solving composition system 2... 0 iterations.
+   Solving composition system 3... 0 iterations.
+   Rebuilding Stokes preconditioner...
+   Solving Stokes system... 30+5 iterations.
+
+   Postprocessing:
+     Writing graphical output: output-multicomponent_harmonic/solution-00000
+
+*** Timestep 1:  t=56884.3 years
+   Solving temperature system... 10 iterations.
+   Solving composition system 1... 11 iterations.
+   Solving composition system 2... 14 iterations.
+   Solving composition system 3... 11 iterations.
+   Rebuilding Stokes preconditioner...
+   Solving Stokes system... 30+1 iterations.
+
+   Postprocessing:
+
+*** Timestep 2:  t=112724 years
+   Solving temperature system... 10 iterations.
+   Solving composition system 1... 11 iterations.
+   Solving composition system 2... 11 iterations.
+   Solving composition system 3... 10 iterations.
+   Rebuilding Stokes preconditioner...
+   Solving Stokes system... 30+1 iterations.
+
+   Postprocessing:
+
+Termination requested by criterion: end step
+
+
++---------------------------------------------+------------+------------+
+| Total wallclock time elapsed since start    |      11.5s |            |
+|                                             |            |            |
+| Section                         | no. calls |  wall time | % of total |
++---------------------------------+-----------+------------+------------+
+| Assemble Stokes system          |         4 |      2.76s |        24% |
+| Assemble composition system     |        12 |      1.77s |        15% |
+| Assemble temperature system     |         4 |     0.732s |       6.3% |
+| Build Stokes preconditioner     |         4 |      2.74s |        24% |
+| Build composition preconditioner|        12 |     0.103s |      0.89% |
+| Build temperature preconditioner|         4 |    0.0329s |      0.29% |
+| Solve Stokes system             |         4 |      1.41s |        12% |
+| Solve composition system        |        12 |     0.054s |      0.47% |
+| Solve temperature system        |         4 |    0.0159s |      0.14% |
+| Initialization                  |         3 |     0.141s |       1.2% |
+| Postprocessing                  |         3 |     0.111s |      0.96% |
+| Refine mesh structure, part 1   |         1 |     0.705s |       6.1% |
+| Refine mesh structure, part 2   |         1 |   0.00477s |     0.041% |
+| Setup dof systems               |         2 |     0.807s |         7% |
++---------------------------------+-----------+------------+------------+
+
diff --git a/tests/multicomponent_harmonic/statistics b/tests/multicomponent_harmonic/statistics
new file mode 100644
index 0000000..4df0510
--- /dev/null
+++ b/tests/multicomponent_harmonic/statistics
@@ -0,0 +1,17 @@
+# 1: Time step number
+# 2: Time (years)
+# 3: Number of mesh cells
+# 4: Number of Stokes degrees of freedom
+# 5: Number of temperature degrees of freedom
+# 6: Number of composition degrees of freedom
+# 7: Iterations for temperature solver
+# 8: Iterations for composition solver 1
+# 9: Iterations for composition solver 2
+# 10: Iterations for composition solver 3
+# 11: Iterations for Stokes solver
+# 12: Time step size (years)
+# 13: Visualization file name
+0 0.0000e+00 4096 37667 16705 16705  0  0  0  0 36 1.1342e+05                                            "" 
+0 0.0000e+00 1204 11635  5153  5153  0  0  0  0 35 5.6884e+04 output-multicomponent_harmonic/solution-00000 
+1 5.6884e+04 1204 11635  5153  5153 10 11 14 11 31 5.5840e+04                                            "" 
+2 1.1272e+05 1204 11635  5153  5153 10 11 11 10 31 5.5534e+04                                            "" 
diff --git a/tests/multicomponent_max_composition/screen-output b/tests/multicomponent_max_composition/screen-output
new file mode 100644
index 0000000..5aabd47
--- /dev/null
+++ b/tests/multicomponent_max_composition/screen-output
@@ -0,0 +1,76 @@
+-----------------------------------------------------------------------------
+-- 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: 4,096 (on 6 levels)
+Number of degrees of freedom: 104,487 (33,410+4,257+16,705+16,705+16,705+16,705)
+
+*** Timestep 0:  t=0 years
+   Solving temperature system... 0 iterations.
+   Solving composition system 1... 0 iterations.
+   Solving composition system 2... 0 iterations.
+   Solving composition system 3... 0 iterations.
+   Rebuilding Stokes preconditioner...
+   Solving Stokes system... 30+8 iterations.
+
+Number of active cells: 1,204 (on 7 levels)
+Number of degrees of freedom: 32,247 (10,306+1,329+5,153+5,153+5,153+5,153)
+
+*** Timestep 0:  t=0 years
+   Solving temperature system... 0 iterations.
+   Solving composition system 1... 0 iterations.
+   Solving composition system 2... 0 iterations.
+   Solving composition system 3... 0 iterations.
+   Rebuilding Stokes preconditioner...
+   Solving Stokes system... 30+7 iterations.
+
+   Postprocessing:
+     Writing graphical output: output-multicomponent_max_composition/solution-00000
+
+*** Timestep 1:  t=58762.5 years
+   Solving temperature system... 10 iterations.
+   Solving composition system 1... 11 iterations.
+   Solving composition system 2... 15 iterations.
+   Solving composition system 3... 11 iterations.
+   Rebuilding Stokes preconditioner...
+   Solving Stokes system... 30+5 iterations.
+
+   Postprocessing:
+
+*** Timestep 2:  t=117428 years
+   Solving temperature system... 10 iterations.
+   Solving composition system 1... 11 iterations.
+   Solving composition system 2... 11 iterations.
+   Solving composition system 3... 10 iterations.
+   Rebuilding Stokes preconditioner...
+   Solving Stokes system... 30+4 iterations.
+
+   Postprocessing:
+
+Termination requested by criterion: end step
+
+
++---------------------------------------------+------------+------------+
+| Total wallclock time elapsed since start    |      11.9s |            |
+|                                             |            |            |
+| Section                         | no. calls |  wall time | % of total |
++---------------------------------+-----------+------------+------------+
+| Assemble Stokes system          |         4 |      2.76s |        23% |
+| Assemble composition system     |        12 |      1.76s |        15% |
+| Assemble temperature system     |         4 |      0.73s |       6.1% |
+| Build Stokes preconditioner     |         4 |      2.75s |        23% |
+| Build composition preconditioner|        12 |     0.102s |      0.86% |
+| Build temperature preconditioner|         4 |    0.0332s |      0.28% |
+| Solve Stokes system             |         4 |      1.77s |        15% |
+| Solve composition system        |        12 |    0.0547s |      0.46% |
+| Solve temperature system        |         4 |    0.0161s |      0.14% |
+| Initialization                  |         3 |     0.141s |       1.2% |
+| Postprocessing                  |         3 |      0.11s |      0.93% |
+| Refine mesh structure, part 1   |         1 |     0.716s |         6% |
+| Refine mesh structure, part 2   |         1 |   0.00482s |      0.04% |
+| Setup dof systems               |         2 |     0.806s |       6.8% |
++---------------------------------+-----------+------------+------------+
+
diff --git a/tests/multicomponent_max_composition/statistics b/tests/multicomponent_max_composition/statistics
new file mode 100644
index 0000000..1b38924
--- /dev/null
+++ b/tests/multicomponent_max_composition/statistics
@@ -0,0 +1,17 @@
+# 1: Time step number
+# 2: Time (years)
+# 3: Number of mesh cells
+# 4: Number of Stokes degrees of freedom
+# 5: Number of temperature degrees of freedom
+# 6: Number of composition degrees of freedom
+# 7: Iterations for temperature solver
+# 8: Iterations for composition solver 1
+# 9: Iterations for composition solver 2
+# 10: Iterations for composition solver 3
+# 11: Iterations for Stokes solver
+# 12: Time step size (years)
+# 13: Visualization file name
+0 0.0000e+00 4096 37667 16705 16705  0  0  0  0 38 1.1691e+05                                                   "" 
+0 0.0000e+00 1204 11635  5153  5153  0  0  0  0 37 5.8762e+04 output-multicomponent_max_composition/solution-00000 
+1 5.8762e+04 1204 11635  5153  5153 10 11 15 11 35 5.8665e+04                                                   "" 
+2 1.1743e+05 1204 11635  5153  5153 10 11 11 10 34 5.8398e+04                                                   "" 



More information about the CIG-COMMITS mailing list