]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove a TODO.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 2 Sep 2013 22:55:52 +0000 (22:55 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 2 Sep 2013 22:55:52 +0000 (22:55 +0000)
git-svn-id: https://svn.dealii.org/trunk@30561 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/grid/grid_tools.h

index bdbc8ab7929437f1c1a8da4e666d6f0f22433ac1..e228c7ba2bf49b8274db4c3b4f7c380b8876bc53 100644 (file)
@@ -1105,7 +1105,8 @@ namespace GridTools
 
   /**
    * Same function as above, but accepts a Triangulation or DoFHandler
-   * object @p dof_handler instead of an explicit face iterator range.
+   * object @p container (a container is a collection of objects, here a
+   * collection of cells) instead of an explicit face iterator range.
    *
    * This function will collect periodic face pairs on the highest (i.e.
    * coarsest) mesh level.
@@ -1114,7 +1115,7 @@ namespace GridTools
    */
   template<typename DH>
   std::map<typename DH::face_iterator, std::pair<typename DH::face_iterator, std::bitset<3> > >
-  collect_periodic_face_pairs (const DH                 &dof_handler, /*TODO: Name*/
+  collect_periodic_face_pairs (const DH                 &container,
                                const types::boundary_id b_id1,
                                const types::boundary_id b_id2,
                                int                      direction,

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.