Arcane  v3.16.6.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
IExtraGhostItemsBuilder.h
1// -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
2//-----------------------------------------------------------------------------
3// Copyright 2000-2025 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/* IExtraGhostItemsBuilder.h (C) 2000-2025 */
9/* */
10/* Comment on file content. */
11/*---------------------------------------------------------------------------*/
12#ifndef ARCANE_CORE_IEXTRAGHOSTITEMSBUILDER_H_
13#define ARCANE_CORE_IEXTRAGHOSTITEMSBUILDER_H_
14/*---------------------------------------------------------------------------*/
15/*---------------------------------------------------------------------------*/
16
18
19/*---------------------------------------------------------------------------*/
20/*---------------------------------------------------------------------------*/
21
22namespace Arcane
23{
24
25/*---------------------------------------------------------------------------*/
26/*---------------------------------------------------------------------------*/
39class ARCANE_CORE_EXPORT IExtraGhostItemsBuilder
40{
41 public:
42
44 virtual ~IExtraGhostItemsBuilder() = default;
45
46 public:
47
53 virtual void computeExtraItemsToSend() = 0;
54
61};
62
63/*---------------------------------------------------------------------------*/
64/*---------------------------------------------------------------------------*/
65
66} // namespace Arcane
67
68/*---------------------------------------------------------------------------*/
69/*---------------------------------------------------------------------------*/
70
71#endif /* IEXTRAGHOSTITEMSBUILDER_H_ */
Déclarations des types généraux de Arcane.
Vue constante d'un tableau de type T.
Interface d'un constructeur d'item fantômes "extraordinaires".
virtual ~IExtraGhostItemsBuilder()=default
virtual void computeExtraItemsToSend()=0
Calcul des items "extraordinaires" à envoyer Effectue le calcul des items "extraordinaires" suivant u...
virtual ConstArrayView< Int32 > extraItemsToSend(Int32 sid) const =0
Indices locaux des items "extraordinaires" pour envoi Récupère le tableau des items "extraordinaires"...
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
std::int32_t Int32
Type entier signé sur 32 bits.