Lines Matching refs:rstr_out
1409 CeedElemRestriction assembled_rstr = NULL, rstr_in, rstr_out, diag_rstr; in CeedOperatorAssembleDiagonalCore_Hip() local
1438 CeedCallBackend(CeedOperatorGetActiveElemRestrictions(op, &rstr_in, &rstr_out)); in CeedOperatorAssembleDiagonalCore_Hip()
1439 CeedCheck(rstr_in == rstr_out, ceed, CEED_ERROR_BACKEND, in CeedOperatorAssembleDiagonalCore_Hip()
1442 CeedCallBackend(CeedElemRestrictionCreateUnsignedCopy(rstr_out, &diag->diag_rstr)); in CeedOperatorAssembleDiagonalCore_Hip()
1445 …CeedCallBackend(CeedOperatorCreateActivePointBlockRestriction(rstr_out, &diag->point_block_diag_rs… in CeedOperatorAssembleDiagonalCore_Hip()
1449 CeedCallBackend(CeedElemRestrictionDestroy(&rstr_out)); in CeedOperatorAssembleDiagonalCore_Hip()
1513 CeedElemRestriction rstr_in = NULL, rstr_out = NULL; in CeedOperatorAssembleSingleSetup_Hip() local
1579 if (!rstr_out) CeedCallBackend(CeedElemRestrictionReferenceCopy(elem_rstr, &rstr_out)); in CeedOperatorAssembleSingleSetup_Hip()
1581 CeedCallBackend(CeedElemRestrictionGetElementSize(rstr_out, &elem_size_out)); in CeedOperatorAssembleSingleSetup_Hip()
1619 CeedCallBackend(CeedElemRestrictionGetNumComponents(rstr_out, &num_comp_out)); in CeedOperatorAssembleSingleSetup_Hip()
1698 CeedCallBackend(CeedElemRestrictionDestroy(&rstr_out)); in CeedOperatorAssembleSingleSetup_Hip()
1720 CeedElemRestriction assembled_rstr = NULL, rstr_in, rstr_out; in CeedOperatorAssembleSingle_Hip() local
1748 CeedCallBackend(CeedOperatorGetActiveElemRestrictions(op, &rstr_in, &rstr_out)); in CeedOperatorAssembleSingle_Hip()
1759 if (rstr_in != rstr_out) { in CeedOperatorAssembleSingle_Hip()
1760 CeedCallBackend(CeedElemRestrictionGetNumElements(rstr_out, &num_elem_out)); in CeedOperatorAssembleSingle_Hip()
1763 CeedCallBackend(CeedElemRestrictionGetElementSize(rstr_out, &elem_size_out)); in CeedOperatorAssembleSingle_Hip()
1765 CeedCallBackend(CeedElemRestrictionGetType(rstr_out, &rstr_type_out)); in CeedOperatorAssembleSingle_Hip()
1767 CeedCallBackend(CeedElemRestrictionGetOrientations(rstr_out, CEED_MEM_DEVICE, &orients_out)); in CeedOperatorAssembleSingle_Hip()
1769 …CeedCallBackend(CeedElemRestrictionGetCurlOrientations(rstr_out, CEED_MEM_DEVICE, &curl_orients_ou… in CeedOperatorAssembleSingle_Hip()
1799 if (rstr_in != rstr_out) { in CeedOperatorAssembleSingle_Hip()
1801 CeedCallBackend(CeedElemRestrictionRestoreOrientations(rstr_out, &orients_out)); in CeedOperatorAssembleSingle_Hip()
1803 CeedCallBackend(CeedElemRestrictionRestoreCurlOrientations(rstr_out, &curl_orients_out)); in CeedOperatorAssembleSingle_Hip()
1808 CeedCallBackend(CeedElemRestrictionDestroy(&rstr_out)); in CeedOperatorAssembleSingle_Hip()