Arcane
v3.16.0.0
Documentation utilisateur
Chargement...
Recherche...
Aucune correspondance
GhostItemsVariableParallelOperation.h
1
// -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
2
//-----------------------------------------------------------------------------
3
// Copyright 2000-2023 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
/* GhostItemsVariableParallelOperation.h (C) 2000-2023 */
9
/* */
10
/* Opérations parallèles sur les entités fantômes. */
11
/*---------------------------------------------------------------------------*/
12
#ifndef ARCANE_PARALLEL_GHOSTITEMSVARIABLEPARALLELOPERATION_H
13
#define ARCANE_PARALLEL_GHOSTITEMSVARIABLEPARALLELOPERATION_H
14
/*---------------------------------------------------------------------------*/
15
/*---------------------------------------------------------------------------*/
16
17
#include "arcane/parallel/VariableParallelOperationBase.h"
18
19
/*---------------------------------------------------------------------------*/
20
/*---------------------------------------------------------------------------*/
21
22
namespace
Arcane::Parallel
23
{
24
25
/*---------------------------------------------------------------------------*/
26
/*---------------------------------------------------------------------------*/
27
/*!
28
* \brief Opérations parallèle sur les entités fantômes.
29
*/
30
class
ARCANE_CORE_EXPORT GhostItemsVariableParallelOperation
31
:
public
VariableParallelOperationBase
32
{
33
public
:
34
35
explicit
GhostItemsVariableParallelOperation(
IItemFamily
* family);
36
virtual
~GhostItemsVariableParallelOperation
() {}
//!< Libère les ressources.
37
38
public
:
39
40
protected
:
41
42
virtual
void
_buildItemsToSend();
43
};
44
45
/*---------------------------------------------------------------------------*/
46
/*---------------------------------------------------------------------------*/
47
48
}
49
50
/*---------------------------------------------------------------------------*/
51
/*---------------------------------------------------------------------------*/
52
53
#endif
54
Arcane::IItemFamily
Interface d'une famille d'entités.
Definition
IItemFamily.h:84
Arcane::Parallel::GhostItemsVariableParallelOperation::~GhostItemsVariableParallelOperation
virtual ~GhostItemsVariableParallelOperation()
Libère les ressources.
Definition
GhostItemsVariableParallelOperation.h:36
Arcane::Parallel
Implémentation de la concurrence.
Definition
Concurrency.h:277
arcane
core
parallel
GhostItemsVariableParallelOperation.h
Généré le Lundi 24 Mars 2025 02:48:32 pour Arcane par
1.13.2