Lines Matching refs:orients
64 int CeedPermutePadOrients(const bool *orients, bool *block_orients, CeedInt num_block, CeedInt num_… in CeedPermutePadOrients() argument
68 …block_orients[e * elem_size + k * block_size + j] = orients[CeedIntMin(e + j, num_elem - 1) * elem… in CeedPermutePadOrients()
313 …mRestrictionGetOrientations(CeedElemRestriction rstr, CeedMemType mem_type, const bool **orients) { in CeedElemRestrictionGetOrientations() argument
316 CeedCall(rstr->GetOrientations(rstr, mem_type, orients)); in CeedElemRestrictionGetOrientations()
331 int CeedElemRestrictionRestoreOrientations(CeedElemRestriction rstr, const bool **orients) { in CeedElemRestrictionRestoreOrientations() argument
332 *orients = NULL; in CeedElemRestrictionRestoreOrientations()
713 … CeedMemType mem_type, CeedCopyMode copy_mode, const CeedInt *offsets, const bool *orients, in CeedElemRestrictionCreateOriented() argument
720 …elegate, num_elem, elem_size, num_comp, comp_stride, l_size, mem_type, copy_mode, offsets, orients, in CeedElemRestrictionCreateOriented()
742 CeedCall(ceed->ElemRestrictionCreate(mem_type, copy_mode, offsets, orients, NULL, *rstr)); in CeedElemRestrictionCreateOriented()
1020 … const CeedInt *offsets, const bool *orients, CeedElemRestriction *rstr) { in CeedElemRestrictionCreateBlockedOriented() argument
1030 offsets, orients, rstr)); in CeedElemRestrictionCreateBlockedOriented()
1043 …CeedCall(CeedPermutePadOrients(orients, block_orients, num_block, num_elem, block_size, elem_size)… in CeedElemRestrictionCreateBlockedOriented()