Function libceed_sys::bind_ceed::CeedElemRestrictionCreate[][src]

pub unsafe extern "C" fn CeedElemRestrictionCreate(
    ceed: Ceed,
    num_elem: CeedInt,
    elem_size: CeedInt,
    num_comp: CeedInt,
    comp_stride: CeedInt,
    l_size: CeedInt,
    mem_type: CeedMemType,
    copy_mode: CeedCopyMode,
    offsets: *const CeedInt,
    rstr: *mut CeedElemRestriction
) -> c_int