Searched refs:block_curl_orients (Results 1 – 1 of 1) sorted by relevance
89 int CeedPermutePadCurlOrients(const CeedInt8 *curl_orients, CeedInt8 *block_curl_orients, CeedInt n… in CeedPermutePadCurlOrients() argument94 …block_curl_orients[e * elem_size + k * block_size + j] = curl_orients[CeedIntMin(e + j, num_elem -… in CeedPermutePadCurlOrients()1093 CeedInt8 *block_curl_orients; in CeedElemRestrictionCreateBlockedCurlOriented() local1114 CeedCall(CeedCalloc(num_block * block_size * 3 * elem_size, &block_curl_orients)); in CeedElemRestrictionCreateBlockedCurlOriented()1116 …CeedCall(CeedPermutePadCurlOrients(curl_orients, block_curl_orients, num_block, num_elem, block_si… in CeedElemRestrictionCreateBlockedCurlOriented()1130 (const CeedInt8 *)block_curl_orients, *rstr)); in CeedElemRestrictionCreateBlockedCurlOriented()