int xfGetMeshPropertyGroup(xid MeshGroupId, xid *PropGroupId); int xfGetMeshElementPropertyGroup(xid MeshGroupId, xid *PropGroupId); int xfGetMeshNodePropertyGroup(xid MeshGroupId, xid *PropGroupId);
SUBROUTINE XF_GET_MESH_PROPERY_GROUP(MeshGroupId, PropGroupId, Error) INTEGER(XID), INTENT(IN) :: MeshGroupId INTEGER(XID), INTENT(OUT) :: PropGroupId INTEGER, INTENT(OUT) :: Error SUBROUTINE XF_GET_MESH_ELEM_PROP_GRP (MeshGroupId, PropGroupId, Error) INTEGER(XID), INTENT(IN) :: MeshGroupId INTEGER(XID), INTENT(OUT) :: PropGroupId INTEGER, INTENT(OUT) :: Error SUBROUTINE XF_GET_MESH_NODE_PROPERTY_GROUP(MeshGroupId, PropGroupId, Error) INTEGER(XID), INTENT(IN) :: MeshGroupId INTEGER(XID), INTENT(OUT) :: PropGroupId INTEGER, INTENT(OUT) :: Error