From 5979581628dc6ead12f83a032551d9e773addd6f Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 7 Aug 2009 19:00:47 +0000 Subject: [PATCH] List new items. git-svn-id: https://svn.dealii.org/trunk@19205 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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)

    -- 2.39.5