From: Wolfgang Bangerth Date: Fri, 10 Apr 2015 22:44:04 +0000 (-0500) Subject: Add an entry to changes.h. X-Git-Tag: v8.3.0-rc1~274^2~4 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21477e0b24c2f687b1d8623732817a94d9ad0f51;p=dealii.git Add an entry to changes.h. --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 631b473274..13385934f0 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -473,6 +473,13 @@ inconvenience this causes. (Martin Kronbichler, 2015/04/10) +
  • New: One can now ask a cell the how many-th active cell it is, + using CellAccessor::active_cell_index() (which is called as + cell-@>active_cell_index()). +
    + (Wolfgang Bangerth, 2015/04/10) +
  • +
  • Fixed: Added missing hp-related functions to FE_Q_Hierarchical together with a couple of unit tests. Improved code comments.