From: Ralf Hartmann Date: Mon, 26 May 2008 09:12:00 +0000 (+0000) Subject: Add missing new/changes.h entry: GridOut::write_gnuplot with curved inner cells. X-Git-Tag: v8.0.0~9069 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b85239aa136b2985384adf3440259aaac286b51;p=dealii.git 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 --- 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.