Arcane  4.1.12.0
User documentation
Loading...
Searching...
No Matches
Arcane::IExtraGhostCellsBuilder Class Referenceabstract

Interface of a builder for "extraordinary" ghost cells. More...

#include <arcane/core/IExtraGhostCellsBuilder.h>

Public Member Functions

virtual ~IExtraGhostCellsBuilder ()
 Frees resources.
virtual void computeExtraCellsToSend ()=0
 Calculates the "extraordinary" cells to send.
virtual Int32ConstArrayView extraCellsToSend (Int32 rank) const =0
 Local indices of "extraordinary" cells for sending.

Detailed Description

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 at every update of the mesh or load balancing.

Note
Makes the remove_old_ghost parameter of the IMesh::endUpdate() method obsolete.

Definition at line 38 of file IExtraGhostCellsBuilder.h.

Constructor & Destructor Documentation

◆ ~IExtraGhostCellsBuilder()

virtual Arcane::IExtraGhostCellsBuilder::~IExtraGhostCellsBuilder ( )
inlinevirtual

Frees resources.

Definition at line 42 of file IExtraGhostCellsBuilder.h.

Member Function Documentation

◆ computeExtraCellsToSend()

virtual void Arcane::IExtraGhostCellsBuilder::computeExtraCellsToSend ( )
pure virtual

Calculates the "extraordinary" cells to send.

Performs the calculation of "extraordinary" cells following a construction algorithm

◆ extraCellsToSend()

virtual Int32ConstArrayView Arcane::IExtraGhostCellsBuilder::extraCellsToSend ( Int32 rank) const
pure virtual

Local indices of "extraordinary" cells for sending.

Retrieves the array of "extraordinary" cells destined for subdomain sid


The documentation for this class was generated from the following file: