Strategy for synchronizing the list of materials/media of entities. More...
#include <arcane/materials/internal/IMeshMaterialSynchronizerImpl.h>
Public Member Functions | |
| virtual bool | synchronizeMaterialsInCells ()=0 |
| Synchronization of the list of materials/media of entities. | |
Strategy for synchronizing the list of materials/media of entities.
This abstract class determines the synchronization method between the sub-domains and the list of materials/media to which a cell belongs.
Definition at line 42 of file IMeshMaterialSynchronizerImpl.h.
|
inlineexplicitprotected |
Definition at line 46 of file IMeshMaterialSynchronizerImpl.h.
|
inlinevirtual |
Definition at line 50 of file IMeshMaterialSynchronizerImpl.h.
|
pure virtual |
Synchronization of the list of materials/media of entities.
This operation is collective.
Returns true if cells were added or removed from a material or a medium during this operation for this sub-domain.
Implemented in Arcane::Materials::AcceleratorMeshMaterialSynchronizerImpl, and Arcane::Materials::LegacyMeshMaterialSynchronizerImpl.