Searched refs:e_vec_offset (Results 1 – 2 of 2) sorted by relevance
371 CeedSize e_vec_offset = 0; in CeedElemRestrictionApplyAtPointsInElement_Memcheck_Core() local380 …for (CeedSize j = 0; j < num_comp; j++) vv[j * num_points + i + e_vec_offset] = uu[impl->offsets[i… in CeedElemRestrictionApplyAtPointsInElement_Memcheck_Core()384 …; j++) vv[impl->offsets[i + l_vec_offset] * num_comp + j] += uu[j * num_points + i + e_vec_offset]; in CeedElemRestrictionApplyAtPointsInElement_Memcheck_Core()387 e_vec_offset += num_points * (CeedSize)num_comp; in CeedElemRestrictionApplyAtPointsInElement_Memcheck_Core()
375 CeedSize e_vec_offset = 0; in CeedElemRestrictionApplyAtPointsInElement_Ref_Core() local384 …for (CeedSize j = 0; j < num_comp; j++) vv[j * num_points + i + e_vec_offset] = uu[impl->offsets[i… in CeedElemRestrictionApplyAtPointsInElement_Ref_Core()388 …; j++) vv[impl->offsets[i + l_vec_offset] * num_comp + j] += uu[j * num_points + i + e_vec_offset]; in CeedElemRestrictionApplyAtPointsInElement_Ref_Core()391 e_vec_offset += num_points * (CeedSize)num_comp; in CeedElemRestrictionApplyAtPointsInElement_Ref_Core()