[−][src]Function gmsh_sys::gmshModelMeshGetInformationForElements
pub unsafe extern "C" fn gmshModelMeshGetInformationForElements(
keys: *mut c_int,
keys_n: usize,
elementType: c_int,
functionSpaceType: *const c_char,
infoKeys: *mut *mut c_int,
infoKeys_n: *mut usize,
ierr: *mut c_int
)
Get information about the keys. infoKeys returns information about the
functions associated with the keys. infoKeys[0].first describes the
type of function (0 for vertex function, 1 for edge function, 2 for face
function and 3 for bubble function). infoKeys[0].second gives the order
of the function associated with the key. Warning: this is an experimental
feature and will probably change in a future release.