From 219304b21877d7ec5ba9c27e0c9e48536a12555d Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 2 Sep 2013 22:55:52 +0000 Subject: [PATCH] Remove a TODO. git-svn-id: https://svn.dealii.org/trunk@30561 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/grid/grid_tools.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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, -- 2.39.5