[][src]Function gmsh_sys::gmshModelMeshGetPeriodicNodes

pub unsafe extern "C" fn gmshModelMeshGetPeriodicNodes(
    dim: c_int,
    tag: c_int,
    tagMaster: *mut c_int,
    nodeTags: *mut *mut usize,
    nodeTags_n: *mut usize,
    nodeTagsMaster: *mut *mut usize,
    nodeTagsMaster_n: *mut usize,
    affineTransform: *mut *mut f64,
    affineTransform_n: *mut usize,
    ierr: *mut c_int
)

Get the master entity tagMaster, the node tags nodeTags and their corresponding master node tags nodeTagsMaster, and the affine transform affineTransform for the entity of dimension dim and tag tag.