Searched refs:CeedElemRestrictionRestoreCurlOrientations (Results 1 – 9 of 9) sorted by relevance
| /libCEED/include/ceed/ |
| H A D | backend.h | 314 CEED_EXTERN int CeedElemRestrictionRestoreCurlOrientations(CeedElemRestriction rstr, const CeedInt8…
|
| /libCEED/backends/opt/ |
| H A D | ceed-opt-operator.c | 96 CeedCallBackend(CeedElemRestrictionRestoreCurlOrientations(rstr, &curl_orients)); in CeedOperatorSetupFields_Opt()
|
| /libCEED/backends/blocked/ |
| H A D | ceed-blocked-operator.c | 96 CeedCallBackend(CeedElemRestrictionRestoreCurlOrientations(rstr, &curl_orients)); in CeedOperatorSetupFields_Blocked()
|
| /libCEED/backends/hip-ref/ |
| H A D | ceed-hip-ref-operator.c | 1797 CeedCallBackend(CeedElemRestrictionRestoreCurlOrientations(rstr_in, &curl_orients_in)); in CeedOperatorAssembleSingle_Hip() 1803 CeedCallBackend(CeedElemRestrictionRestoreCurlOrientations(rstr_out, &curl_orients_out)); in CeedOperatorAssembleSingle_Hip()
|
| /libCEED/backends/cuda-ref/ |
| H A D | ceed-cuda-ref-operator.c | 1800 CeedCallBackend(CeedElemRestrictionRestoreCurlOrientations(rstr_in, &curl_orients_in)); in CeedOperatorAssembleSingle_Cuda() 1806 CeedCallBackend(CeedElemRestrictionRestoreCurlOrientations(rstr_out, &curl_orients_out)); in CeedOperatorAssembleSingle_Cuda()
|
| /libCEED/julia/LibCEED.jl/src/generated/ |
| H A D | libceed_bindings.jl | 1060 function CeedElemRestrictionRestoreCurlOrientations(rstr, curl_orients) function 1061 …ccall((:CeedElemRestrictionRestoreCurlOrientations, libceed), Cint, (CeedElemRestriction, Ptr{Ptr{…
|
| /libCEED/interface/ |
| H A D | ceed-elemrestriction.c | 367 int CeedElemRestrictionRestoreCurlOrientations(CeedElemRestriction rstr, const CeedInt8 **curl_orie… in CeedElemRestrictionRestoreCurlOrientations() function
|
| H A D | ceed-preconditioning.c | 902 CeedCall(CeedElemRestrictionRestoreCurlOrientations(elem_rstr_in, &elem_rstr_curl_orients_in)); in CeedOperatorAssembleSingle() 908 … CeedCall(CeedElemRestrictionRestoreCurlOrientations(elem_rstr_out, &elem_rstr_curl_orients_out)); in CeedOperatorAssembleSingle()
|
| /libCEED/ |
| H A D | coverage.info | 6520 FNA:43,0,CeedElemRestrictionRestoreCurlOrientations
|