Arcane  v3.14.10.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
ItemGroupImplInternal.h
1// -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
2//-----------------------------------------------------------------------------
3// Copyright 2000-2024 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/* ItemGroupImplInternal.h (C) 2000-2024 */
9/* */
10/* API interne à Arcane de ItemGroupImpl. */
11/*---------------------------------------------------------------------------*/
12#ifndef ARCANE_CORE_INTERNAL_ITEMGROUPIMPLINTERNAL_H
13#define ARCANE_CORE_INTERNAL_ITEMGROUPIMPLINTERNAL_H
14/*---------------------------------------------------------------------------*/
15/*---------------------------------------------------------------------------*/
16
18#include "arcane/core/VariableTypes.h"
19
20/*---------------------------------------------------------------------------*/
21/*---------------------------------------------------------------------------*/
22
23namespace Arcane
24{
25class ItemGroupImpl;
26
27/*---------------------------------------------------------------------------*/
28/*---------------------------------------------------------------------------*/
32class ARCANE_CORE_EXPORT ItemGroupImplInternal
33{
34 public:
35
37 : m_p(p)
38 {}
39
40 public:
41
43 void setAsConstituentGroup();
44
46 SmallSpan<Int32> itemsLocalId();
47
54 void notifyDirectRemoveItems(SmallSpan<const Int32> removed_ids, Int32 nb_remaining);
55
57 void notifySimdPaddingDone();
58
60 void setMemoryRessourceForItemLocalId(eMemoryRessource mem);
61
62 private:
63
64 ItemGroupInternal* m_p = nullptr;
65};
66
67/*---------------------------------------------------------------------------*/
68/*---------------------------------------------------------------------------*/
69
70} // namespace Arcane
71
72/*---------------------------------------------------------------------------*/
73/*---------------------------------------------------------------------------*/
74
75#endif
Déclarations des types généraux de Arcane.
API interne à Arcane de ItemGroupImpl.
Implémentation de la classe ItemGroupImpl.
Lecteur des fichiers de maillage via la bibliothèque LIMA.
Definition Lima.cc:120
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
eMemoryRessource
Liste des ressources mémoire disponibles.