From: Wolfgang Bangerth Date: Tue, 14 Jul 2015 23:44:19 +0000 (-0500) Subject: Add a changelog entry. X-Git-Tag: v8.4.0-rc2~751^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42ede8e49c0bbc12137b9bc2f47fc314f6739265;p=dealii.git Add a changelog entry. --- 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. +
*/