13 #include <stk_util/util/StaticAssert.hpp> 15 #include <stk_util/environment/ReportHandler.hpp> 17 #include <stk_mesh/base/EntityKey.hpp> 27 sizeof(EntityKey::raw_key_type) >::OK };
30 "entity_rank out of range, entity_rank= " <<
entity_rank <<
" rank() = " << rank() <<
" entity_id= " <<
entity_id <<
" id() = " <<
id() );
33 "entity_id out of range, entity_rank= " <<
entity_rank <<
" rank() = " << rank() <<
" entity_id= " <<
entity_id <<
" id() = " <<
id() );
Compile-time assertionIf the compile-time expression is true then defines.
EntityId entity_id(const EntityKey &key)
Given an entity key, return the identifier for the entity.
EntityRank entity_rank(const EntityKey &key)
Given an entity key, return an entity type (rank).