[−][src]Function gmsh_sys::gmshModelGetPhysicalGroups
pub unsafe extern "C" fn gmshModelGetPhysicalGroups(
dimTags: *mut *mut c_int,
dimTags_n: *mut usize,
dim: c_int,
ierr: *mut c_int
)
Get all the physical groups in the current model. If dim
is >= 0, return
only the entities of the specified dimension (e.g. physical points if dim
== 0). The entities are returned as a vector of (dim, tag) integer pairs.