Function gmshModelMeshGetGhostElements

Source
pub unsafe extern "C" fn gmshModelMeshGetGhostElements(
    dim: c_int,
    tag: c_int,
    elementTags: *mut *mut usize,
    elementTags_n: *mut usize,
    partitions: *mut *mut c_int,
    partitions_n: *mut usize,
    ierr: *mut c_int,
)
Expand description

Get the ghost elements elementTags and their associated partitions stored in the ghost entity of dimension dim and tag tag.