[−][src]Function gmsh_sys::gmshModelGetEntitiesForPhysicalGroup
pub unsafe extern "C" fn gmshModelGetEntitiesForPhysicalGroup(
dim: c_int,
tag: c_int,
tags: *mut *mut c_int,
tags_n: *mut usize,
ierr: *mut c_int
)
Get the tags of the model entities making up the physical group of
dimension dim
and tag tag
.