12#ifndef ARCANE_CARTESIANMESH_INTERNAL_AMRPATCHPOSITIONLEVELGROUP_H
13#define ARCANE_CARTESIANMESH_INTERNAL_AMRPATCHPOSITIONLEVELGROUP_H
17#include "arcane/cartesianmesh/CartesianMeshGlobal.h"
19#include "arcane/utils/UniqueArray.h"
36class AMRPatchPositionLevelGroup
40 explicit AMRPatchPositionLevelGroup(
Int32 max_level);
41 ~AMRPatchPositionLevelGroup();
45 Int32 maxLevel()
const;
void fusionPatches(Int32 level)
Méthode permettant de fusionner tous les patchs d'un certain niveau qui peuvent l'être.
Classe permettant de définir la position d'un patch dans le maillage cartésien.
Vue constante d'un tableau de type T.
Vecteur 1D de données avec sémantique par valeur (style STL).
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
std::int32_t Int32
Type entier signé sur 32 bits.