Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
ParallelMngUtilsFactoryBase.h
1// -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
2//-----------------------------------------------------------------------------
3// Copyright 2000-2026 CEA (www.cea.fr) IFPEN (www.ifpenergiesnouvelles.com)
4// See the top-level COPYRIGHT file for details.
5// SPDX-License-Identifier: Apache-2.0
6//-----------------------------------------------------------------------------
7/*---------------------------------------------------------------------------*/
8/* ParallelMngUtilsFactoryBase.h (C) 2000-2025 */
9/* */
10/* Base class of a factory for IParallelMng utility functions. */
11/*---------------------------------------------------------------------------*/
12#ifndef ARCANE_IMPL_INTERNAL_PARALLELMNGUTILSFACTORY_H
13#define ARCANE_IMPL_INTERNAL_PARALLELMNGUTILSFACTORY_H
14/*---------------------------------------------------------------------------*/
15/*---------------------------------------------------------------------------*/
16
17#include "arcane/core/internal/IParallelMngUtilsFactory.h"
18
19/*---------------------------------------------------------------------------*/
20/*---------------------------------------------------------------------------*/
21
22namespace Arcane
23{
24
25/*---------------------------------------------------------------------------*/
26/*---------------------------------------------------------------------------*/
27
45
46/*---------------------------------------------------------------------------*/
47/*---------------------------------------------------------------------------*/
48
49} // End namespace Arcane
50
51/*---------------------------------------------------------------------------*/
52/*---------------------------------------------------------------------------*/
53
54#endif
Interface of an entity family.
Definition IItemFamily.h:83
Interface of a factory for the utility functions of IParallelMng.
Interface of the parallelism manager for a subdomain.
Mesh entity group.
Definition ItemGroup.h:51
Base class of a factory for IParallelMng utility functions.
Ref< IVariableSynchronizer > createSynchronizer(IParallelMng *pm, IItemFamily *family) override
Returns an interface to synchronize variables on the group of the family family.
Ref< IGetVariablesValuesParallelOperation > createGetVariablesValuesOperation(IParallelMng *pm) override
Returns an operation to retrieve the values of a variable on the entities of another subdomain.
Ref< ISerializeMessage > createReceiveSerializeMessage(IParallelMng *pm, Int32 rank) override
Creates a non-blocking serialization message for receiving from rank rank.
Ref< ITransferValuesParallelOperation > createTransferValuesOperation(IParallelMng *pm) override
Returns an operation to transfer values between ranks.
Ref< IParallelExchanger > createExchanger(IParallelMng *pm) override
Returns an interface to transfer messages between ranks.
Ref< IParallelTopology > createTopology(IParallelMng *pm) override
Creates an instance containing information about the rank topology of this manager.
Ref< ISerializeMessage > createSendSerializeMessage(IParallelMng *pm, Int32 rank) override
Creates a non-blocking serialization message for sending to rank rank.
Reference to an instance.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --
std::int32_t Int32
Signed integer type of 32 bits.