From c77fc6a435e2da4e6e95fda8907186c453e17288 Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Mon, 10 May 2021 11:38:37 +0200 Subject: [PATCH] Fix cite for PEX --- include/deal.II/base/mpi_consensus_algorithms.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/deal.II/base/mpi_consensus_algorithms.h b/include/deal.II/base/mpi_consensus_algorithms.h index c01364caab..05ad9c32ba 100644 --- a/include/deal.II/base/mpi_consensus_algorithms.h +++ b/include/deal.II/base/mpi_consensus_algorithms.h @@ -352,8 +352,7 @@ namespace Utilities * @note The function * Utilities::MPI::compute_point_to_point_communication_pattern() is * used to determine the source processes, which implements a - * PEX-algorithm from Hoefner et al., "Scalable Communication - * Protocols for Dynamic Sparse Data Exchange". + * PEX-algorithm from @cite hoefler2010scalable. * * @tparam T1 The type of the elements of the vector to be sent. * @tparam T2 The type of the elements of the vector to be received. -- 2.39.5