1 #ifndef stk_mesh_PartRelation_hpp
2 #define stk_mesh_PartRelation_hpp
4 #include <stk_mesh/base/Types.hpp>
6 namespace stk_classic {
43 #ifndef DOXYGEN_COMPILE
49 PartRelation(
const PartRelation & rhs )
54 PartRelation & operator = (
const PartRelation & rhs )
71 #endif // stk_mesh_PartRelation_hpp
int(* relation_stencil_ptr)(unsigned from_type, unsigned to_type, unsigned identifier)
A relation stencil maps entity relationships to ordinals.
Part * m_target
relation range part
An application-defined subset of a problem domain.
Part * m_root
relation domain part
relation_stencil_ptr m_function
relation stencil
A defined entity-relationship between parts. An internal class that should never need to be directly...