[][src]Function gmsh_sys::gmshInitialize

pub unsafe extern "C" fn gmshInitialize(
    argc: c_int,
    argv: *mut *mut c_char,
    readConfigFiles: c_int,
    ierr: *mut c_int
)

Initialize Gmsh. This must be called before any call to the other functions in the API. If argc and argv (or just argv in Python or Julia) are provided, they will be handled in the same way as the command line arguments in the Gmsh app. If readConfigFiles is set, read system Gmsh configuration files (gmshrc and gmsh-options).