Function libceed_sys::bind_ceed::CeedElemRestrictionCreateStrided[][src]

pub unsafe extern "C" fn CeedElemRestrictionCreateStrided(
    ceed: Ceed,
    num_elem: CeedInt,
    elem_size: CeedInt,
    num_comp: CeedInt,
    l_size: CeedInt,
    strides: *const CeedInt,
    rstr: *mut CeedElemRestriction
) -> c_int