Arcane  v3.14.10.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
ItemGroupsSynchronize.h
1// -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
2//-----------------------------------------------------------------------------
3// Copyright 2000-2022 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/* ItemGroupsSynchronize.h (C) 2000-2016 */
9/* */
10/* Synchronisations des groupes. */
11/*---------------------------------------------------------------------------*/
12#ifndef ARCANE_MESH_ITEMGROUPSSYNCHRONIZE_H
13#define ARCANE_MESH_ITEMGROUPSSYNCHRONIZE_H
14/*---------------------------------------------------------------------------*/
15/*---------------------------------------------------------------------------*/
16
17#include "arcane/utils/List.h"
18#include "arcane/utils/TraceAccessor.h"
19
20#include "arcane/MeshVariable.h"
21
22#include "arcane/mesh/MeshGlobal.h"
23
24/*---------------------------------------------------------------------------*/
25/*---------------------------------------------------------------------------*/
26
27ARCANE_BEGIN_NAMESPACE
28
29/*---------------------------------------------------------------------------*/
30/*---------------------------------------------------------------------------*/
31
32class IMesh;
33
34/*---------------------------------------------------------------------------*/
35/*---------------------------------------------------------------------------*/
36
37ARCANE_MESH_BEGIN_NAMESPACE
38
39/*---------------------------------------------------------------------------*/
40/*---------------------------------------------------------------------------*/
41
42/*---------------------------------------------------------------------------*/
43/*---------------------------------------------------------------------------*/
62: public TraceAccessor
63{
64 public:
65
77
78 public:
79
81 void synchronize();
87 Integer checkSynchronize();
88
89 public:
90
91 IItemFamily* m_item_family;
92 typedef Int32 IntAggregator;
94 ItemGroupList m_groups;
95
96 private:
97 void _setGroups();
98};
99
100/*---------------------------------------------------------------------------*/
101/*---------------------------------------------------------------------------*/
102
103ARCANE_MESH_END_NAMESPACE
104ARCANE_END_NAMESPACE
105
106/*---------------------------------------------------------------------------*/
107/*---------------------------------------------------------------------------*/
108
109#endif
110
Interface d'une famille d'entités.
Informations pour synchroniser les groupes entre sous-domaines.
Int32 IntAggregator
Type employé pour l'aggrégation des communications de groupes.
Lecteur des fichiers de maillage via la bibliothèque LIMA.
Definition Lima.cc:120