From: Peter Munch Date: Mon, 10 May 2021 09:38:37 +0000 (+0200) Subject: Fix cite for PEX X-Git-Tag: v9.3.0-rc1~113^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F12164%2Fhead;p=dealii.git Fix cite for PEX --- 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.