From: Wolfgang Bangerth Date: Thu, 13 May 2010 03:03:46 +0000 (+0000) Subject: Announce VTU format. X-Git-Tag: v8.0.0~6113 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b22baf6b20a47769354bd7b87a54a3a463d201bb;p=dealii.git Announce VTU format. git-svn-id: https://svn.dealii.org/trunk@21121 0785d39b-7218-0410-832d-ea1e28bc413d --- 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