From: wolf Date: Mon, 7 Jun 2004 16:50:25 +0000 (+0000) Subject: Fix GridGenerator::cylinder_shell X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e67dc63ae7c74e15f242ba2eee877039ed13c95;p=dealii-svn.git Fix GridGenerator::cylinder_shell git-svn-id: https://svn.dealii.org/trunk@9400 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 bbfd42ede1..c4d67627cf 100644 --- a/deal.II/doc/news/c-5.0.html +++ b/deal.II/doc/news/c-5.0.html @@ -176,6 +176,15 @@ inconvenience this causes.

deal.II

    +
  1. + Fixed: The GridGenerator::cylinder_shell + function generated cells that were all inside-out, i.e. had negative + Jacobians. In usual finite element computations this simply leads to + all components of the linear system being negated, so it is not + harmful. It is fixed now anyway. +
    + (WB 2004/06/07) +