Arcane  v3.14.10.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
IExtraGhostParticlesBuilder.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/* IExtraGhostParticlesBuilder.h (C) 2000-2022 */
9/* */
10/* Interface d'un constructeur de mailles fantômes "extraordinaires" */
11/*---------------------------------------------------------------------------*/
12#ifndef ARCANE_IEXTRAGHOSTPARTICLESBUILDER_H
13#define ARCANE_IEXTRAGHOSTPARTICLESBUILDER_H
14/*---------------------------------------------------------------------------*/
15/*---------------------------------------------------------------------------*/
16
17#include "arcane/ArcaneTypes.h"
18
19/*---------------------------------------------------------------------------*/
20/*---------------------------------------------------------------------------*/
21
22namespace Arcane
23{
24
25/*---------------------------------------------------------------------------*/
26/*---------------------------------------------------------------------------*/
39{
40 public:
41
43
44 public:
45
52 virtual void computeExtraParticlesToSend() =0;
53
60 virtual Int32ConstArrayView extraParticlesToSend(const String& family_name,Int32 rank) const =0;
61};
62
63/*---------------------------------------------------------------------------*/
64/*---------------------------------------------------------------------------*/
65
66} // End namespace Arcane
67
68/*---------------------------------------------------------------------------*/
69/*---------------------------------------------------------------------------*/
70
71#endif
72
Interface d'un constructeur de mailles fantômes "extraordinaires".
virtual void computeExtraParticlesToSend()=0
Calcul des mailles "extraordinaires" à envoyer.
virtual ~IExtraGhostParticlesBuilder()
Libère les ressources.
virtual Int32ConstArrayView extraParticlesToSend(const String &family_name, Int32 rank) const =0
Indices locaux des mailles "extraordinaires" pour envoi.
Lecteur des fichiers de maillage via la bibliothèque LIMA.
Definition Lima.cc:120
Vue constante d'un tableau de type T.
Chaîne de caractères unicode.
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-