From 3006de32aad20b3f59420d7ffe5ea5dfb14ffd9c Mon Sep 17 00:00:00 2001 From: Ryan Grove Date: Thu, 21 Jul 2016 11:29:53 -0400 Subject: [PATCH] changes.h --- doc/news/changes.h | 6 ++++++ include/deal.II/dofs/dof_tools.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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. * -- 2.39.5