[][src]Function gmsh_sys::gmshViewAddListData

pub unsafe extern "C" fn gmshViewAddListData(
    tag: c_int,
    dataType: *const c_char,
    numEle: c_int,
    data: *mut f64,
    data_n: usize,
    ierr: *mut c_int
)

Add list-based post-processing data to the view with tag tag. dataType identifies the data: "SP" for scalar points, "VP", for vector points, etc. numEle gives the number of elements in the data. data contains the data for the numEle elements.