From 0e67dc63ae7c74e15f242ba2eee877039ed13c95 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 7 Jun 2004 16:50:25 +0000 Subject: [PATCH] Fix GridGenerator::cylinder_shell git-svn-id: https://svn.dealii.org/trunk@9400 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/c-5.0.html | 9 +++++++++ 1 file changed, 9 insertions(+) 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) +


-- 2.39.5