Skip to content

Commit

Permalink
Update doc/sphinx/src/boundary_communication.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Ryan <[email protected]>
  • Loading branch information
lroberts36 and brryan authored Nov 25, 2024
1 parent b573337 commit 5648a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/sphinx/src/boundary_communication.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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<BufArray1D<Real>>``
that is used for sending and receiving the coalesced data (as well as the communication buffer
Expand Down

0 comments on commit 5648a82

Please sign in to comment.