14#include "arcane/core/materials/ComponentItem.h"
16#include "arcane/utils/FatalErrorException.h"
17#include "arcane/utils/TraceInfo.h"
29operator<<(std::ostream& o,
const ComponentCell& mvi)
42 ARCANE_FATAL(
"bad level for internal component cell level={0} expected={1} cid={2} component_id={3}",
43 level,expected_level, item_base.m_constituent_item_index,item_base.
componentId());
#define ARCANE_FATAL(...)
Macro envoyant une exception FatalErrorException.
Index d'un ConstituentItem dans une variable.
friend std::ostream & operator<<(std::ostream &o, const ComponentCell &mvi)
Opérateur d'écriture.
__host__ __device__ Int32 level() const
Niveau hiérarchique de l'entité
__host__ __device__ Int32 componentId() const
Identifiant du composant.
Active toujours les traces dans les parties Arcane concernant les matériaux.
std::int32_t Int32
Type entier signé sur 32 bits.