[][src]Function gmsh_sys::gmshModelMeshGetElementType

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

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