From e0e44e79bdb72dc26b9fb8a15d064b4d074bae19 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 10 Dec 2015 06:49:01 -0600 Subject: [PATCH] Add changelog entry. --- doc/news/changes.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/news/changes.h b/doc/news/changes.h index 577944c6b1..44103108d1 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -491,6 +491,14 @@ inconvenience this causes.
    +
  1. New: There is now a function Triangulation::get_tria() that + allows writing code to get at the underlying triangulation for + everything that looks like a container, i.e., both Triangulation + or DoFHandler objects. +
    + (Wolfgang Bangerth, 2015/12/07) +
  2. +
  3. Improved: Many more functions in namespace GridTools and class InterGridMap are now consistely instantiated also for types parallel::distributed::Triangulation and parallel::shared::Triangulation. -- 2.39.5