41 #ifndef DTK_STKMESHENTITYPREDICATES_HPP 42 #define DTK_STKMESHENTITYPREDICATES_HPP 47 #include "DTK_Entity.hpp" 48 #include "DTK_Types.hpp" 50 #include <Teuchos_Array.hpp> 51 #include <Teuchos_RCP.hpp> 53 #include <stk_mesh/base/BulkData.hpp> 54 #include <stk_mesh/base/Selector.hpp> 68 bool operator()(
Entity entity );
74 Teuchos::Array<int> b_part_ids;
86 const Teuchos::RCP<stk::mesh::BulkData> &bulk_data );
117 #endif // end DTK_STKMESHENTITYPREDICATES_HPP Geometric entity interface definition.
Predicates for selecting entities in parts by part name.
Predicates for selecting entities in a selector.
std::function< bool(Entity)> PredicateFunction
Predicate function typedef.
Predicates for selecting entities in a part vector.