From: Wolfgang Bangerth Date: Mon, 2 Sep 2013 23:01:55 +0000 (+0000) Subject: Minor doc edits. X-Git-Tag: v8.1.0~905 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=431ff47b4fe565cf4eac7ae18edddf0b58a0499f;p=dealii.git Minor doc edits. git-svn-id: https://svn.dealii.org/trunk@30562 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 e228c7ba2b..146fecf71c 100644 --- a/deal.II/include/deal.II/grid/grid_tools.h +++ b/deal.II/include/deal.II/grid/grid_tools.h @@ -1084,7 +1084,7 @@ namespace GridTools * * This function tries to match all faces belonging to the first * boundary with faces belonging to the second boundary with the help - * of orthogonal_equality. + * of orthogonal_equality(). * * The @p offset is a vector tangential to the faces that is added to the * location of vertices of the 'first' boundary when attempting to match @@ -1099,7 +1099,7 @@ namespace GridTools const typename identity::type &end, const types::boundary_id b_id1, const types::boundary_id b_id2, - int direction, + const int direction, const dealii::Tensor<1,FaceIterator::AccessorType::space_dimension> &offset); @@ -1118,7 +1118,7 @@ namespace GridTools collect_periodic_face_pairs (const DH &container, const types::boundary_id b_id1, const types::boundary_id b_id2, - int direction, + const int direction, const dealii::Tensor<1,DH::space_dimension> &offset); @@ -1146,7 +1146,7 @@ namespace GridTools std::map collect_periodic_face_pairs (const DH &dof_handler, /*TODO: Name*/ const types::boundary_id b_id, - int direction, + const int direction, const dealii::Tensor<1,DH::space_dimension> &offset);