From: bangerth Date: Mon, 2 Sep 2013 22:55:52 +0000 (+0000) Subject: Remove a TODO. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=118e462b9283f1a8815fde9a819b7a4b9dff1a99;p=dealii-svn.git Remove a TODO. git-svn-id: https://svn.dealii.org/trunk@30561 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/grid/grid_tools.h b/deal.II/include/deal.II/grid/grid_tools.h index bdbc8ab792..e228c7ba2b 100644 --- a/deal.II/include/deal.II/grid/grid_tools.h +++ b/deal.II/include/deal.II/grid/grid_tools.h @@ -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 std::map > > - 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,