Lines Matching refs:t_ind
100 const CeedInt t_ind = t_indices[j]; in CurlOrientedTranspose() local
101 const CeedInt loc_node = t_ind % RSTR_ELEM_SIZE; in CurlOrientedTranspose()
102 const CeedInt elem = t_ind / RSTR_ELEM_SIZE; in CurlOrientedTranspose()
103 const CeedInt8 curl_orient_du = loc_node > 0 ? curl_orients[3 * t_ind - 1] : 0.0; in CurlOrientedTranspose()
104 const CeedInt8 curl_orient_d = curl_orients[3 * t_ind + 1]; in CurlOrientedTranspose()
105 …const CeedInt8 curl_orient_dl = loc_node < (RSTR_ELEM_SIZE - 1) ? curl_orients[3 * t_ind + 3] : 0.… in CurlOrientedTranspose()
158 const CeedInt t_ind = t_indices[j]; in CurlOrientedUnsignedTranspose() local
159 const CeedInt loc_node = t_ind % RSTR_ELEM_SIZE; in CurlOrientedUnsignedTranspose()
160 const CeedInt elem = t_ind / RSTR_ELEM_SIZE; in CurlOrientedUnsignedTranspose()
161 const CeedInt8 curl_orient_du = loc_node > 0 ? abs(curl_orients[3 * t_ind - 1]) : 0.0; in CurlOrientedUnsignedTranspose()
162 const CeedInt8 curl_orient_d = abs(curl_orients[3 * t_ind + 1]); in CurlOrientedUnsignedTranspose()
163 …const CeedInt8 curl_orient_dl = loc_node < (RSTR_ELEM_SIZE - 1) ? abs(curl_orients[3 * t_ind + 3])… in CurlOrientedUnsignedTranspose()