[cig-commits] commit 2506 by heister to /var/svn/dealii/aspect

dealii.demon at gmail.com dealii.demon at gmail.com
Sun Apr 13 07:50:17 PDT 2014


Revision 2506

rewrapping comments

U   trunk/aspect/doc/modules/groups.h
U   trunk/aspect/doc/modules/main.h


http://www.dealii.org/websvn/revision.php?repname=Aspect+Repository&path=%2F&rev=2506&peg=2506

Diff:
Modified: trunk/aspect/doc/modules/groups.h
===================================================================
--- trunk/aspect/doc/modules/groups.h	2014-04-13 14:49:25 UTC (rev 2505)
+++ trunk/aspect/doc/modules/groups.h	2014-04-13 14:50:15 UTC (rev 2506)
@@ -1,5 +1,6 @@
 /**
- * @defgroup Simulator The main class implementing the mantle convection problem
+ * @defgroup Simulator The main class implementing the mantle convection
+ * problem
  *
  * This group contains the primary class implementing the mantle convection
  * problem as well as other things that may be directly related to it.
@@ -18,44 +19,43 @@
  * @defgroup MaterialModels Describing the properties of the fluid
  *
  * This group contains all classes, namespaces and functions that have to do
- * with modeling the fluid under consideration. This includes handling all input
- * parameters related to the material, as well as describing how density, viscosity,
- * and many other parameters depend on pressure, temperature, and/or position within
- * the fluid.
+ * with modeling the fluid under consideration. This includes handling all
+ * input parameters related to the material, as well as describing how
+ * density, viscosity, and many other parameters depend on pressure,
+ * temperature, and/or position within the fluid.
  */
 
 /**
  * @defgroup GeometryModels Describing the properties of the domain
  *
- * A module for the definition of properties of the geometry. This 
- * primarily includes the definition of the shape of the domain
- * (e.g. whether it is a full spherical shell, a quadrant/octant,
- * a description of the geoid, etc. The classes and functions of this
- * module also describe which kinds of boundary conditions hold on
- * the different parts of the boundary of the geometry.
+ * A module for the definition of properties of the geometry. This primarily
+ * includes the definition of the shape of the domain (e.g. whether it is a
+ * full spherical shell, a quadrant/octant, a description of the geoid, etc.
+ * The classes and functions of this module also describe which kinds of
+ * boundary conditions hold on the different parts of the boundary of the
+ * geometry.
  */
 
 /**
  * @defgroup GravityModels Describing the properties of the gravity
  *
- * A module for the definition of gravity. Gravity is described as
- * a class that provides a function that returns the gravity vector
- * direction and magnitude as a function of location. The module also
- * contains the various functions necessary to add different gravity
- * models that can then be selected in the input file.
+ * A module for the definition of gravity. Gravity is described as a class
+ * that provides a function that returns the gravity vector direction and
+ * magnitude as a function of location. The module also contains the various
+ * functions necessary to add different gravity models that can then be
+ * selected in the input file.
  */
 
 /**
  * @defgroup InitialConditionsModels Describing initial conditions
  *
- * A module for the definition of functions and classes that have to
- * do with initial conditions for the temperature and, if necessary,
- * other quantities.
+ * A module for the definition of functions and classes that have to do with
+ * initial conditions for the temperature and, if necessary, other quantities.
  */
 
 /**
  * @defgroup BoundaryTemperatures Describing temperature boundary conditions
  *
- * A module for the definition of functions and classes that have to
- * do with describing boundary values for the temperature.
+ * A module for the definition of functions and classes that have to do with
+ * describing boundary values for the temperature.
  */

Modified: trunk/aspect/doc/modules/main.h
===================================================================
--- trunk/aspect/doc/modules/main.h	2014-04-13 14:49:25 UTC (rev 2505)
+++ trunk/aspect/doc/modules/main.h	2014-04-13 14:50:15 UTC (rev 2506)
@@ -4,11 +4,11 @@
  * @image html mesh-2d-small.png
  *
  * This is the documentation of ASPECT, an Advanced Solver for Problems in
- * Earth's ConvecTion. The primary entry point to the documentation are
- * - the <a href="../manual.pdf">manual</a> for a broad overview;
- * - the <a href="modules.html">modules page</a> of this documentation for
- *   an overview of which classes belong together in functionality;
- * - the <a href="classes.html">classes page</a> for individual classes;
- * - the page of the aspect::Simulator class for the main class of this
- *   program that drives the overall algorithm.
+ * Earth's ConvecTion. The primary entry point to the documentation are - the
+ * <a href="../manual.pdf">manual</a> for a broad overview; - the <a
+ * href="modules.html">modules page</a> of this documentation for an overview
+ * of which classes belong together in functionality; - the <a
+ * href="classes.html">classes page</a> for individual classes; - the page of
+ * the aspect::Simulator class for the main class of this program that drives
+ * the overall algorithm.
  */


More information about the CIG-COMMITS mailing list