From 21477e0b24c2f687b1d8623732817a94d9ad0f51 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 10 Apr 2015 17:44:04 -0500 Subject: [PATCH] Add an entry to changes.h. --- doc/news/changes.h | 7 +++++++ 1 file changed, 7 insertions(+) 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.
    -- 2.39.5