12#ifndef ARCANE_MESH_GHOSTLAYERBUILDER_H
13#define ARCANE_MESH_GHOSTLAYERBUILDER_H
17#include "arcane/utils/TraceAccessor.h"
19#include "arcane/mesh/DynamicMeshIncrementalBuilder.h"
43 typedef DynamicMeshKindInfos::ItemInternalMap ItemInternalMap;
56 void addGhostLayers(
bool is_allocate);
60 void addGhostChildFromParent2(
Array<Int64>& ghost_cell_to_refine);
69 void _addOneGhostLayerV2();
70 void _exchangeData(
IParallelExchanger* exchanger,BoundaryInfosMap& boundary_infos_to_send);
78class NodeUidToSubDomain
81 NodeUidToSubDomain(
Int64 max_uid,
Int32 nb_rank);
88 Int32 nrank = rank % m_modulo;
91 Int32 modulo()
const {
return m_modulo; }
Tableau d'items de types quelconques.
Enumerateur sur un HashTableMap.
Table de hachage pour tableaux associatifs.
Echange d'informations entre processeurs.
Structure interne d'une entité de maillage.
Implémentation d'un tampon pour la sérialisation.
Vecteur 1D de données avec sémantique par référence.
TraceAccessor(ITraceMng *m)
Construit un accesseur via le gestionnaire de trace m.
Construction d'un maillage de manière incrémentale.
Implémentation d'un maillage.
void addGhostChildFromParent()
AMR.
GhostLayerBuilder(DynamicMeshIncrementalBuilder *mesh_builder)
Construit une instance pour le maillage mesh.
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
std::int64_t Int64
Type entier signé sur 64 bits.
std::int32_t Int32
Type entier signé sur 32 bits.