From 125556c3f5103f7d71810d2cc874aafc9a5e2c21 Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Wed, 3 Jun 2020 10:44:35 +0200 Subject: [PATCH] Triangulation/DoFHandler: binary incompatibility --- doc/news/changes/incompatibilities/20200603Munch | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/news/changes/incompatibilities/20200603Munch diff --git a/doc/news/changes/incompatibilities/20200603Munch b/doc/news/changes/incompatibilities/20200603Munch new file mode 100644 index 0000000000..0b210e71db --- /dev/null +++ b/doc/news/changes/incompatibilities/20200603Munch @@ -0,0 +1,7 @@ +Changed: The binary representation of the Triangulation and DoFHandler classes +created by the function `save()` with release 9.2 cannot be read anymore with +`load()` due to major internal changes +of these classes. This change also affects, i.a., the functions +`GridIn::read_vtu()` and `GridOut::write_vtu()`. +
+(Peter Munch, 2020/06/03) -- 2.39.5