From c1d7ad76df3a41766858b49c479b850e96931468 Mon Sep 17 00:00:00 2001 From: Marc Fehling Date: Sat, 7 Jul 2018 15:44:22 -0600 Subject: [PATCH] Add incompatibility changelog on 'p::d::Tria' data transfer interface. --- doc/news/changes/incompatibilities/20180707Fehling | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/news/changes/incompatibilities/20180707Fehling diff --git a/doc/news/changes/incompatibilities/20180707Fehling b/doc/news/changes/incompatibilities/20180707Fehling new file mode 100644 index 0000000000..3cce8be13a --- /dev/null +++ b/doc/news/changes/incompatibilities/20180707Fehling @@ -0,0 +1,11 @@ +Changes: The data transfer interface of the class +`parallel::distributed::Triangulation` now requires different kinds of +callback functions. `register_data_attach()` now takes +`std::function(cell_iterator &, CellStatus)>`, +which returns the buffer of the packed data. `notify_ready_to_unpack()` +requires `std::function::const_iterator &>`, where +the last argument describes an iterator range, from which the callback +function is allowed to read. +
+(Marc Fehling, 2018/07/07) -- 2.39.5