]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Update documentation in a few other places as well. 1182/head
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 26 Jul 2015 17:36:56 +0000 (12:36 -0500)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 26 Jul 2015 18:17:42 +0000 (13:17 -0500)
include/deal.II/fe/mapping.h

index 226975c8ca1286f432256180b2b707b94e166d3a..0a36001010fb921006153b2f40ec62c8ef694026 100644 (file)
@@ -667,7 +667,8 @@ private:
 
   /**
    * Prepare internal data structures and fill in values independent of the
-   * cell.
+   * cell. See the documentation of Mapping::InternalDataBase for more
+   * information on the purpose of this function.
    */
   virtual InternalDataBase *
   get_data (const UpdateFlags,
@@ -675,7 +676,9 @@ private:
 
   /**
    * Prepare internal data structure for transformation of faces and fill in
-   * values independent of the cell.
+   * values independent of the cell. See the documentation of
+   * Mapping::InternalDataBase for more
+   * information on the purpose of this function.
    */
   virtual InternalDataBase *
   get_face_data (const UpdateFlags flags,
@@ -683,7 +686,9 @@ private:
 
   /**
    * Prepare internal data structure for transformation of children of faces
-   * and fill in values independent of the cell.
+   * and fill in values independent of the cell. See the documentation
+   * of Mapping::InternalDataBase for more
+   * information on the purpose of this function.
    */
   virtual InternalDataBase *
   get_subface_data (const UpdateFlags flags,

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.