Searched refs:curl_orient_d (Results 1 – 2 of 2) sorted by relevance
24 const CeedInt8 curl_orient_d = curl_orients[3 * node + 1]; in CurlOrientedNoTranspose() local30 value += u[ind_d + comp * RSTR_COMP_STRIDE] * curl_orient_d; in CurlOrientedNoTranspose()49 const CeedInt8 curl_orient_d = abs(curl_orients[3 * node + 1]); in CurlOrientedUnsignedNoTranspose() local55 value += u[ind_d + comp * RSTR_COMP_STRIDE] * curl_orient_d; in CurlOrientedUnsignedNoTranspose()73 const CeedInt8 curl_orient_d = curl_orients[3 * node + 1]; in CurlOrientedTranspose() local79 …lue += u[loc_node + comp * RSTR_ELEM_SIZE * RSTR_NUM_ELEM + elem * RSTR_ELEM_SIZE] * curl_orient_d; in CurlOrientedTranspose()104 const CeedInt8 curl_orient_d = curl_orients[3 * t_ind + 1]; in CurlOrientedTranspose() local109 …mp] += u[loc_node + comp * RSTR_ELEM_SIZE * RSTR_NUM_ELEM + elem * RSTR_ELEM_SIZE] * curl_orient_d; in CurlOrientedTranspose()131 const CeedInt8 curl_orient_d = abs(curl_orients[3 * node + 1]); in CurlOrientedUnsignedTranspose() local137 …lue += u[loc_node + comp * RSTR_ELEM_SIZE * RSTR_NUM_ELEM + elem * RSTR_ELEM_SIZE] * curl_orient_d; in CurlOrientedUnsignedTranspose()[all …]