]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Change grammar of function documentation. 5540/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Mon, 27 Nov 2017 20:11:02 +0000 (13:11 -0700)
committerWolfgang Bangerth <bangerth@colostate.edu>
Mon, 27 Nov 2017 20:11:02 +0000 (13:11 -0700)
include/deal.II/base/polynomial.h
include/deal.II/fe/mapping.h
include/deal.II/fe/mapping_fe_field.h
include/deal.II/fe/mapping_q.h
include/deal.II/fe/mapping_q_generic.h

index dc0c35c21c8030be62bcff3c000666749caa3bad..ce5fd6772d958e6410e35e59821222cf584d6f2d 100644 (file)
@@ -233,7 +233,7 @@ namespace Polynomials
                           const number factor);
 
     /**
-     * Transforms polynomial form of product of linear factors into standard
+     * Transform polynomial form of product of linear factors into standard
      * form, $\sum_i a_i x^i$. Deletes all data structures related to the
      * product form.
      */
index c23c772dfc178a54a82daace02c8afc7f1388611..3b8ef0b3d3f0f06b1caada2ac02ab5e750145572 100644 (file)
@@ -392,7 +392,7 @@ public:
                                const Point<spacedim>                                     &p) const = 0;
 
   /**
-   * Transforms the point @p p on the real @p cell to the corresponding point
+   * Transform the point @p p on the real @p cell to the corresponding point
    * on the unit cell, and then projects it to a dim-1  point on the face with
    * the given face number @p face_no. Ideally the point @p p is near the face
    * @p face_no, but any point in the cell can technically be projected.
index 43993b4f2b15fb87753d699c3886f94cde184a19..16787db37b2f19e5653e9b0ee94b246f6f4ab7f1 100644 (file)
@@ -511,7 +511,7 @@ private:
 
 private:
   /**
-   * Transforms a point @p p on the unit cell to the point @p p_real on the
+   * Transform a point @p p on the unit cell to the point @p p_real on the
    * real cell @p cell and returns @p p_real.
    *
    * This function is called by @p transform_unit_to_real_cell and multiple
@@ -530,7 +530,7 @@ private:
 
 
   /**
-   * Transforms the point @p p on the real cell to the corresponding point on
+   * Transform the point @p p on the real cell to the corresponding point on
    * the unit cell @p cell by a Newton iteration.
    *
    * Takes a reference to an @p InternalData that is assumed to be previously
index 783be0edf893dd9e96c6cdf7bfe60d3c5f2d4306..c115f1e88d8e415613158f0fb21677b20fad0cc4 100644 (file)
@@ -121,7 +121,7 @@ public:
   bool preserves_vertex_locations () const;
 
   /**
-   * Transforms the point @p p on the unit cell to the point @p p_real on the
+   * Transform the point @p p on the unit cell to the point @p p_real on the
    * real cell @p cell and returns @p p_real.
    */
   virtual
@@ -131,7 +131,7 @@ public:
     const Point<dim>                                 &p) const;
 
   /**
-   * Transforms the point @p p on the real cell to the point @p p_unit on the
+   * Transform the point @p p on the real cell to the point @p p_unit on the
    * unit cell @p cell and returns @p p_unit.
    *
    * Uses Newton iteration and the @p transform_unit_to_real_cell function.
index 6b8af95b2872192b956c5962e19360c9214667af..7a5e14129ebfbf50cf48261997063fc334023dc4 100644 (file)
@@ -683,7 +683,7 @@ protected:
   compute_mapping_support_points (const typename Triangulation<dim,spacedim>::cell_iterator &cell) const;
 
   /**
-   * Transforms the point @p p on the real cell to the corresponding point on
+   * Transform the point @p p on the real cell to the corresponding point on
    * the unit cell @p cell by a Newton iteration.
    */
   Point<dim>

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.