From: Ryan Grove Date: Thu, 21 Jul 2016 15:29:53 +0000 (-0400) Subject: changes.h X-Git-Tag: v8.5.0-rc1~841^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2849%2Fhead;p=dealii.git changes.h --- diff --git a/doc/news/changes.h b/doc/news/changes.h index bcc7018e65..45d8192d59 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -380,6 +380,12 @@ inconvenience this causes.

Specific improvements

    +
  1. Improved: Allow for including dofs for individual components on + boundary in DoFTools::make_vertex_patches(). +
    + (Ryan Grove, Daniel Arndt, 2016/07/21) +
  2. +
  3. Improved: Allow for initializing the constrained boundary DoFs in MGConstrainedDoFs using a std::set instead of a FunctionMap whose function values were not used. diff --git a/include/deal.II/dofs/dof_tools.h b/include/deal.II/dofs/dof_tools.h index 856c8f7ad7..fb34de9ae3 100644 --- a/include/deal.II/dofs/dof_tools.h +++ b/include/deal.II/dofs/dof_tools.h @@ -1763,7 +1763,7 @@ namespace DoFTools * Same as above but allows boundary dofs on blocks to be excluded individually. * * This is helpful if you want to use, for example, Taylor Hood elements - * as it allows you to not include the boundary DoFs for the velocity + * as it allows you to not include the boundary DoFs for the velocity * block on the patches while also letting you include the boundary DoFs * for the pressure block. *