12#ifndef ARCANE_CARTESIANMESH_INTERNAL_CARTESIANMESHUNIQUEIDRENUMBERING_H
13#define ARCANE_CARTESIANMESH_INTERNAL_CARTESIANMESHUNIQUEIDRENUMBERING_H
17#include "arcane/utils/TraceAccessor.h"
22#include "arcane/cartesianmesh/CartesianPatch.h"
40class CartesianMeshUniqueIdRenumbering
49 ~CartesianMeshUniqueIdRenumbering() =
default;
60 bool m_is_verbose =
false;
61 Int32 m_patch_method = 1;
70 Int64 current_level_nb_cell_x,
Int64 current_level_nb_cell_y,
Int64 current_level_nb_cell_z,
74 Int64 current_level_nb_cell_x,
Int64 current_level_nb_cell_y,
Int64 current_level_nb_cell_z,
Declarations of types on entities.
AMR Patch of a Cartesian mesh.
Brief: Cartesian mesh generation information.
Interface of an AMR patch of a Cartesian mesh.
Interface of a Cartesian mesh.
Interface of an entity family.
TraceAccessor(ITraceMng *m)
Constructs an accessor via the trace manager m.
ItemVariableScalarRefT< Int64 > VariableItemInt64
Quantity 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.