Function gmshModelMeshReorderElements

Source
pub unsafe extern "C" fn gmshModelMeshReorderElements(
    elementType: c_int,
    tag: c_int,
    ordering: *mut usize,
    ordering_n: usize,
    ierr: *mut c_int,
)
Expand description

Reorder the elements of type elementType classified on the entity of tag tag according to ordering.