Function gmshModelGeoMeshSetTransfiniteCurve

Source
pub unsafe extern "C" fn gmshModelGeoMeshSetTransfiniteCurve(
    tag: c_int,
    nPoints: c_int,
    meshType: *const c_char,
    coef: f64,
    ierr: *mut c_int,
)
Expand description

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).