[−][src]Function gmsh_sys::gmshModelGetPhysicalGroupsForEntity
pub unsafe extern "C" fn gmshModelGetPhysicalGroupsForEntity(
dim: c_int,
tag: c_int,
physicalTags: *mut *mut c_int,
physicalTags_n: *mut usize,
ierr: *mut c_int
)
Get the tags of the physical groups (if any) to which the model entity of
dimension dim
and tag tag
belongs.