From: Wolfgang Bangerth Date: Fri, 7 Aug 2009 19:00:47 +0000 (+0000) Subject: List new items. X-Git-Tag: v8.0.0~7363 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5979581628dc6ead12f83a032551d9e773addd6f;p=dealii.git List new items. git-svn-id: https://svn.dealii.org/trunk@19205 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 6eafb7ac89..4b298a0eb8 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -157,11 +157,21 @@ inconvenience this causes.

base

    +
  1. +

    + New: The Utilities::System::comm_self function return an MPI + communicator that consists only of the current processor. +
    + (WB 2009/08/07) +

    +
  2. +
  3. New: The Utilities::Trilinos::duplicate_communicator function allows to duplicate an Epetra_Comm object to get a unique parallel MPI communicator out of an - existing one. + existing one. Utilities::Trilinos::duplicate_map creates a map that has + the same members as the given template but uses a separate communicator.
    (WB 2009/08/06)