From: Luca Heltai Date: Mon, 10 Sep 2007 15:14:28 +0000 (+0000) Subject: Added comment on grid_out changes. X-Git-Tag: v8.0.0~9869 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac6039cfbec549deffc885c08834d91680ca0b41;p=dealii.git Added comment on grid_out changes. git-svn-id: https://svn.dealii.org/trunk@15189 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index dcc7cf13bc..2f58853b7e 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -71,8 +71,19 @@ inconvenience this causes.

deal.II

-
    -
  1. +
      +
    1. Fixed+New: The GridOut::Ucd and GridOut::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 + corrisponding GridIn functions, would not yeld the same mesh upon + refinement. +
      + (Luca Heltai 2007/09/10) +

      +
    2. +