]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Rename GridTools::laplace_transformation to laplace_transform.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 27 Feb 2013 04:24:08 +0000 (04:24 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 27 Feb 2013 04:24:08 +0000 (04:24 +0000)
git-svn-id: https://svn.dealii.org/trunk@28598 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/grid/grid_generator.h
deal.II/include/deal.II/grid/grid_tools.h
deal.II/source/grid/grid_tools.cc
deal.II/source/grid/grid_tools.inst.in

index c152e2afafd03d43199a7db1d428ae396853971c..acabac70049e3f70ca48f8a7c7368faff3812330 100644 (file)
@@ -700,7 +700,7 @@ public:
    *
    * In 1d, this function is not currently implemented.
    *
-   * @deprecated This function has been moved to GridTools::laplace_transformation
+   * @deprecated This function has been moved to GridTools::laplace_transform
    */
   template <int dim>
   static
index 2e2c8cf221837dcafd6b24ab9e91271db9cc41e1..10d2cbcc7d9c2057c82c77b351f02e44d8354eea 100644 (file)
@@ -244,8 +244,8 @@ namespace GridTools
    * In 1d, this function is not currently implemented.
    */
   template <int dim>
-  void laplace_transformation (const std::map<unsigned int,Point<dim> > &new_points,
-                               Triangulation<dim> &tria);
+  void laplace_transform (const std::map<unsigned int,Point<dim> > &new_points,
+                          Triangulation<dim> &tria);
 
   /**
    * Scale the entire triangulation
index 909bf9fa226f2976b1c0969193c43c8c2a123ef5..881b5e3dde68a756aa84148a3d4b1f0139f4480b 100644 (file)
@@ -605,8 +605,8 @@ namespace GridTools
 
   template <int dim>
   void
-  laplace_transformation (const std::map<unsigned int,Point<dim> > &new_points,
-                          Triangulation<dim> &triangulation)
+  laplace_transform (const std::map<unsigned int,Point<dim> > &new_points,
+                     Triangulation<dim> &triangulation)
   {
     //TODO: Move implementation of this function into the current
     // namespace
index 82a81a16c46683b08fea42e9480073337eb1d1be..22aed5c106e65cc87d9a19fe32e6f3abcc998397 100644 (file)
@@ -157,8 +157,8 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension :  SPACE_DIMENSIONS
 #if deal_II_dimension == deal_II_space_dimension  
     template
     void
-    laplace_transformation (const std::map<unsigned int,Point<deal_II_dimension> > &new_points,
-                          Triangulation<deal_II_dimension> &triangulation);
+    laplace_transform (const std::map<unsigned int,Point<deal_II_dimension> > &new_points,
+                       Triangulation<deal_II_dimension> &triangulation);
 
     template
       Triangulation<deal_II_dimension,deal_II_space_dimension>::DistortedCellList

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.