14#include "arcane/core/materials/ComponentItem.h"
16#include "arcane/utils/FatalErrorException.h"
17#include "arcane/utils/TraceInfo.h"
29_badConversion(matimpl::ConstituentItemBase item_base, Int32 level,Int32 expected_level)
31 ARCANE_FATAL(
"bad level for internal component cell level={0} expected={1} cid={2} component_id={3}",
32 level,expected_level, item_base.m_constituent_item_index,item_base.componentId());
#define ARCANE_FATAL(...)
Macro envoyant une exception FatalErrorException.
__host__ __device__ Int32 level() const
Niveau hiérarchique de l'entité
Active toujours les traces dans les parties Arcane concernant les matériaux.