Home
last modified time | relevance | path

Searched refs:elem_rstr_curl_orients_in (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
756 …l(CeedElemRestrictionGetCurlOrientations(elem_rstr_in, CEED_MEM_HOST, &elem_rstr_curl_orients_in)); 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()
868 } else if (elem_rstr_curl_orients_in) { in CeedOperatorAssembleSingle()
869 const CeedInt8 *elem_curl_orients = &elem_rstr_curl_orients_in[e * 3 * elem_size_in]; in CeedOperatorAssembleSingle()
902 CeedCall(CeedElemRestrictionRestoreCurlOrientations(elem_rstr_in, &elem_rstr_curl_orients_in)); in CeedOperatorAssembleSingle()