From: Marc Fehling Date: Thu, 27 Oct 2022 21:07:26 +0000 (-0600) Subject: fe_index: added changelog. X-Git-Tag: v9.5.0-rc1~890^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a45af912fb54996ba42c73994d0c114e2834299a;p=dealii.git fe_index: added changelog. --- diff --git a/doc/news/changes/incompatibilities/20221027Fehling b/doc/news/changes/incompatibilities/20221027Fehling new file mode 100644 index 0000000000..82ddba836a --- /dev/null +++ b/doc/news/changes/incompatibilities/20221027Fehling @@ -0,0 +1,16 @@ +Changed: We introduced a stronger datatype for FE indices: + +This affects interfaces to a lot of functions. Most of them are backwards compatible via implicit conversion. +Functions that do not fall in that category are listed below and might need your attention. +Some of them have been deprecated, some are replaced because we imagine them only being used internally. + +Further, the serialization of parallel::distributed::Triangulation objects is also affected by this change +as we write FE indices to disk. Thus, the version in the serialization metafile has been bumped to `5`. +
+(Marc Fehling, 10/27/2022)