Home
last modified time | relevance | path

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

/libCEED/tests/
H A Dt210-elemrestriction.c26 CeedElemRestrictionReferenceCopy(elem_restriction, &elem_restriction_copy); in main()
H A Dt216-elemrestriction.c22CeedElemRestrictionReferenceCopy(elem_restriction, &elem_restriction_2); // This destroys the pre… in main()
/libCEED/interface/
H A Dceed-operator.c340 … 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 Dceed-preconditioning.c619 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 Dceed-elemrestriction.c1216 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 Dceed-sycl-ref-operator.sycl.cpp663 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 Dceed.h287 CEED_EXTERN int CeedElemRestrictionReferenceCopy(CeedElemRestriction rstr, CeedElemRestriction *rs…
/libCEED/backends/hip-ref/
H A Dceed-hip-ref-operator.c1543 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 Dceed-cuda-ref-operator.c1546 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 Dlibceed_bindings.jl327 function CeedElemRestrictionReferenceCopy(rstr, rstr_copy) function
328 …ccall((:CeedElemRestrictionReferenceCopy, libceed), Cint, (CeedElemRestriction, Ptr{CeedElemRestri…
/libCEED/
H A Dcoverage.info6448 FNA:7,11568,CeedElemRestrictionReferenceCopy