CeedElemRestrictionGetNumPointsInElement

Function CeedElemRestrictionGetNumPointsInElement 

Source
pub unsafe extern "C" fn CeedElemRestrictionGetNumPointsInElement(
    rstr: CeedElemRestriction,
    elem: CeedInt,
    num_points: *mut CeedInt,
) -> c_int