From 5648a821b220ce48526f080fb369aa4c894cc7a7 Mon Sep 17 00:00:00 2001 From: Luke Roberts Date: Mon, 25 Nov 2024 13:32:37 -0700 Subject: [PATCH] Update doc/sphinx/src/boundary_communication.rst Co-authored-by: Ben Ryan --- doc/sphinx/src/boundary_communication.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sphinx/src/boundary_communication.rst b/doc/sphinx/src/boundary_communication.rst index f16be9c11def..fe061a48c644 100644 --- a/doc/sphinx/src/boundary_communication.rst +++ b/doc/sphinx/src/boundary_communication.rst @@ -554,7 +554,7 @@ Some notes: to ``CoalescedBuffer`` objects. - ``CoalescedBuffersRank`` is where the post-remesh initialization routines are actually implemented. This can either correspond to the send or receive side. -- ``CoalescedBuffer`` corresponds to each coalesced buffer and is where the +- ``CoalescedBuffer`` corresponds to each coalesced buffer and is where the packing, sending, receiving, and unpacking details for coalesced boundary communication are implemented. This object internally owns the ``CommunicationBuffer>`` that is used for sending and receiving the coalesced data (as well as the communication buffer