From: bangerth Date: Sun, 21 Nov 2010 02:37:25 +0000 (+0000) Subject: Announce VectorTools::interpolate_boundary_values for codim=1. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6002ef998e1770380792761df09040ba22b6bcc;p=dealii-svn.git Announce VectorTools::interpolate_boundary_values for codim=1. git-svn-id: https://svn.dealii.org/trunk@22832 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 6f3a02ee1d..dbb11970f3 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -386,6 +386,13 @@ independent of the dimension.

deal.II

    +
  1. New: The VectorTools::interpolate_boundary_values function can now + also be used to interpolate boundary values on meshes embedded in a higher + dimensional space. +
    + (WB, 2010/11/20) +

  2. +
  3. Fixed: Triangulation::execute_coarsening_and_refinement misplaced the new central vertex of a quad in a two-dimensional mesh embedded into higher dimensional space if said quad was at the boundary of the surface