From 5bb6589d818a2d21c1090cbb00310c219871742f Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 10 Sep 2013 20:03:59 +0000 Subject: [PATCH] Note the hp::DoFHandler cell dof indices cache. git-svn-id: https://svn.dealii.org/trunk@30669 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 69c5201de6..5b39825a43 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -53,6 +53,15 @@ inconvenience this causes.
    +
  1. + New: Like the usual DoFHandler class, the hp::DoFHandler class now also + has a cache that makes operations such as cell-@>get_dof_indices(...) + faster. This should accelerate many parts of the library that deal with + hp finite elements. +
    + (Wolfgang Bangerth, 2013/09/10) +
  2. +
  3. New: parallel::distributed::Triangulation now supports periodic boundaries. DoFTools::make_periodicity_constraints and similar functions are now working @@ -60,6 +69,7 @@ inconvenience this causes.
    (Tobin Isaac, Craig Michoski, Daniel Arndt, 2013/09/06)
  4. +
  5. New: It is now possible to compile and link deal.II against LLVM's libcxx. For this, a few issues with C++ standard violations are resolved. -- 2.39.5