[−][src]Function gmsh_sys::gmshModelMeshSetTransfiniteCurve
pub unsafe extern "C" fn gmshModelMeshSetTransfiniteCurve(
tag: c_int,
numNodes: c_int,
meshType: *const c_char,
coef: f64,
ierr: *mut c_int
)
Set a transfinite meshing constraint on the curve tag, with numNodes
nodes distributed according to meshType and coef. Currently supported
types are "Progression" (geometrical progression with power coef) and
"Bump" (refinement toward both extremities of the curve).