Arcane  v3.14.10.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
IIncrementalItemConnectivityInternal.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/* IIncrementalItemConnectivityInternal.h (C) 2000-2024 */
9/* */
10/* API interne à Arcane de IncrementalItemConnectivity */
11/*---------------------------------------------------------------------------*/
12#ifndef ARCANE_CORE_INTERNAL_IINCREMENTALITEMCONNECTIVITYINTERNAL_H
13#define ARCANE_CORE_INTERNAL_IINCREMENTALITEMCONNECTIVITYINTERNAL_H
14/*---------------------------------------------------------------------------*/
15/*---------------------------------------------------------------------------*/
16
17#include "arcane/utils/ArrayView.h"
18
20#include "arcane/core/IItemConnectivityAccessor.h"
21
22/*---------------------------------------------------------------------------*/
23/*---------------------------------------------------------------------------*/
24
25namespace Arcane
26{
27
28/*---------------------------------------------------------------------------*/
29/*---------------------------------------------------------------------------*/
34{
35 public:
36
38 Int64 m_total_size = 0;
41};
42
43/*---------------------------------------------------------------------------*/
44/*---------------------------------------------------------------------------*/
49{
50 public:
51
52 virtual ~IIncrementalItemConnectivityInternal() = default;
53
54 public:
55
57 virtual void shrinkMemory() = 0;
58
61};
62
63/*---------------------------------------------------------------------------*/
64/*---------------------------------------------------------------------------*/
65
66} // namespace Arcane
67
68/*---------------------------------------------------------------------------*/
69/*---------------------------------------------------------------------------*/
70
71#endif
Déclarations de types sur les entités.
API interne à Arcane de IIncrementalItemConnectivity.
virtual void shrinkMemory()=0
Réduit au minimum l'utilisation mémoire pour les connectivités.
virtual void addMemoryInfos(ItemConnectivityMemoryInfo &mem_info)=0
Ajoute mem_info les informations mémoire de l'instance.
Informations sur l'utilisation mémoire pour les connectivités.
Int64 m_total_capacity
Nombre total de Int32 allouées (correspond à la somme des capacity())
Int64 m_total_size
Nombre total de Int32 utilisés (correspoind à la somme des size())
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 -*-