]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Provide some cross-references to the new step-53.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 28 Aug 2014 15:59:45 +0000 (10:59 -0500)
committerMatthias Maier <tamiko@kyomu.43-1.org>
Tue, 2 Sep 2014 08:13:25 +0000 (10:13 +0200)
doc/doxygen/tutorial/tutorial.h.in
include/deal.II/base/function.h
include/deal.II/base/function_lib.h
include/deal.II/grid/grid_tools.h
include/deal.II/grid/manifold.h

index 6d6224ab40a1b78ab153bd79643636cfeec8339a..9383cdd1e5072ff39a1d66db05ac605b568e19c0 100644 (file)
  *
  *   <tr valign="top">
  *       <td>step-51</td>
- *       <td> Solving the convection-diffusion equation with a hyrbidizable
+ *       <td> Solving the convection-diffusion equation with a hybridizable
  *       discontinuous Galerkin method using face elements.
  *       </td></tr>
+ *
+ *   <tr valign="top">
+ *       <td>step-53</td>
+ *       <td> Describing the geometry of complex domains and curved boundaries.
+ *       </td></tr>
  * </table>
  *
  * <a name="topic"></a>
  *     <td>
  *       step-32,
  *       step-34,
- *       step-38
+ *       step-38,
+ *       step-53
  *     </td>
  *   </tr>
  *
  *   </tr>
  *
  *   <tr valign="top">
- *     <td> Advanced meshes
+ *     <td> Advanced meshes and geometries
  *     </td>
  *     <td>
- *       step-49
+ *       step-49,
+ *       step-53
  *     </td>
  *   </tr>
  *
index 77294fdabdb83ca812b2c454f9d26a62af481e8d..d0e95ce4df133a8500eeb7699b4bd11a5d189278 100644 (file)
@@ -528,9 +528,10 @@ protected:
  * like VectorTools::interpolate_boundary_values() etc., and thereby allows
  * for simpler experimenting without having to write all the boiler plate
  * code of declaring a class that is derived from Function and implementing
- * the Function::value() function.
+ * the Function::value() function. An example of this is given in the results
+ * section of step-53.
  *
- * The class gains additional expressvive power because the argument it
+ * The class gains additional expressive power because the argument it
  * takes does not have to be a pointer to an actual function. Rather, it is
  * a function object, i.e., it can also be the result of call to std::bind
  * (or boost::bind) or some other object that can be called with a single
index a12fe26aa9e77d9faf4baf143aff71031ab9ee4e..ded125282d0a19c37a4ec5ac4fc4beccd7ff41d0 100644 (file)
@@ -1208,6 +1208,9 @@ namespace Functions
    * box since it frequently happens that a point lies just outside the box
    * by an amount on the order of numerical roundoff.)
    *
+   * @note The use of the related class InterpolatedUniformGridData
+   * is discussed in step-53.
+   *
    * @author Wolfgang Bangerth, 2013
    */
   template <int dim>
@@ -1291,6 +1294,8 @@ namespace Functions
    * box since it frequently happens that a point lies just outside the box
    * by an amount on the order of numerical roundoff.)
    *
+   * @note The use of this class is discussed in step-53.
+   *
    * @author Wolfgang Bangerth, 2013
    */
   template <int dim>
index 322d0c0a38cf8955bd25ca18087a668a1ce96100..80c7282f52a00f774f044bcd6c8ce09d2904a84c 100644 (file)
@@ -233,7 +233,7 @@ namespace GridTools
    *
    * This function is used in the
    * "Possibilities for extensions" section
-   * of step-38. It is also used in step-49.
+   * of step-38. It is also used in step-49 and step-53.
    */
   template <int dim, typename Transformation, int spacedim>
   void transform (const Transformation        &transformation,
index e1b10aab797d42af96bc74d262f1dd94cf11f122..02dd9db50d39d7c28dc217995e79477cda7067cf 100644 (file)
@@ -348,8 +348,8 @@ private:
  *   Manifold<dim,spacedim> and is used in an object of type
  *   Triangulation<dim,spacedim>:  It specializes a Manifold of
  *   dimension chartdim embedded in a manifold of dimension spacedim,
- *   for which you have explicit pull_back and push_forward
- *   transformations.
+ *   for which you have explicit pull_back() and push_forward()
+ *   transformations. Its use is explained in great detail in step-53.
  *
  *   This is a helper class which is useful when you have an explicit
  *   map from an Euclidean space of dimension chartdim to an Euclidean

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.