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)
Method allowing the merging of all patches of a certain level that can be merged.
Class allowing the definition of a patch position in the Cartesian mesh.
Constant view of an array of type T.
1D data vector with value semantics (STL style).
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --
std::int32_t Int32
Signed integer type of 32 bits.