From: hartmann Date: Fri, 15 Oct 2004 07:04:04 +0000 (+0000) Subject: Fix of the StraightBoundary<3>::get_new_point_on_quad function. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd76d0883a2cb8cd4e204731a72c807b376e4610;p=dealii-svn.git Fix of the StraightBoundary<3>::get_new_point_on_quad function. git-svn-id: https://svn.dealii.org/trunk@9711 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/c-5.0.html b/deal.II/doc/news/c-5.0.html index 38f023982f..613f9b8c6f 100644 --- a/deal.II/doc/news/c-5.0.html +++ b/deal.II/doc/news/c-5.0.html @@ -359,6 +359,14 @@ inconvenience this causes.

deal.II

    +
  1. + Fixed: The StraightBoundary<3>::get_new_point_on_quad + did not work on general grids. This is now fixed. +
    + (RH 2004/10/15) +

    +
  2. Improved: The CylinderBoundary represented the hull of a circular tubes along the x-axis. It