]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Doc update.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 26 Mar 2001 15:44:17 +0000 (15:44 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 26 Mar 2001 15:44:17 +0000 (15:44 +0000)
git-svn-id: https://svn.dealii.org/trunk@4290 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/fe/mapping_q.h

index df46c92778fe27b0507c8280c80ca9e96076504c..7b897388fa2a063442ebaa0f174c109b2d3e2204 100644 (file)
@@ -27,13 +27,11 @@ class LagrangeEquidistant;
 //      see upcoming paper.
 
 
+//TODO: more docs
 /**
- * Mapping class that uses Qp-mappings on boundary AND on inner
- * cells. The mapping shape functions make use of tensor product
- * polynomials with equidistant support points.
- *
- * Make sure elsewhere (e.g. in FEValues) that on inner cells only Q1
- * mappings are used.
+ * Mapping class that uses Qp-mappings on boundary cells. The mapping
+ * shape functions make use of tensor product polynomials with
+ * equidistant (on the unit cell) support points.
  *  
  * @author Ralf Hartmann, Guido Kanschat 2000, 2001
  */
@@ -180,13 +178,13 @@ class MappingQ : public MappingQ1<dim>
     };
 
                                     /**
-                                     * For @p{dim=2,3}. Append
-                                     * (appends) the support points
-                                     * of all shape functions located
-                                     * on bounding lines to the
-                                     * vector @p{a}. Points located
-                                     * on the line but on vertices
-                                     * are not included.
+                                     * For @p{dim=2,3}. Append the
+                                     * support points of all shape
+                                     * functions located on bounding
+                                     * lines to the vector
+                                     * @p{a}. Points located on the
+                                     * line but on vertices are not
+                                     * included.
                                      *
                                      * Needed by the
                                      * @p{compute_support_points_simple(laplace)}
@@ -203,8 +201,8 @@ class MappingQ : public MappingQ1<dim>
                                      * on the boundary.
                                      */
     virtual void
-    add_line_support_points (const Triangulation<dim>::cell_iterator &cell,
-                            std::vector<Point<dim> > &a) const;
+    add_line_support_points (const typename Triangulation<dim>::cell_iterator &cell,
+                            typename std::vector<Point<dim> > &a) const;
 
                                     /**
                                      * For @p{dim=3}. Append the
@@ -231,7 +229,7 @@ class MappingQ : public MappingQ1<dim>
                                      */
     virtual void
     add_quad_support_points(const typename Triangulation<dim>::cell_iterator &cell,
-                           std::vector<Point<dim> > &a) const;
+                           typename std::vector<Point<dim> > &a) const;
     
   private:
     

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.