[cig-commits] [commit] master: Document the parameter better. (5bc1d43)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Mon Aug 4 14:45:34 PDT 2014


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

On branch  : master
Link       : https://github.com/geodynamics/aspect/compare/3811725812cafa918bbabc2515f52af7857aad31...9a8086507e7ed22ed2a4d13771930e4ae6bc3a7d

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

commit 5bc1d43866eecd3146285732e53fd6d7c5b37ba2
Author: Wolfgang Bangerth <bangerth at math.tamu.edu>
Date:   Thu Jul 31 04:15:34 2014 -0500

    Document the parameter better.


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

5bc1d43866eecd3146285732e53fd6d7c5b37ba2
 source/geometry_model/spherical_shell.cc | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/source/geometry_model/spherical_shell.cc b/source/geometry_model/spherical_shell.cc
index 4b4edf8..f3e5e03 100644
--- a/source/geometry_model/spherical_shell.cc
+++ b/source/geometry_model/spherical_shell.cc
@@ -67,7 +67,8 @@ namespace aspect
           GridGenerator::half_hyper_shell (coarse_grid,
                                            Point<dim>(),
                                            R0,
-                                           R1,0,
+                                           R1,
+					   0,
                                            true);
         }
       else
@@ -212,7 +213,10 @@ namespace aspect
 			     "in 3d are 0 (let this class choose), 6, 12 and 96. "
 			     "Other possible values may be discussed in the documentation "
 			     "of the deal.II function GridGenerator::hyper_shell. "
-			     "The parameter is best left at its default in 3d.");
+			     "The parameter is best left at its default in 3d."
+			     "\n\n"
+			     "In either case, this parameter is ignored unless the opening "
+			     "angle of the domain is 360 degrees.");
         }
         prm.leave_subsection();
       }



More information about the CIG-COMMITS mailing list