From: Wolfgang Bangerth Date: Tue, 6 Oct 2015 22:44:37 +0000 (-0500) Subject: Add a changelog. X-Git-Tag: v8.4.0-rc2~333^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c5245c0b4ad32cf965f2fb8c8ed4c4d8d870114;p=dealii.git Add a changelog. --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 507e29eb7b..af564b5a5a 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -367,7 +367,13 @@ inconvenience this causes.
    -
  1. Added: DoFTools::locally_relevant_dofs_per_subdomain can be used +
  2. New: GridIn::read_unv() can now read more element codes that + are used in typical meshes. +
    + (Aslan Kosakian, 2015/10/06) +
  3. + +
  4. New: DoFTools::locally_relevant_dofs_per_subdomain() can be used to extract an IndexSet of locally relevant DoFs for a Triangulation partitioned using METIS or with a parallel::shared::Triangulation .