From: Wolfgang Bangerth Date: Sun, 29 Aug 2010 15:04:45 +0000 (+0000) Subject: Minor rewording. X-Git-Tag: v8.0.0~5633 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbfd01755774a2fcd4f1324a0082f97804667c4d;p=dealii.git Minor rewording. git-svn-id: https://svn.dealii.org/trunk@21773 0785d39b-7218-0410-832d-ea1e28bc413d --- 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)