From: daniel.arndt Date: Fri, 6 Sep 2013 20:39:03 +0000 (+0000) Subject: Documented the possibility of periodic boundaries on distributed meshes X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88281873e1396c93deda145092c0b3b836cefa85;p=dealii-svn.git Documented the possibility of periodic boundaries on distributed meshes git-svn-id: https://svn.dealii.org/trunk@30639 0785d39b-7218-0410-832d-ea1e28bc413d --- 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.