From 00be2ad1f1980f2dfc70723f5ce3de7c29e3bb26 Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 13 May 2010 03:03:46 +0000 Subject: [PATCH] Announce VTU format. git-svn-id: https://svn.dealii.org/trunk@21121 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 c2e85013b5..cae2c5aa8c 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -277,6 +277,13 @@ inconvenience this causes.

base

    +
  1. New: The DataOutBase class (and all derived classes such as DataOut, + MatrixOut, etc) can now produce the XML-based version of the VTK file format + (the so-called VTU format). +
    + (Scott Miller 2010/05/12) +

  2. +
  3. Changed: The Function::vector_gradient_list function was previously implemented by calling Function::gradient on each point and each component. It has been changed to now call Function::vector_gradient on each point -- 2.39.5