12#ifndef ARCANE_CORE_MESHKIND_H
13#define ARCANE_CORE_MESHKIND_H
36extern "C++" ARCANE_CORE_EXPORT std::ostream&
45 PatchCartesianMeshOnly
48extern "C++" ARCANE_CORE_EXPORT std::ostream&
69 bool isNonManifold()
const {
return m_is_non_manifold; }
73 void setIsNonManifold(
bool v) { m_is_non_manifold = v; }
79 bool m_is_non_manifold =
false;
Déclarations des types généraux de Arcane.
Caractéristiques d'un maillage.
std::ostream & operator<<(std::ostream &o, eExecutionPolicy exec_policy)
Affiche le nom de la politique d'exécution.
@ Unknown
Accessibilité inconnue.
@ None
Aucune politique d'exécution.
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
eMeshStructure
Structure du maillage.
eMeshAMRKind
Type de maillage AMR.