12#ifndef ARCANE_MESH_GHOSTLAYERBUILDER_H
13#define ARCANE_MESH_GHOSTLAYERBUILDER_H
17#include "arcane/utils/TraceAccessor.h"
19#include "arcane/mesh/DynamicMeshIncrementalBuilder.h"
69 void _addOneGhostLayerV2();
83 Int32 uidToRank(Int64 uid)
85 Int32 rank = (Int32)(uid / m_nb_by_rank);
88 Int32
nrank = rank % m_modulo;
91 Int32 modulo()
const {
return m_modulo; }
Table de hachage pour tableaux associatifs.
Echange d'informations entre processeurs.
Structure interne d'une entité de maillage.
Lecteur des fichiers de maillage via la bibliothèque LIMA.
Construction d'un maillage de manière incrémentale.
Implémentation d'un maillage.
Construction des couches fantômes.
void addGhostChildFromParent()
AMR.
Tableau associatif de ItemInternal.
Classe d'accès aux traces.
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-