[−][src]Function gmsh_sys::gmshModelMeshReorderElements
pub unsafe extern "C" fn gmshModelMeshReorderElements(
elementType: c_int,
tag: c_int,
ordering: *mut usize,
ordering_n: usize,
ierr: *mut c_int
)
Reorder the elements of type elementType
classified on the entity of tag
tag
according to ordering
.