12#ifndef ARCANE_CARTESIANMESH_CARTESIANMESHUNIQUEIDRENUMBERINGV2_H
13#define ARCANE_CARTESIANMESH_CARTESIANMESHUNIQUEIDRENUMBERINGV2_H
17#include "arcane/utils/TraceAccessor.h"
22#include "arcane/cartesianmesh/CartesianMeshGlobal.h"
40class CartesianMeshUniqueIdRenumberingV2
46 ~CartesianMeshUniqueIdRenumberingV2() =
default;
56 bool m_is_verbose =
false;
63 Int64 current_level_nb_cell_x,
Int64 current_level_nb_cell_y,
68 Int64 current_level_nb_cell_x,
Int64 current_level_nb_cell_y,
Int64 current_level_nb_cell_z,
Declarations of types on entities.
Brief: Cartesian mesh generation information.
Interface of a Cartesian mesh.
Interface of an entity family.
TraceAccessor(ITraceMng *m)
Constructs an accessor via the trace manager m.
MeshVariableScalarRefT< Cell, Int64 > VariableCellInt64
Quantity at the cell center of 64-bit integer type.
MeshVariableScalarRefT< Node, Int64 > VariableNodeInt64
Quantity at the node of 64-bit integer type.
ItemVariableScalarRefT< Int64 > VariableItemInt64
Quantity of 64-bit integer type.
MeshVariableScalarRefT< Face, Int64 > VariableFaceInt64
Quantity at the face of 64-bit integer type.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --
std::int64_t Int64
Signed integer type of 64 bits.
std::int32_t Int32
Signed integer type of 32 bits.