Interface of a builder for "extraordinary" ghost cells. More...
#include <arcane/core/IExtraGhostParticlesBuilder.h>
Public Member Functions | |
| virtual | ~IExtraGhostParticlesBuilder () |
| Releases resources. | |
| virtual void | computeExtraParticlesToSend ()=0 |
| Calculation of "extraordinary" cells to send. | |
| virtual Int32ConstArrayView | extraParticlesToSend (const String &family_name, Int32 rank) const =0 |
| Local indices of "extraordinary" cells for sending. | |
Interface of a builder for "extraordinary" ghost cells.
An "extraordinary" ghost cell is a ghost cell added to the ghost cells defined by the mesh connectivity. Specifically, the calculation of extraordinary ghost cells is performed during every mesh update or load balancing.
Definition at line 40 of file IExtraGhostParticlesBuilder.h.
|
inlinevirtual |
Releases resources.
Definition at line 44 of file IExtraGhostParticlesBuilder.h.
|
pure virtual |
Calculation of "extraordinary" cells to send.
Performs the calculation of "extraordinary" cells following a construction algorithm.
|
pure virtual |
Local indices of "extraordinary" cells for sending.
Retrieves the array of "extraordinary" cells destined for the sub-domain rank.