From 822a8595641f152264995593a80da7b1d59f5c84 Mon Sep 17 00:00:00 2001 From: Luke Roberts Date: Wed, 27 Nov 2024 19:55:47 -0700 Subject: [PATCH] Remove deprecated note --- doc/sphinx/src/boundary_communication.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/sphinx/src/boundary_communication.rst b/doc/sphinx/src/boundary_communication.rst index e9df491af73f..4d99c63387db 100644 --- a/doc/sphinx/src/boundary_communication.rst +++ b/doc/sphinx/src/boundary_communication.rst @@ -563,9 +563,6 @@ Some notes: ``MetaData::FillGhost`` fields in a simulation, we need to be able to interpret coalesced messages that that contain a subset of fields. Most of what is needed for this is implemented in ``GetBndIdsOnDevice``. -- Currently, there is a ``Compare`` method in ``CoalescedBuffer`` that is just for - debugging. It should compare the received coalesced messages to the variable-boundary buffer - messages, but using it requires some hacks in the code to send both types of buffers. - The coalesced buffers are sparse aware and approximately allocate the amount of space required to store the *allocated* fields. This means the size of the buffers can change dynamically between steps. Currently, we allocate twice as much memory as is required to store the allocated