]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Doc update
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 27 Jul 1998 22:13:23 +0000 (22:13 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 27 Jul 1998 22:13:23 +0000 (22:13 +0000)
git-svn-id: https://svn.dealii.org/trunk@459 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/fe/fe_lib.lagrange.h
deal.II/deal.II/include/grid/tria_accessor.h

index 22da61caf836a490d116866c060d6b53f38307aa..d9de1542569c5a6e2b9f297cc7a4865a99266f72 100644 (file)
@@ -84,6 +84,8 @@ class FELinear : public FELinearMapping<dim> {
  * Define a (bi-, tri-, etc)quadratic finite element in #dim# space dimensions.
  * A linear (subparametric) mapping from the unit cell
  * to the real cell is implemented.
+ *
+ * @author Wolfgang Bangerth, 1998
  */
 template <int dim>
 class FEQuadraticSub : public FELinearMapping<dim> {
@@ -164,6 +166,8 @@ class FEQuadraticSub : public FELinearMapping<dim> {
  * Note the reverse ordering of degrees of freedom on the left and upper
  * line and the counterclockwise numbering of the interior degrees of
  * freedom.
+ *
+ * @author Wolfgang Bangerth, 1998
  */
 template <int dim>
 class FECubicSub : public FELinearMapping<dim> {
@@ -245,6 +249,8 @@ class FECubicSub : public FELinearMapping<dim> {
  * Note the reverse ordering of degrees of freedom on the left and upper
  * line and the numbering of the interior degrees of
  * freedom.
+ *
+ * @author Wolfgang Bangerth, 1998
  */
 template <int dim>
 class FEQuarticSub : public FELinearMapping<dim> {
index 9ae2a286172b4720d95bab7287c8af0898a15f93..d0ad8412390743d595c7178ac8fdb0c726e59a78 100644 (file)
@@ -345,7 +345,13 @@ class LineAccessor :  public TriaAccessor<dim> {
 
                                     /**
                                      * Access the value of the user pointer
-                                     * of this line.
+                                     * of this line. It is in the
+                                     * responsibility of the user to make
+                                     * sure that the pointer points to
+                                     * something useful. You should use the
+                                     * new style cast operator to maintain
+                                     * a minimum of typesafety, e.g.
+                                     * #A *a=static_cast<A*>(cell->user_pointer());#.
                                      */
     void * user_pointer () const;
     
@@ -605,7 +611,13 @@ class QuadAccessor :  public TriaAccessor<dim> {
 
                                     /**
                                      * Access the value of the user pointer
-                                     * of this line.
+                                     * of this line. It is in the
+                                     * responsibility of the user to make
+                                     * sure that the pointer points to
+                                     * something useful. You should use the
+                                     * new style cast operator to maintain
+                                     * a minimum of typesafety, e.g.
+                                     * #A *a=static_cast<A*>(cell->user_pointer());#.
                                      */
     void * user_pointer () const;
 

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.