Searched refs:CeedElemRestrictionReferenceCopy (Results 1 – 11 of 11) sorted by relevance
| /libCEED/tests/ |
| H A D | t210-elemrestriction.c | 26 CeedElemRestrictionReferenceCopy(elem_restriction, &elem_restriction_copy); in main()
|
| H A D | t216-elemrestriction.c | 22 …CeedElemRestrictionReferenceCopy(elem_restriction, &elem_restriction_2); // This destroys the pre… in main()
|
| /libCEED/interface/ |
| H A D | ceed-operator.c | 340 … if (!*active_input_rstr) CeedCall(CeedElemRestrictionReferenceCopy(rstr, active_input_rstr)); in CeedOperatorGetActiveElemRestrictions() 361 … if (!*active_output_rstr) CeedCall(CeedElemRestrictionReferenceCopy(rstr, active_output_rstr)); in CeedOperatorGetActiveElemRestrictions() 957 CeedCall(CeedElemRestrictionReferenceCopy(rstr, &op->first_points_rstr)); in CeedOperatorSetField() 1022 CeedCall(CeedElemRestrictionReferenceCopy(rstr, &(*op_field)->elem_rstr)); in CeedOperatorSetField() 1088 CeedCall(CeedElemRestrictionReferenceCopy(rstr_points, &op->first_points_rstr)); in CeedOperatorAtPointsSetPoints() 1097 CeedCall(CeedElemRestrictionReferenceCopy(rstr_points, &op->rstr_points)); in CeedOperatorAtPointsSetPoints() 1139 CeedCall(CeedElemRestrictionReferenceCopy(op->rstr_points, rstr_points)); in CeedOperatorAtPointsGetPoints() 1216 CeedCall(CeedElemRestrictionReferenceCopy(op_field->elem_rstr, rstr)); in CeedOperatorFieldGetElemRestriction()
|
| H A D | ceed-preconditioning.c | 619 CeedCall(CeedElemRestrictionReferenceCopy(assembled_rstr, rstr)); in CeedOperatorLinearAssembleQFunctionBuildOrUpdate_Core() 1056 CeedCall(CeedElemRestrictionReferenceCopy(rstr_coarse, &rstr)); in CeedOperatorMultigridLevelCreateSingle_Core() 1079 CeedCall(CeedElemRestrictionReferenceCopy(rstr_coarse, &rstr)); in CeedOperatorMultigridLevelCreateSingle_Core() 1160 CeedCall(CeedElemRestrictionReferenceCopy(rstr_p_mult_full, &rstr_p_mult_fine)); in CeedOperatorMultigridLevelCreateSingle_Core() 1541 CeedCall(CeedElemRestrictionReferenceCopy(rstr, &data->rstr)); in CeedQFunctionAssemblyDataSetObjects() 1562 CeedCall(CeedElemRestrictionReferenceCopy(data->rstr, rstr)); in CeedQFunctionAssemblyDataGetObjects() 1676 …CeedCall(CeedElemRestrictionReferenceCopy(elem_rstr_in, &(*data)->active_elem_rstrs_in[num_active_… in CeedOperatorAssemblyDataCreate() 1734 …CeedCall(CeedElemRestrictionReferenceCopy(elem_rstr_out, &(*data)->active_elem_rstrs_out[num_activ… in CeedOperatorAssemblyDataCreate()
|
| H A D | ceed-elemrestriction.c | 1216 CeedCall(CeedElemRestrictionReferenceCopy(rstr, &(*rstr_unsigned)->rstr_base)); in CeedElemRestrictionCreateUnsignedCopy() 1247 CeedCall(CeedElemRestrictionReferenceCopy(rstr, &(*rstr_unoriented)->rstr_base)); in CeedElemRestrictionCreateUnorientedCopy() 1269 int CeedElemRestrictionReferenceCopy(CeedElemRestriction rstr, CeedElemRestriction *rstr_copy) { in CeedElemRestrictionReferenceCopy() function
|
| /libCEED/backends/sycl-ref/ |
| H A D | ceed-sycl-ref-operator.sycl.cpp | 663 if (!rstr_in) CeedCallBackend(CeedElemRestrictionReferenceCopy(elem_rstr, &rstr_in)); in CeedOperatorAssembleDiagonalSetup_Sycl() 707 if (!rstr_out) CeedCallBackend(CeedElemRestrictionReferenceCopy(elem_rstr, &rstr_out)); in CeedOperatorAssembleDiagonalSetup_Sycl() 815 CeedCallBackend(CeedElemRestrictionReferenceCopy(rstr_out, &diag->diag_rstr)); in CeedOperatorAssembleDiagonalSetup_Sycl() 1037 if (!rstr_in) CeedCallBackend(CeedElemRestrictionReferenceCopy(elem_rstr, &rstr_in)); in CeedOperatorAssembleSingleSetup_Sycl() 1075 if (!rstr_out) CeedCallBackend(CeedElemRestrictionReferenceCopy(elem_rstr, &rstr_out)); in CeedOperatorAssembleSingleSetup_Sycl()
|
| /libCEED/include/ceed/ |
| H A D | ceed.h | 287 CEED_EXTERN int CeedElemRestrictionReferenceCopy(CeedElemRestriction rstr, CeedElemRestriction *rs…
|
| /libCEED/backends/hip-ref/ |
| H A D | ceed-hip-ref-operator.c | 1543 if (!rstr_in) CeedCallBackend(CeedElemRestrictionReferenceCopy(elem_rstr, &rstr_in)); in CeedOperatorAssembleSingleSetup_Hip() 1579 if (!rstr_out) CeedCallBackend(CeedElemRestrictionReferenceCopy(elem_rstr, &rstr_out)); in CeedOperatorAssembleSingleSetup_Hip()
|
| /libCEED/backends/cuda-ref/ |
| H A D | ceed-cuda-ref-operator.c | 1546 if (!rstr_in) CeedCallBackend(CeedElemRestrictionReferenceCopy(elem_rstr, &rstr_in)); in CeedOperatorAssembleSingleSetup_Cuda() 1582 if (!rstr_out) CeedCallBackend(CeedElemRestrictionReferenceCopy(elem_rstr, &rstr_out)); in CeedOperatorAssembleSingleSetup_Cuda()
|
| /libCEED/julia/LibCEED.jl/src/generated/ |
| H A D | libceed_bindings.jl | 327 function CeedElemRestrictionReferenceCopy(rstr, rstr_copy) function 328 …ccall((:CeedElemRestrictionReferenceCopy, libceed), Cint, (CeedElemRestriction, Ptr{CeedElemRestri…
|
| /libCEED/ |
| H A D | coverage.info | 6448 FNA:7,11568,CeedElemRestrictionReferenceCopy
|