CeedElemRestrictionCreateBlockedOriented

Function CeedElemRestrictionCreateBlockedOriented 

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