From: bangerth Date: Sun, 24 Oct 2010 04:01:02 +0000 (+0000) Subject: List distributed branch. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04e6e6e7808df5d66a2a6be109f753dc83b769cd;p=dealii-svn.git List distributed branch. git-svn-id: https://svn.dealii.org/trunk@22444 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index f049643af7..d1facd55df 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -59,6 +59,16 @@ through DoFHandler::get_tria() and DoFHandler::get_fe(), respectively.

General

    +
  1. +

    New: After more than 2 years of work, we have merged a branch on which + we have implemented the functionality necessary to distribute meshes on + hundreds, thousands, or more processors. An overview of the framework + in which this is implemented is presented in the @ref distributed module + as well as in step-40. +
    + (Timo Heister, Martin Kronbichler, Wolfgang Bangerth 2010/10/23) +

    +
  2. New: Documentation of how to handle constraints on degrees of freedom has been centralized in a new documentation module on @ref constraints.