From dd48d4e08c353a2c407f730895ad247ec7c0bf58 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 7 Sep 2000 16:25:45 +0000 Subject: [PATCH] DataOut_Faces. git-svn-id: https://svn.dealii.org/trunk@3306 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2000/c-3-0.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/deal.II/doc/news/2000/c-3-0.html b/deal.II/doc/news/2000/c-3-0.html index 18ab0cbad7..4211812e68 100644 --- a/deal.II/doc/news/2000/c-3-0.html +++ b/deal.II/doc/news/2000/c-3-0.html @@ -439,6 +439,15 @@ documentation, etc.

deal.II

    +
  1. + New: The DataOut_Faces allows to + output faces instead of cells. This might be handy for 3d + computations if one is only interested in surface plots, or + cuts through the domain. +
    + (WB 2000/09/07) +

    +
  2. Removed: The DataOut_Old class has finally gone for -- 2.39.5