From: bangerth Date: Mon, 1 Nov 2010 21:40:32 +0000 (+0000) Subject: Document fix. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e55d666c6f83b8928b4096d62a5c52a11ae82711;p=dealii-svn.git Document fix. git-svn-id: https://svn.dealii.org/trunk@22581 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 880a38382f..ea5e92646e 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -303,7 +303,7 @@ through DoFHandler::get_tria() and DoFHandler::get_fe(), respectively.
(GK 2010/10/19)

- +
  • Improved: The ConstraintMatrix::merge function now takes a second argument that indicates what should happen if the two objects to be merged have constraints on the very same degree of freedom. @@ -332,6 +332,13 @@ through DoFHandler::get_tria() and DoFHandler::get_fe(), respectively.

    deal.II

      +
    1. Fixed: The FEValuesExtractors::Vector class did not work when the dimension + of the domain was not equal to the dimension of the space in which it is + embedded. This is now fixed. +
      + (Sebastian Pauletti, WB, 2010/11/01) +

    2. +
    3. Fixed: The methods VectorTools::project_boundary_values_curl_conforming set the boundary values now also H(curl)-conforming, when hanging node constraints are present.