[−][src]Function gmsh_sys::gmshViewGetModelData
pub unsafe extern "C" fn gmshViewGetModelData(
tag: c_int,
step: c_int,
dataType: *mut *mut c_char,
tags: *mut *mut usize,
tags_n: *mut usize,
data: *mut *mut *mut f64,
data_n: *mut *mut usize,
data_nn: *mut usize,
time: *mut f64,
numComponents: *mut c_int,
ierr: *mut c_int
)
Get model-based post-processing data from the view with tag tag at step
step. Return the data associated to the nodes or the elements with tags
tags, as well as the dataType and the number of components
numComponents.