[cig-commits] [commit] master: Merge pull request #193 from bangerth/WDurkin-dynamic-topography-with-variable-viscosity-2 (1f5a0f8)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Tue Sep 2 06:25:19 PDT 2014


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

On branch  : master
Link       : https://github.com/geodynamics/aspect/compare/873dd16d28505a844f0bd2fbf0739b4f0af46bf9...1f5a0f8d775c6f634a16eb9599891cc7d60571e5

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

commit 1f5a0f8d775c6f634a16eb9599891cc7d60571e5
Merge: 873dd16 4640f75
Author: Timo Heister <timo.heister at gmail.com>
Date:   Tue Sep 2 09:25:24 2014 -0400

    Merge pull request #193 from bangerth/WDurkin-dynamic-topography-with-variable-viscosity-2
    
    Add a cookbook for a variable viscosity problem (crust with stagnant lid) with a free boundary.



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

1f5a0f8d775c6f634a16eb9599891cc7d60571e5
 .../free-surface-with-crust.prm}                   |  44 ++++++----
 .../free-surface-with-crust/plugin}/CMakeLists.txt |   4 +-
 .../plugin/simpler-with-crust.cc                   |  94 +++++++++++----------
 .../free_surface_with_crust/Topography.png         | Bin 0 -> 6741 bytes
 .../free-surface-wc.part1.prm                      |   1 +
 .../free-surface-wc.part1.prm.out                  |   1 +
 .../free-surface-wc.part2.prm                      |  17 ++++
 .../free-surface-wc.part2.prm.out                  |  17 ++++
 .../free_surface_with_crust/free-surfaceWC.png     | Bin 0 -> 14671 bytes
 doc/manual/manual.tex                              |  94 +++++++++++++++++++++
 doc/modules/changes.h                              |   6 ++
 11 files changed, 215 insertions(+), 63 deletions(-)

diff --cc doc/modules/changes.h
index 4d4206f,6941d7c..8a50d5e
--- a/doc/modules/changes.h
+++ b/doc/modules/changes.h
@@@ -6,13 -6,13 +6,19 @@@
   *
   *
   * <ol>
 + * <li> Fixed: When running in release mode and with user-defined libraries
 + * loaded, the deal.II solvers we use in ASPECT produced a lot more output
 + * than desired. This is now fixed.
 + * <br>
 + * (Wolfgang Bangerth, 2014/09/01)
 + *
   * <li> New: There is now a new section in the manual that documents running
+  * a free surface computation with a crust as a stagnant lid overlying a
+  * convecting mantle.
+  * <br>
+  * (William Durkin IV, Wolfgang Bangerth, 2014/09/01)
+  *
+  * <li> New: There is now a new section in the manual that documents running
   * the benchmarks proposed by Davies et al.
   * <br>
   * (William Durkin IV, Wolfgang Bangerth, 2014/08/29)



More information about the CIG-COMMITS mailing list