14#include "arcane/cartesianmesh/CartesianPatch.h"
16#include "arcane/core/ItemGroup.h"
31 return m_patch->cells();
41 return m_patch->inPatchCells();
51 return m_patch->index();
#define ARCANE_CHECK_POINTER(ptr)
Macro returning the pointer ptr if it is not null or throwing an exception if it is null.
Integer index() const
Index of the patch in the patch array.
CellGroup inPatchCells() const
Cell group of the patch (excluding overlap cells).
CellGroup cells() const
Cell group of the patch (including overlap cells).
ItemGroupT< Cell > CellGroup
Group of cells.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --
Int32 Integer
Type representing an integer.