[][src]Function gmsh_sys::gmshModelMeshSetPeriodic

pub unsafe extern "C" fn gmshModelMeshSetPeriodic(
    dim: c_int,
    tags: *mut c_int,
    tags_n: usize,
    tagsMaster: *mut c_int,
    tagsMaster_n: usize,
    affineTransform: *mut f64,
    affineTransform_n: usize,
    ierr: *mut c_int
)

Set the meshes of the entities of dimension dim and tag tags as periodic copies of the meshes of entities tagsMaster, using the affine transformation specified in affineTransformation (16 entries of a 4x4 matrix, by row). Currently only available for dim == 1 and dim == 2.