Function gmshModelMeshGetElementType

Source
pub unsafe extern "C" fn gmshModelMeshGetElementType(
    familyName: *const c_char,
    order: c_int,
    serendip: c_int,
    ierr: *mut c_int,
) -> c_int
Expand description

Return an element type given its family name familyName (“point”, “line”, “triangle”, “quadrangle”, “tetrahedron”, “pyramid”, “prism”, “hexahedron”) and polynomial order order. If serendip is true, return the corresponding serendip element type (element without interior nodes).