Function gmshModelSetCurrent

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

Set the current model to the model with name name. If several models have the same name, select the one that was added first.