Lines Matching refs:orients
102 …uu[impl->offsets[i + e * elem_size] + k * comp_stride] * (impl->orients[i + e * elem_size] ? -1.0 … in CeedElemRestrictionApplyOrientedNoTranspose_Memcheck_Core()
257 …vv_loc = uu[elem_size * (k * block_size + e * num_comp) + j - v_offset] * (impl->orients[j + e * e… in CeedElemRestrictionApplyOrientedTranspose_Memcheck_Core()
598 …ionGetOrientations_Memcheck(CeedElemRestriction rstr, CeedMemType mem_type, const bool **orients) { in CeedElemRestrictionGetOrientations_Memcheck() argument
605 *orients = impl->orients; in CeedElemRestrictionGetOrientations_Memcheck()
640 …Memcheck(CeedMemType mem_type, CeedCopyMode copy_mode, const CeedInt *offsets, const bool *orients, in CeedElemRestrictionCreate_Memcheck() argument
723 …CeedCheck(orients != NULL, ceed, CEED_ERROR_BACKEND, "No orients array provided for oriented restr… in CeedElemRestrictionCreate_Memcheck()
727 memcpy(impl->orients_allocated, orients, num_offsets * sizeof(orients[0])); in CeedElemRestrictionCreate_Memcheck()
728 impl->orients = impl->orients_allocated; in CeedElemRestrictionCreate_Memcheck()
731 impl->orients_allocated = (bool *)orients; in CeedElemRestrictionCreate_Memcheck()
732 impl->orients = impl->orients_allocated; in CeedElemRestrictionCreate_Memcheck()
735 impl->orients = orients; in CeedElemRestrictionCreate_Memcheck()