From: Luca Heltai Date: Wed, 7 Nov 2018 21:01:47 +0000 (+0100) Subject: Changelog. X-Git-Tag: v9.1.0-rc1~556^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0dd07bad9f1e55100cb7f95f0c951ed0c2266aef;p=dealii.git Changelog. --- diff --git a/doc/news/changes/minor/20181107LucaHeltai b/doc/news/changes/minor/20181107LucaHeltai new file mode 100644 index 0000000000..a14f128d3f --- /dev/null +++ b/doc/news/changes/minor/20181107LucaHeltai @@ -0,0 +1,6 @@ +New: GridOut::write_vtk and GridIn::read_vtk are now compatible with each other, and can be used to save +and restore a Triangulation with all manifold_ids and boundary_ids correctly saved. +This is now the only format that supports both boundary_id and manifold_id both in reading and writing. +
+(Luca Heltai, 2018/11/07) +