From 30def5e45f930b22085eb501d15a96b461e26bee Mon Sep 17 00:00:00 2001 From: hartmann Date: Mon, 26 May 2008 09:12:00 +0000 Subject: [PATCH] Add missing new/changes.h entry: GridOut::write_gnuplot with curved inner cells. git-svn-id: https://svn.dealii.org/trunk@16204 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 8b7af9c43d..257bc689d5 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -345,6 +345,13 @@ constraints individually.
    +
  1. Improved: GridOutFlags::Gnuplot now takes an additional curved_inner_cells + parameter. Similar to curved_inner_cells in DataOut this allows the output of interior + cells with curved boundaries. This is useful for MappingQEulerian or similar mappings. +
    + (RH 2008/05/12) +

  2. +
  3. Fixed: Functions::FEFieldFunction.set_active_cell was declared inline in the declaration but not in the implementation. This is now fixed.
    -- 2.39.5