Function gmshOpen

Source
pub unsafe extern "C" fn gmshOpen(
    fileName: *const c_char,
    ierr: *mut c_int,
)
Expand description

Open a file. Equivalent to the File->Open menu in the Gmsh app. Handling of the file depends on its extension and/or its contents: opening a file with model data will create a new model.