[][src]Function gmsh_sys::gmshModelMeshSetRecombine

pub unsafe extern "C" fn gmshModelMeshSetRecombine(
    dim: c_int,
    tag: c_int,
    ierr: *mut c_int
)

Set a recombination meshing constraint on the model entity of dimension dim and tag tag. Currently only entities of dimension 2 (to recombine triangles into quadrangles) are supported.