41 #ifndef DTK_STKMESHENTITY_HPP 42 #define DTK_STKMESHENTITY_HPP 44 #include "DTK_Entity.hpp" 45 #include "DTK_Types.hpp" 47 #include <Teuchos_Ptr.hpp> 49 #include <stk_mesh/base/BulkData.hpp> 50 #include <stk_mesh/base/Entity.hpp> 74 const Teuchos::Ptr<stk::mesh::BulkData> &bulk_data );
83 #endif // end DTK_STKMESHENTITY_HPP Geometric entity interface definition.
STKMesh entity interface definition.
STKMeshEntity(const stk::mesh::Entity &stk_entity, const Teuchos::Ptr< stk::mesh::BulkData > &bulk_data)
Constructor.