Lines Matching refs:indices
15 extern "C" __global__ void CurlOrientedNoTranspose(const CeedInt *__restrict__ indices, const CeedI… in CurlOrientedNoTranspose() argument
20 const CeedInt ind_dl = loc_node > 0 ? indices[node - 1] : 0; in CurlOrientedNoTranspose()
21 const CeedInt ind_d = indices[node]; in CurlOrientedNoTranspose()
22 const CeedInt ind_du = loc_node < (RSTR_ELEM_SIZE - 1) ? indices[node + 1] : 0; in CurlOrientedNoTranspose()
40 extern "C" __global__ void CurlOrientedUnsignedNoTranspose(const CeedInt *__restrict__ indices, con… in CurlOrientedUnsignedNoTranspose() argument
45 const CeedInt ind_dl = loc_node > 0 ? indices[node - 1] : 0; in CurlOrientedUnsignedNoTranspose()
46 const CeedInt ind_d = indices[node]; in CurlOrientedUnsignedNoTranspose()
47 const CeedInt ind_du = loc_node < (RSTR_ELEM_SIZE - 1) ? indices[node + 1] : 0; in CurlOrientedUnsignedNoTranspose()
66 extern "C" __global__ void CurlOrientedTranspose(const CeedInt *__restrict__ indices, const CeedInt… in CurlOrientedTranspose() argument
69 const CeedInt ind = indices[node]; in CurlOrientedTranspose()
124 extern "C" __global__ void CurlOrientedUnsignedTranspose(const CeedInt *__restrict__ indices, const… in CurlOrientedUnsignedTranspose() argument
129 const CeedInt ind = indices[node]; in CurlOrientedUnsignedTranspose()