From: maier Date: Thu, 17 Apr 2014 15:12:08 +0000 (+0000) Subject: Fix a comment X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=873dbea427c10ebc8a30476d2ec8bfd5f582c0ab;p=dealii-svn.git Fix a comment git-svn-id: https://svn.dealii.org/branches/branch_periodic_bc@32791 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/dofs/dof_tools.h b/deal.II/include/deal.II/dofs/dof_tools.h index 3b82ea25c1..e260f03447 100644 --- a/deal.II/include/deal.II/dofs/dof_tools.h +++ b/deal.II/include/deal.II/dofs/dof_tools.h @@ -843,14 +843,13 @@ namespace DoFTools * and any combination of that... * @endcode * - * Optionally a rotation matrix @p matrix along with a flag @p - * rotation_matrix can be specified that describes how DoFs on @p face_1 - * should be modified prior to constraining to the DoFs of @p face_2. If - * rotation_matrix is true the matrix is enterpreted as a rotation matrix - * applied to all vector valued blocks of an FESystem. For more details - * see make_periodicity_constraints and the glossary @ref - * GlossPeriodicConstraints "glossary entry on periodic boundary - * conditions". + * Optionally a matrix @p matrix along with an std::vector @p + * first_vector_components can be specified that describes how DoFs on @p + * face_1 should be modified prior to constraining to the DoFs of @p + * face_2. If the std::vector first_vector_components is non empty the + * matrix is interpreted as a rotation matrix that is applied to all + * vector valued blocks listed in first_vector_components of the + * FESystem. * * Detailed information can be found in the @see @ref * GlossPeriodicConstraints "Glossary entry on periodic boundary