Searched refs:rstr_in (Results 1 – 4 of 4) sorted by relevance
| /libCEED/backends/hip-ref/ |
| H A D | ceed-hip-ref-operator.c | 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() 1448 CeedCallBackend(CeedElemRestrictionDestroy(&rstr_in)); in CeedOperatorAssembleDiagonalCore_Hip() 1513 CeedElemRestriction rstr_in = NULL, rstr_out = NULL; in CeedOperatorAssembleSingleSetup_Hip() local 1543 if (!rstr_in) CeedCallBackend(CeedElemRestrictionReferenceCopy(elem_rstr, &rstr_in)); in CeedOperatorAssembleSingleSetup_Hip() 1545 CeedCallBackend(CeedElemRestrictionGetElementSize(rstr_in, &elem_size_in)); in CeedOperatorAssembleSingleSetup_Hip() 1618 CeedCallBackend(CeedElemRestrictionGetNumComponents(rstr_in, &num_comp_in)); in CeedOperatorAssembleSingleSetup_Hip() 1697 CeedCallBackend(CeedElemRestrictionDestroy(&rstr_in)); in CeedOperatorAssembleSingleSetup_Hip() 1720 CeedElemRestriction assembled_rstr = NULL, rstr_in, rstr_out; in CeedOperatorAssembleSingle_Hip() local [all …]
|
| /libCEED/backends/cuda-ref/ |
| H A D | ceed-cuda-ref-operator.c | 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() 1451 CeedCallBackend(CeedElemRestrictionDestroy(&rstr_in)); in CeedOperatorAssembleDiagonalCore_Cuda() 1516 CeedElemRestriction rstr_in = NULL, rstr_out = NULL; in CeedOperatorAssembleSingleSetup_Cuda() local 1546 if (!rstr_in) CeedCallBackend(CeedElemRestrictionReferenceCopy(elem_rstr, &rstr_in)); in CeedOperatorAssembleSingleSetup_Cuda() 1548 CeedCallBackend(CeedElemRestrictionGetElementSize(rstr_in, &elem_size_in)); in CeedOperatorAssembleSingleSetup_Cuda() 1621 CeedCallBackend(CeedElemRestrictionGetNumComponents(rstr_in, &num_comp_in)); in CeedOperatorAssembleSingleSetup_Cuda() 1700 CeedCallBackend(CeedElemRestrictionDestroy(&rstr_in)); in CeedOperatorAssembleSingleSetup_Cuda() 1723 CeedElemRestriction assembled_rstr = NULL, rstr_in, rstr_out; in CeedOperatorAssembleSingle_Cuda() local [all …]
|
| /libCEED/backends/sycl-ref/ |
| H A D | ceed-sycl-ref-operator.sycl.cpp | 639 CeedElemRestriction rstr_in = NULL, rstr_out = NULL; in CeedOperatorAssembleDiagonalSetup_Sycl() local 663 if (!rstr_in) CeedCallBackend(CeedElemRestrictionReferenceCopy(elem_rstr, &rstr_in)); in CeedOperatorAssembleDiagonalSetup_Sycl() 664 …CeedCheck(rstr_in == elem_rstr, ceed, CEED_ERROR_BACKEND, "Backend does not implement multi-field … in CeedOperatorAssembleDiagonalSetup_Sycl() 692 CeedCallBackend(CeedElemRestrictionDestroy(&rstr_in)); in CeedOperatorAssembleDiagonalSetup_Sycl() 1007 CeedElemRestriction rstr_in = NULL, rstr_out = NULL; in CeedOperatorAssembleSingleSetup_Sycl() local 1037 if (!rstr_in) CeedCallBackend(CeedElemRestrictionReferenceCopy(elem_rstr, &rstr_in)); in CeedOperatorAssembleSingleSetup_Sycl() 1039 CeedCallBackend(CeedElemRestrictionGetElementSize(rstr_in, &elem_size)); in CeedOperatorAssembleSingleSetup_Sycl() 1076 …CeedCheck(rstr_out == rstr_in, ceed, CEED_ERROR_BACKEND, "Backend does not implement multi-field n… in CeedOperatorAssembleSingleSetup_Sycl() 1100 CeedCallBackend(CeedElemRestrictionGetNumElements(rstr_in, &num_elem)); in CeedOperatorAssembleSingleSetup_Sycl() 1101 CeedCallBackend(CeedElemRestrictionGetNumComponents(rstr_in, &num_comp)); in CeedOperatorAssembleSingleSetup_Sycl() [all …]
|
| /libCEED/interface/ |
| H A D | ceed-preconditioning.c | 931 CeedElemRestriction rstr_in, rstr_out; in CeedOperatorAssemblyCountEntriesSingle() local 936 CeedCall(CeedOperatorGetActiveElemRestrictions(op, &rstr_in, &rstr_out)); in CeedOperatorAssemblyCountEntriesSingle() 937 CeedCall(CeedElemRestrictionGetNumElements(rstr_in, &num_elem_in)); in CeedOperatorAssemblyCountEntriesSingle() 938 CeedCall(CeedElemRestrictionGetElementSize(rstr_in, &elem_size_in)); in CeedOperatorAssemblyCountEntriesSingle() 939 CeedCall(CeedElemRestrictionGetNumComponents(rstr_in, &num_comp_in)); in CeedOperatorAssemblyCountEntriesSingle() 940 if (rstr_in != rstr_out) { in CeedOperatorAssemblyCountEntriesSingle() 953 CeedCall(CeedElemRestrictionDestroy(&rstr_in)); in CeedOperatorAssemblyCountEntriesSingle()
|