Arcane  v3.14.10.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
ItemAllocationInfo.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/* ItemAllocationInfo (C) 2000-2023 */
9/* */
10/* AllocationInfo for mesh using eItemAllocationInfo mode */
11/*---------------------------------------------------------------------------*/
12#ifndef ARCANE_ITEMALLOCATIONINFO_H
13#define ARCANE_ITEMALLOCATIONINFO_H
14/*---------------------------------------------------------------------------*/
15/*---------------------------------------------------------------------------*/
16
18#include "arcane/utils/UniqueArray.h"
19
20/*---------------------------------------------------------------------------*/
21/*---------------------------------------------------------------------------*/
22
23namespace Arcane
24{
25
26/*---------------------------------------------------------------------------*/
27/*---------------------------------------------------------------------------*/
28
30{
31 public:
32
34 {
35 String name;
36 eItemKind item_kind;
37 String connectivity_name;
38 Int32ConstSmallSpan nb_connected_items_per_item;
39 Int64ConstSmallSpan connected_items_uids;
40 };
41
43 {
44 String name;
45 eItemKind item_kind;
46 Int64ConstSmallSpan item_uids;
47 UniqueArray<ConnectedFamilyInfo> connected_family_info;
48 Real3ConstSmallSpan item_coordinates; // if needed
49 String item_coordinates_variable_name; // if needed
50 };
51 UniqueArray<FamilyInfo> family_infos;
52};
53
54} // End namespace Arcane
55
56/*---------------------------------------------------------------------------*/
57/*---------------------------------------------------------------------------*/
58
59#endif //ARCANE_ITEMALLOCATIONINFO_H
60
61/*---------------------------------------------------------------------------*/
62/*---------------------------------------------------------------------------*/
Déclarations des types généraux de Arcane.
Lecteur des fichiers de maillage via la bibliothèque LIMA.
Definition Lima.cc:120
Vue d'un tableau d'éléments de type T.
Definition Span.h:670
Chaîne de caractères unicode.
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
eItemKind
Genre d'entité de maillage.