From 42ede8e49c0bbc12137b9bc2f47fc314f6739265 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 14 Jul 2015 18:44:19 -0500 Subject: [PATCH] Add a changelog entry. --- doc/news/changes.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/news/changes.h b/doc/news/changes.h index f789e10d59..b9d144b3be 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -62,6 +62,16 @@ inconvenience this causes.
    + +
  1. New: The parallel::distributed::Triangulation can now be told to + partition the cells so that the sum of certain weights associated with each + cell, rather than the number of cells, is roughly constant between processors. + This is done by passing a vector of weights to the function that repartitions + the triangulation, parallel::distributed::Triangulation::repartition(). +
    + (Wolfgang Bangerth, 2015/07/14) +
  2. +
*/ -- 2.39.5