From: guido Date: Sat, 18 Dec 2004 16:54:29 +0000 (+0000) Subject: GeometryInfo normal direction information X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e36e86cc67902e2d21517d8b7c70f2726de59cdb;p=dealii-svn.git GeometryInfo normal direction information QGaussN removed from examples git-svn-id: https://svn.dealii.org/trunk@9820 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 c49fb65be7..e9aa947922 100644 --- a/deal.II/doc/news/c-5.0.html +++ b/deal.II/doc/news/c-5.0.html @@ -73,6 +73,13 @@ inconvenience this causes.

General

    +
  1. + Fixed: Examples do not use obsolete classes + QGaussN anymore. +
    + (GK 2004/12/18) +

    +
  2. Fixed: Configuration scripts were changed to allow any file suffix for shared and static libraries to allow in the future the creation of dlls @@ -408,27 +415,38 @@ inconvenience this causes.

    1. - Fixed: In rare cases of 3d meshes with a certain topology, we triggered - an assertion in - TriaAccessor::neighbor_child_on_subface. It turns out that - the code actually computes the correct answer, but the assertion had a - condition that doesn't always have to be satisfied. This bogus - assertion is now fixed. + Improved: GeometryInfo has two new + fields unit_normal_direction and + unit_normal_orientation, + indicating the direction of the unit normal vector for each + face of the reference cell.
      - (WB 2004/11/12) + (GK 2004/12/18)

    2. - Fixed: The GridGenerator::cylinder function in 3d - assigned the wrong boundary value to the top and bottom part of - the cylinder if the half length of the cylinder was not equal - to 1. This is now fixed. + Fixed: In rare cases of 3d meshes with a certain topology, + we triggered an assertion in TriaAccessor::neighbor_child_on_subface. It turns out + that the code actually computes the correct answer, but the + assertion had a condition that doesn't always have to be + satisfied. This bogus assertion is now fixed. +
      + (WB 2004/11/12) +

      + +
    3. Fixed: The GridGenerator::cylinder function in 3d assigned the + wrong boundary value to the top and bottom part of the cylinder + if the half length of the cylinder was not equal to 1. This is + now fixed.
      (Ralf Schulz 2004/10/27)

    4. - Improved: Now the FE_Q class supports hanging node + Improved: Now the FE_Q class supports hanging node constraints for elements of arbitrary polynomial degree also in 3D.
      @@ -437,7 +455,8 @@ inconvenience this causes.

    5. Fixed: The StraightBoundary<3>::get_new_point_on_quad + class="class">StraightBoundary<3>::get_new_point_on_quad did not work on general grids. This is now fixed.
      (RH 2004/10/15) @@ -466,8 +485,9 @@ inconvenience this causes.

    6. - New: The GridOut::write_gnuplot - function now supports curved boundaries also for dim==3. + New: The GridOut::write_gnuplot function now supports + curved boundaries also for dim==3.
      (RH 2004/09/20)