From 9c4d95cebd39e19b450e84f0aa6a76f30d1d83ba Mon Sep 17 00:00:00 2001 From: Marc Fehling Date: Tue, 10 May 2022 16:24:36 -0600 Subject: [PATCH] Adjust changelog for 64bit nonzeros. --- doc/news/changes/incompatibilities/20220404Fehling | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/news/changes/incompatibilities/20220404Fehling b/doc/news/changes/incompatibilities/20220404Fehling index 3dcfb29ad4..841d8aba7f 100644 --- a/doc/news/changes/incompatibilities/20220404Fehling +++ b/doc/news/changes/incompatibilities/20220404Fehling @@ -1,5 +1,6 @@ Changed: All functions `n_nonzero_elements()`, which are members of the -SparseMatrix and SparsityPattern family of classes, now always return -`std::uint64_t` instead of types::global_dof_index. +SparseMatrix and SparsityPattern family of classes from PETSc and +Trilinos, now always return `std::uint64_t` instead of +types::global_dof_index.
(Marc Fehling, 2022/04/04) -- 2.39.5