12#ifndef ARCANE_CARTESIANMESH_CARTESIANMESHRENUMBERINGINFO_H
13#define ARCANE_CARTESIANMESH_CARTESIANMESHRENUMBERINGINFO_H
18#include "arcane/cartesianmesh/CartesianPatch.h"
54 Int32 renumberPatchMethod()
const {
return m_renumber_patch_method; }
63 Int32 renumberFaceMethod()
const {
return m_renumber_faces_method; }
73 bool isSortAfterRenumbering()
const {
return m_is_sort; }
93 Int32 m_renumber_patch_method = 0;
94 Int32 m_renumber_faces_method = 0;
95 CartesianPatch m_parent_patch;
96 bool m_is_sort =
false;
Déclarations des types généraux de Arcane.
Informations pour la renumérotation.
void setSortAfterRenumbering(bool v)
Indique si on retrie les entités après renumérotation.
void setRenumberFaceMethod(Int32 v)
Méthode pour renuméroter les faces.
void setParentPatch(CartesianPatch patch)
Numéro du patch parent pour la renumérotation.
void setRenumberPatchMethod(Int32 v)
Méthode pour renuméroter les patchs.
Patch AMR d'un maillage cartésien.
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
std::int32_t Int32
Type entier signé sur 32 bits.