From: Wolfgang Bangerth Date: Wed, 24 Aug 2011 22:16:45 +0000 (+0000) Subject: Fix member syntax. X-Git-Tag: v8.0.0~3578 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e66241a3e591bb0e3daf25f420bea769c07bc260;p=dealii.git Fix member syntax. git-svn-id: https://svn.dealii.org/trunk@24190 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 084f3a35a8..a0d7554544 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -281,7 +281,7 @@ and DoF handlers embedded in higher dimensional space have been added.

Specific improvements

    -
  1. New: Added GridRefinement:hierarchical() to reorder the degrees of freedom +
  2. New: Added GridRefinement::hierarchical() to reorder the degrees of freedom by going through the cells in hierarchical order. This ensures consistent DoF numbering in parallel computations.