From 5a615770f7f56dcaee5b94192ca5e8d8550dc94f Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Fri, 6 Sep 2013 20:39:03 +0000 Subject: [PATCH] Documented the possibility of periodic boundaries on distributed meshes git-svn-id: https://svn.dealii.org/trunk@30639 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 5a3549443d..69c5201de6 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -53,6 +53,13 @@ inconvenience this causes.
    +
  1. + New: parallel::distributed::Triangulation now supports periodic boundaries. + DoFTools::make_periodicity_constraints and similar functions are now working + on parallel::distributed::Triangulation objects. +
    + (Tobin Isaac, Craig Michoski, Daniel Arndt, 2013/09/06) +
  2. 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