From: Martin Kronbichler Date: Thu, 26 May 2022 18:16:10 +0000 (+0200) Subject: Deprecate GridTools::CellDataTransferBuffer X-Git-Tag: v9.4.0-rc1~130^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b41251d401533cd8b11011378d2eee5f03bb853e;p=dealii.git Deprecate GridTools::CellDataTransferBuffer --- diff --git a/include/deal.II/grid/grid_tools.h b/include/deal.II/grid/grid_tools.h index 5d7f894d83..6562abaa9a 100644 --- a/include/deal.II/grid/grid_tools.h +++ b/include/deal.II/grid/grid_tools.h @@ -3297,9 +3297,12 @@ namespace GridTools * * Type @p T is assumed to be serializable by boost::serialization (for * example unsigned int or std::vector@). + * + * @deprecated The implementation in deal.II has been rewritten, making this class + * obsolete for use within deal.II. Use your own data structures instead. */ template - struct CellDataTransferBuffer + struct DEAL_II_DEPRECATED CellDataTransferBuffer { /** * A vector to store IDs of cells to be transferred.