From: wolf Date: Tue, 23 Sep 2003 16:35:37 +0000 (+0000) Subject: Fix a problem where we ended up with an invalid cell if there is only X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3baa5e9aeea2bb6bb9ef02a3702774a85ddc1c42;p=dealii-svn.git Fix a problem where we ended up with an invalid cell if there is only one cell to work on. git-svn-id: https://svn.dealii.org/trunk@8007 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/c-4-0.html b/deal.II/doc/news/c-4-0.html index d00f054da6..da1c3a2dcd 100644 --- a/deal.II/doc/news/c-4-0.html +++ b/deal.II/doc/news/c-4-0.html @@ -48,6 +48,13 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

General

    +
  1. Fixed: The step-14 program had a bug in the rare case that + there are more CPUs in a machine than there are cells. This is + now fixed. +
    + (WB 2003/09/23) +

    +
  2. Fixed: In the step-14 example program, overly conservative quadrature formulas were chosen (with 2N+1 quadrature points per space dimension, where N is the degree of polynomials). This is unnecessary, diff --git a/deal.II/examples/step-14/step-14.cc b/deal.II/examples/step-14/step-14.cc index f587722e4b..2ca8e13af3 100644 --- a/deal.II/examples/step-14/step-14.cc +++ b/deal.II/examples/step-14/step-14.cc @@ -3137,7 +3137,15 @@ namespace LaplaceSolver for (unsigned int t=0; (t