13#ifndef ARCANE_IMPL_IDATASYNCHRONIZEIMPLEMENTATION_H
14#define ARCANE_IMPL_IDATASYNCHRONIZEIMPLEMENTATION_H
18#include "arcane/utils/Ref.h"
36using IGenericVariableSynchronizerDispatcher
39using IGenericVariableSynchronizerDispatcherFactory
42using AbstractGenericVariableSynchronizerDispatcher
45using ItemGroupSynchronizeInfo
63 virtual void compute() = 0;
98 void setDataSynchronizeInfo(
DataSynchronizeInfo* sync_info)
final { m_sync_info = sync_info; }
Information necessary to synchronize entities across a group.
Generic buffer for data synchronization.
Interface for a generic dispatcher factory.
Interface for a generic dispatcher.
Interface of the parallelism manager for a subdomain.
Reference to an instance.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --