Searched refs:t_ind (Results 1 – 9 of 9) sorted by relevance
100 const CeedInt t_ind = t_indices[j]; in CurlOrientedTranspose() local101 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() local159 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()[all …]
61 const CeedInt t_ind = t_indices[j]; in OrientedTranspose() local62 const bool orient = orients[t_ind]; in OrientedTranspose()63 const CeedInt loc_node = t_ind % RSTR_ELEM_SIZE; in OrientedTranspose()64 const CeedInt elem = t_ind / RSTR_ELEM_SIZE; in OrientedTranspose()
43 const CeedInt t_ind = t_indices[j]; in AtPointsTranspose() local44 const CeedInt loc_node = t_ind % RSTR_ELEM_SIZE; in AtPointsTranspose()45 const CeedInt elem = t_ind / RSTR_ELEM_SIZE; in AtPointsTranspose()
55 const CeedInt t_ind = t_indices[j]; in OffsetTranspose() local56 const CeedInt loc_node = t_ind % RSTR_ELEM_SIZE; in OffsetTranspose()57 const CeedInt elem = t_ind / RSTR_ELEM_SIZE; in OffsetTranspose()
135 const CeedInt t_ind = t_indices[j]; in CeedElemRestrictionOffsetTranspose_Sycl() local136 CeedInt loc_node = t_ind % elem_size; in CeedElemRestrictionOffsetTranspose_Sycl()137 CeedInt elem = t_ind / elem_size; in CeedElemRestrictionOffsetTranspose_Sycl()