ciarlet_element_tabulate

Function ciarlet_element_tabulate 

Source
pub unsafe fn ciarlet_element_tabulate<E: FiniteElement<CellType = ReferenceCellType>, TGeo: RlstScalar>(
    element: &E,
    points: *const TGeo,
    npoints: usize,
    nderivs: usize,
    data: *mut c_void,
)