From ddb822ede65c37ddaebbfd560032923e6a717264 Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 16 Nov 2010 21:34:50 +0000 Subject: [PATCH] Announce GridTools::extract_boundary_mesh. git-svn-id: https://svn.dealii.org/trunk@22776 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 95597df143..d318491500 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -371,6 +371,12 @@ through DoFHandler::get_tria() and DoFHandler::get_fe(), respectively.

deal.II

    +
  1. New: The GridTools::extract_boundary_mesh function can be used to + generate a surface mesh from the boundary of a volume mesh. +
    + (Sebastian Pauletti, 2010/11/15) +

  2. +
  3. Fixed: For DoF iterators, it was previously possible to write code like *it1 = *it2, presumably with the intent to copy the entire cell pointed to on the right hand side onto the cell -- 2.39.5