12#ifndef ARCANE_MESH_EDGEUNIQUEIDBUILDER_H
13#define ARCANE_MESH_EDGEUNIQUEIDBUILDER_H
17#include "arcane/utils/TraceAccessor.h"
19#include "arcane/mesh/DynamicMeshIncrementalBuilder.h"
58 void computeEdgesUniqueIds();
68 void _computeEdgesUniqueIdsParallel3();
69 void _computeEdgesUniqueIdsParallelV2();
70 void _computeEdgesUniqueIdsParallel64bit();
Enumerator for a HashTableMap.
Hash table for associative arrays.
Information exchange between processors.
Interface of the parallelism manager for a subdomain.
Implementation of a buffer for serialization.
TraceAccessor(ITraceMng *m)
Constructs an accessor via the trace manager m.
Construction of a mesh incrementally.
Implementation of a mesh.
EdgeUniqueIdBuilder(DynamicMeshIncrementalBuilder *mesh_builder)
Constructs an instance for the mesh mesh.
void _computeEdgesUniqueIdsSequential()
Calculates the unique IDs for every edge sequentially.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --