[cig-commits] [commit] master: cleanup Inclusion comments (6a91d0d)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed May 21 04:24:34 PDT 2014


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

On branch  : master
Link       : https://github.com/geodynamics/aspect/compare/c883fc069e0dcc93cce45e1d52c84c05c9c4385b...1f4ab820b0191d9a4058b78c91b629bc94c437ec

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

commit 6a91d0d39fc48cb9f3a217a5e409e1014989603d
Author: Timo Heister <timo.heister at gmail.com>
Date:   Tue May 20 17:37:00 2014 -0400

    cleanup Inclusion comments


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

6a91d0d39fc48cb9f3a217a5e409e1014989603d
 benchmark/inclusion/inclusion.cc | 41 +++++++++++++++++++---------------------
 1 file changed, 19 insertions(+), 22 deletions(-)

diff --git a/benchmark/inclusion/inclusion.cc b/benchmark/inclusion/inclusion.cc
index 660e997..c5f15e7 100644
--- a/benchmark/inclusion/inclusion.cc
+++ b/benchmark/inclusion/inclusion.cc
@@ -11,8 +11,25 @@
 #include <deal.II/numerics/vector_tools.h>
 
 
+
 namespace aspect
 {
+  /**
+   * This is the "Pure shear/Inclusion" benchmark defined in the following paper:
+   * @code
+   *  @Article{DMGT11,
+   *    author =       {T. Duretz and D. A. May and T. V. Gerya and P. J. Tackley},
+   *    title =        {Discretization errors and free surface stabilization in the
+   *                  finite difference and marker-in-cell method for applied
+   *                  geodynamics: {A} numerical study},
+   *    journal =      {Geochemistry Geophysics Geosystems},
+   *    year =         2011,
+   *    volume =       12,
+   *    pages =        {Q07004/1--26}}
+   * @endcode
+   *
+   * The results are published in Kronbichler, Heister and Bangerth paper.
+   */
   namespace InclusionBenchmark
   {
     using namespace dealii;
@@ -132,9 +149,6 @@ namespace aspect
 
 
     /**
-     * A material model that describes the "Pure shear/Inclusion" benchmark
-     * of the paper cited in the documentation of the DuretzEtAl namespace.
-     *
      * @note This benchmark only talks about the flow field, not about a
      * temperature field. All quantities related to the temperature are
      * therefore set to zero in the implementation of this class.
@@ -492,27 +506,10 @@ namespace aspect
 
 
     /**
-      * A postprocessor that evaluates the accuracy of the solution of the
-      * aspect::MaterialModel::DuretzEtAl::Inclusion material models.
+      * A postprocessor that evaluates the accuracy of the solution.
       *
       * The implementation of error evaluators that correspond to the
-      * benchmarks defined in the following paper:
-      * @code
-      *  @Article{DMGT11,
-      *    author =       {T. Duretz and D. A. May and T. V. Gerya and P. J. Tackley},
-      *    title =        {Discretization errors and free surface stabilization in the
-      *                  finite difference and marker-in-cell method for applied
-      *                  geodynamics: {A} numerical study},
-      *    journal =      {Geochemistry Geophysics Geosystems},
-      *    year =         2011,
-      *    volume =       12,
-      *    pages =        {Q07004/1--26}}
-      * @endcode
-      *
-      * @note While this paper summarizes the benchmarks used here, some of the
-      * benchmarks actually originate in earlier papers. For the original
-      * references, see the bibliography of the paper above.
-      * @ingroup Postprocessing
+      * benchmarks defined in the paper Duretz et al. reference above.
       */
     template <int dim>
     class InclusionPostprocessor : public Postprocess::Interface<dim>, public ::aspect::SimulatorAccess<dim>



More information about the CIG-COMMITS mailing list