Home
last modified time | relevance | path

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

/libCEED/interface/
H A Dceed-preconditioning.c726 const bool *elem_rstr_orients_in = NULL, *elem_rstr_orients_out = NULL; in CeedOperatorAssembleSingle() local
776 …CeedCall(CeedElemRestrictionGetOrientations(elem_rstr_out, CEED_MEM_HOST, &elem_rstr_orients_out)); in CeedOperatorAssembleSingle()
786 elem_rstr_orients_out = elem_rstr_orients_in; in CeedOperatorAssembleSingle()
837 if (elem_rstr_orients_out) { in CeedOperatorAssembleSingle()
838 const bool *elem_orients = &elem_rstr_orients_out[e * elem_size_out]; in CeedOperatorAssembleSingle()
906 CeedCall(CeedElemRestrictionRestoreOrientations(elem_rstr_out, &elem_rstr_orients_out)); in CeedOperatorAssembleSingle()