From: Fernando Posada Date: Tue, 31 Mar 2015 09:16:36 +0000 (+0200) Subject: Updated information in changes.h X-Git-Tag: v8.3.0-rc1~335^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37c59665213739a50fa01438301843d8d3b6ca32;p=dealii.git Updated information in changes.h --- diff --git a/doc/news/changes.h b/doc/news/changes.h index e5c6a862aa..bfa764f251 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -333,6 +333,14 @@ inconvenience this causes.
    +
  1. New: A new funtion to get a map with all vertices at boundaries + has been added in GridTools::get_all_vertices_at_boundary. + This function will return a map wich can be used in functions + like GridTools::Laplace_transform. +
    + (Fernando Posada, 2015/03/31) +
  2. +
  3. New: A new flag no_automatic_repartitioning in parallel::distributed::Triangulation will disable the automatic repartitioning when calling execute_coarsening_and_refinement() (or things