From cbfd01755774a2fcd4f1324a0082f97804667c4d Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 29 Aug 2010 15:04:45 +0000 Subject: [PATCH] Minor rewording. git-svn-id: https://svn.dealii.org/trunk@21773 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 8460adffcb..96613acfc6 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -227,14 +227,15 @@ through DoFHandler::get_tria() and DoFHandler::get_fe(), respectively.
  • New: FETools::compute_embedding_matrices now computes the embedding matrix - for every refinement case in its own task. + for all refinement cases in parallel.
    (Markus Buerg 2010/08/26)

  • - New: Data structures and a function parent to get the parent of a cell. + New: There is now a function CellAccessor::parent so that one can do + cell-@>parent()
    (Markus Buerg 2010/08/26)

    -- 2.39.5