]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Avoid referencing the removed function compute_support_points. 5350/head
authorDavid Wells <wellsd2@rpi.edu>
Sat, 28 Oct 2017 19:49:03 +0000 (15:49 -0400)
committerDavid Wells <wellsd2@rpi.edu>
Sun, 29 Oct 2017 19:38:25 +0000 (15:38 -0400)
include/deal.II/fe/mapping_c1.h
include/deal.II/fe/mapping_q_generic.h

index bc43f897c7b51b2d12cad7a83f98a589c16f856e..84035a476c234700102a7d9640f310e7053e5b15 100644 (file)
@@ -73,9 +73,6 @@ protected:
      * located on bounding lines to the vector @p a. Points located on the
      * line but on vertices are not included.
      *
-     * Needed by the <tt>compute_support_points_simple(laplace)</tt>
-     * functions. For <tt>dim=1</tt> this function is empty.
-     *
      * This function chooses the respective points not such that they are
      * interpolating the boundary (as does the base class), but rather such
      * that the resulting cubic mapping is a continuous one.
@@ -89,9 +86,6 @@ protected:
      * located on bounding faces (quads in 3d) to the vector @p a. Points
      * located on the line but on vertices are not included.
      *
-     * Needed by the @p compute_support_points_laplace function. For
-     * <tt>dim=1</tt> and 2 this function is empty.
-     *
      * This function chooses the respective points not such that they are
      * interpolating the boundary (as does the base class), but rather such
      * that the resulting cubic mapping is a continuous one.
index 0bd5c079522d06c1753bf4484407935f3f51e0b5..6b8af95b2872192b956c5962e19360c9214667af 100644 (file)
@@ -692,14 +692,13 @@ protected:
                                         const Point<dim> &initial_p_unit) const;
 
   /**
-   * For <tt>dim=2,3</tt>. Append the support points of all shape functions
-   * located on bounding lines of the given cell to the vector @p a. Points
-   * located on the vertices of a line are not included.
+   * Append the support points of all shape functions located on bounding
+   * lines of the given cell to the vector @p a. Points located on the
+   * vertices of a line are not included.
    *
-   * Needed by the @p compute_support_points() function. For <tt>dim=1</tt>
-   * this function is empty. The function uses the underlying manifold object
-   * of the line (or, if none is set, of the cell) for the location of the
-   * requested points.
+   * This function uses the underlying manifold object of the line (or, if
+   * none is set, of the cell) for the location of the requested points. This
+   * function is usually called by compute_mapping_support_points() function.
    *
    * This function is made virtual in order to allow derived classes to choose
    * shape function support points differently than the present class, which
@@ -711,14 +710,14 @@ protected:
                            std::vector<Point<spacedim> > &a) const;
 
   /**
-   * For <tt>dim=3</tt>. Append the support points of all shape functions
-   * located on bounding faces (quads in 3d) of the given cell to the vector
-   * @p a. Points located on the vertices or lines of a quad are not included.
+   * Append the support points of all shape functions located on bounding
+   * faces (quads in 3d) of the given cell to the vector @p a. This function
+   * is only defined for <tt>dim=3</tt>. Points located on the vertices or
+   * lines of a quad are not included.
    *
-   * Needed by the @p compute_support_points() function. For <tt>dim=1</tt>
-   * and <tt>dim=2</tt> this function is empty. The function uses the
-   * underlying manifold object of the quad (or, if none is set, of the cell)
-   * for the location of the requested points.
+   * This function uses the underlying manifold object of the quad (or, if
+   * none is set, of the cell) for the location of the requested points. This
+   * function is usually called by compute_mapping_support_points().
    *
    * This function is made virtual in order to allow derived classes to choose
    * shape function support points differently than the present class, which

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.