From: Ralf Hartmann Date: Wed, 12 Sep 2007 11:16:43 +0000 (+0000) Subject: Fix typos and simplify. @p is not required, doxygen recognizes the names also without @p. X-Git-Tag: v8.0.0~9859 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=759fc14230875f4c42cf6cebae8f70792a016d6e;p=dealii.git Fix typos and simplify. @p is not required, doxygen recognizes the names also without @p. git-svn-id: https://svn.dealii.org/trunk@15199 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index f5dce9f426..7b3df1b838 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -72,21 +72,21 @@ inconvenience this causes.

deal.II

    -
  1. Fixed+New: The @p GridOutFlags::Ucd and - @p GridOutFlags::Msh structures now take a new parameter +

  2. Fixed+New: The GridOutFlags::Ucd and + GridOutFlags::Msh structures now take a new parameter write_lines to output lines with boundary id different from 0 in three-dimensional meshes. This fixes an annoying bug for which meshes with ids different from zero where not written in a compatible way, and if re-read with the corresponding - @p GridIn functions, would not yield the same mesh upon + GridIn functions, would not yield the same mesh upon refinement.
    (Luca Heltai 2007/09/10)

  3. -
  4. Extendend: The possibilities of graphical output via the DataOut, +

  5. Extended: The possibilities of graphical output via the DataOut, DataOutFaces and DataOutRotation classes have been extended by the - ability to perform a postrocessing step before a given data + ability to perform a postprocessing step before a given data vector is written to the output. This way, derived variables can be written instead of the original data. To this end, there is a new version of DataOut_DoFData::add_data_vector taking a