14#ifndef ARCANE_CARTESIANMESH_ICARTESIANMESHAMRPATCHMNG_H
15#define ARCANE_CARTESIANMESH_ICARTESIANMESHAMRPATCHMNG_H
20#include "arcane/cartesianmesh/CartesianMeshGlobal.h"
63 virtual void coarsen(
bool update_parent_flag) = 0;
Declarations of types used in Arcane.
virtual void refine()=0
Method allowing cell refinement using the "II_Refine" flag.
virtual void coarsen(bool update_parent_flag)=0
Method allowing removal of cells marked with the "II_Coarsen" flag.
virtual void createSubLevel()=0
Method allowing coarsening of level 0 cells.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --