Home
last modified time | relevance | path

Searched refs:l_vec_offset (Results 1 – 2 of 2) sorted by relevance

/libCEED/backends/memcheck/
H A Dceed-memcheck-restriction.c370 CeedInt num_points, l_vec_offset; in CeedElemRestrictionApplyAtPointsInElement_Memcheck_Core() local
376 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()
/libCEED/backends/ref/
H A Dceed-ref-restriction.c374 CeedInt num_points, l_vec_offset; in CeedElemRestrictionApplyAtPointsInElement_Ref_Core() local
380 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()