Searched refs:l_vec_offset (Results 1 – 2 of 2) sorted by relevance
370 CeedInt num_points, l_vec_offset; in CeedElemRestrictionApplyAtPointsInElement_Memcheck_Core() local376 l_vec_offset = impl->offsets[e]; in CeedElemRestrictionApplyAtPointsInElement_Memcheck_Core()380 …mp; j++) vv[j * num_points + i + e_vec_offset] = uu[impl->offsets[i + l_vec_offset] * num_comp + j… in CeedElemRestrictionApplyAtPointsInElement_Memcheck_Core()384 …for (CeedSize j = 0; j < num_comp; j++) vv[impl->offsets[i + l_vec_offset] * num_comp + j] += uu[j… in CeedElemRestrictionApplyAtPointsInElement_Memcheck_Core()
374 CeedInt num_points, l_vec_offset; in CeedElemRestrictionApplyAtPointsInElement_Ref_Core() local380 l_vec_offset = impl->offsets[e]; in CeedElemRestrictionApplyAtPointsInElement_Ref_Core()384 …mp; j++) vv[j * num_points + i + e_vec_offset] = uu[impl->offsets[i + l_vec_offset] * num_comp + j… in CeedElemRestrictionApplyAtPointsInElement_Ref_Core()388 …for (CeedSize j = 0; j < num_comp; j++) vv[impl->offsets[i + l_vec_offset] * num_comp + j] += uu[j… in CeedElemRestrictionApplyAtPointsInElement_Ref_Core()