Lines Matching refs:rstr_out

1412   CeedElemRestriction assembled_rstr = NULL, rstr_in, rstr_out, diag_rstr;  in CeedOperatorAssembleDiagonalCore_Cuda()  local
1441 CeedCallBackend(CeedOperatorGetActiveElemRestrictions(op, &rstr_in, &rstr_out)); in CeedOperatorAssembleDiagonalCore_Cuda()
1442 CeedCheck(rstr_in == rstr_out, ceed, CEED_ERROR_BACKEND, in CeedOperatorAssembleDiagonalCore_Cuda()
1445 CeedCallBackend(CeedElemRestrictionCreateUnsignedCopy(rstr_out, &diag->diag_rstr)); in CeedOperatorAssembleDiagonalCore_Cuda()
1448 …CeedCallBackend(CeedOperatorCreateActivePointBlockRestriction(rstr_out, &diag->point_block_diag_rs… in CeedOperatorAssembleDiagonalCore_Cuda()
1452 CeedCallBackend(CeedElemRestrictionDestroy(&rstr_out)); in CeedOperatorAssembleDiagonalCore_Cuda()
1516 CeedElemRestriction rstr_in = NULL, rstr_out = NULL; in CeedOperatorAssembleSingleSetup_Cuda() local
1582 if (!rstr_out) CeedCallBackend(CeedElemRestrictionReferenceCopy(elem_rstr, &rstr_out)); in CeedOperatorAssembleSingleSetup_Cuda()
1584 CeedCallBackend(CeedElemRestrictionGetElementSize(rstr_out, &elem_size_out)); in CeedOperatorAssembleSingleSetup_Cuda()
1622 CeedCallBackend(CeedElemRestrictionGetNumComponents(rstr_out, &num_comp_out)); in CeedOperatorAssembleSingleSetup_Cuda()
1701 CeedCallBackend(CeedElemRestrictionDestroy(&rstr_out)); in CeedOperatorAssembleSingleSetup_Cuda()
1723 CeedElemRestriction assembled_rstr = NULL, rstr_in, rstr_out; in CeedOperatorAssembleSingle_Cuda() local
1751 CeedCallBackend(CeedOperatorGetActiveElemRestrictions(op, &rstr_in, &rstr_out)); in CeedOperatorAssembleSingle_Cuda()
1762 if (rstr_in != rstr_out) { in CeedOperatorAssembleSingle_Cuda()
1763 CeedCallBackend(CeedElemRestrictionGetNumElements(rstr_out, &num_elem_out)); in CeedOperatorAssembleSingle_Cuda()
1766 CeedCallBackend(CeedElemRestrictionGetElementSize(rstr_out, &elem_size_out)); in CeedOperatorAssembleSingle_Cuda()
1768 CeedCallBackend(CeedElemRestrictionGetType(rstr_out, &rstr_type_out)); in CeedOperatorAssembleSingle_Cuda()
1770 CeedCallBackend(CeedElemRestrictionGetOrientations(rstr_out, CEED_MEM_DEVICE, &orients_out)); in CeedOperatorAssembleSingle_Cuda()
1772 …CeedCallBackend(CeedElemRestrictionGetCurlOrientations(rstr_out, CEED_MEM_DEVICE, &curl_orients_ou… in CeedOperatorAssembleSingle_Cuda()
1802 if (rstr_in != rstr_out) { in CeedOperatorAssembleSingle_Cuda()
1804 CeedCallBackend(CeedElemRestrictionRestoreOrientations(rstr_out, &orients_out)); in CeedOperatorAssembleSingle_Cuda()
1806 CeedCallBackend(CeedElemRestrictionRestoreCurlOrientations(rstr_out, &curl_orients_out)); in CeedOperatorAssembleSingle_Cuda()
1811 CeedCallBackend(CeedElemRestrictionDestroy(&rstr_out)); in CeedOperatorAssembleSingle_Cuda()