From: wolf Date: Thu, 21 Feb 2002 17:35:06 +0000 (+0000) Subject: Fix a bug in Accessor<3>::measure, where the result was negative. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5601c01f2c8dce4d60f07cad7bc1f7e4a0e37658;p=dealii-svn.git Fix a bug in Accessor<3>::measure, where the result was negative. git-svn-id: https://svn.dealii.org/trunk@5533 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/2002/3.3.0-vs-3.3.1.html b/deal.II/doc/news/2002/3.3.0-vs-3.3.1.html new file mode 100644 index 0000000000..e82216551b --- /dev/null +++ b/deal.II/doc/news/2002/3.3.0-vs-3.3.1.html @@ -0,0 +1,29 @@ + + + + + + The deal.II news page + + + + + + +

Changes between versions 3.3.0 and 3.3.1

+ +
    +
  1. + Fixed: TriaAccessor<3,3>::measure + sometimes computed a negative value. This is now fixed. +
    + (WB 2002/01/21) +

    +
+ +
+Last update $Date$ + + + diff --git a/deal.II/doc/news/2002/c-3-3.html b/deal.II/doc/news/2002/c-3-3.html index 72e344988b..670dfa0c87 100644 --- a/deal.II/doc/news/2002/c-3-3.html +++ b/deal.II/doc/news/2002/c-3-3.html @@ -136,6 +136,13 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

deal.II

    +
  1. + Fixed: TriaAccessor<3,3>::measure + sometimes computed a negative value. This is now fixed. +
    + (WB 2002/02/21) +

    +
  2. New: Finite element family with complete polynomial spaces for discontinuous Galerkin: FE_DGP