12#ifndef ARCANE_MESH_SUBMESHTOOLS_H
13#define ARCANE_MESH_SUBMESHTOOLS_H
20#include "arcane/mesh/MeshGlobal.h"
22#include "arcane/utils/TraceAccessor.h"
23#include "arcane/utils/String.h"
59 void removeDeadGhostCells();
60 void removeGhostMesh();
61 void removeFloatingItems();
62 void updateGhostMesh();
70 void _checkValidItemOwner();
71 void _checkFloatingItems();
82 void _removeCell(
Cell cell);
Base class for 1D data vectors.
Interface of an entity family.
Interface of the parallelism manager for a subdomain.
Internal structure of a mesh entity.
Unicode character string.
TraceAccessor(ITraceMng *m)
Constructs an accessor via the trace manager m.
Construction of a mesh incrementally.
Implementation of a mesh.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --