14#include "arcane/core/MeshKind.h"
32 return "Unstructured";
49 return "PatchCartesianMeshOnly";
58 return "MonoDimension";
60 return "MultiDimension";
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --
eMeshCellDimensionKind
Types of mesh dimension management.
@ MultiDimension
The cells have the same dimension as the mesh or a lower dimension.
@ NonManifold
Non-manifold mesh.
@ MonoDimension
The cells have the same dimension as the mesh.
eMeshStructure
Mesh structure.
@ Unknown
Unknown or not initialized.
@ Cartesian
Cartesian mesh.
@ Unstructured
Unstructured mesh.
std::ostream & operator<<(std::ostream &ostr, eItemKind item_kind)
Output operator for a stream.
eMeshAMRKind
AMR mesh type.
@ Patch
The mesh is AMR by patch.
@ Cell
The mesh is AMR by cell.
@ None
The mesh is not AMR.
@ PatchCartesianMeshOnly
The mesh is AMR by Cartesian patch (rectangular).