Home
last modified time | relevance | path

Searched refs:elem_rstr_curl_orients_out (Results 1 – 1 of 1) sorted by relevance

/libCEED/interface/
H A Dceed-preconditioning.c727 const CeedInt8 *elem_rstr_curl_orients_in = NULL, *elem_rstr_curl_orients_out = NULL; in CeedOperatorAssembleSingle() local
778 …CeedElemRestrictionGetCurlOrientations(elem_rstr_out, CEED_MEM_HOST, &elem_rstr_curl_orients_out)); in CeedOperatorAssembleSingle()
787 elem_rstr_curl_orients_out = elem_rstr_curl_orients_in; in CeedOperatorAssembleSingle()
799 …if (elem_rstr_curl_orients_in || elem_rstr_curl_orients_out) CeedCall(CeedCalloc(elem_size_out * e… in CeedOperatorAssembleSingle()
847 } else if (elem_rstr_curl_orients_out) { in CeedOperatorAssembleSingle()
848 const CeedInt8 *elem_curl_orients = &elem_rstr_curl_orients_out[e * 3 * elem_size_out]; in CeedOperatorAssembleSingle()
908 … CeedCall(CeedElemRestrictionRestoreCurlOrientations(elem_rstr_out, &elem_rstr_curl_orients_out)); in CeedOperatorAssembleSingle()