Searched refs:CeedElemRestrictionRestoreOrientations (Results 1 – 9 of 9) sorted by relevance
| /libCEED/include/ceed/ |
| H A D | backend.h | 312 CEED_EXTERN int CeedElemRestrictionRestoreOrientations(CeedElemRestriction rstr, const bool **orien…
|
| /libCEED/backends/opt/ |
| H A D | ceed-opt-operator.c | 84 CeedCallBackend(CeedElemRestrictionRestoreOrientations(rstr, &orients)); in CeedOperatorSetupFields_Opt()
|
| /libCEED/backends/blocked/ |
| H A D | ceed-blocked-operator.c | 84 CeedCallBackend(CeedElemRestrictionRestoreOrientations(rstr, &orients)); in CeedOperatorSetupFields_Blocked()
|
| /libCEED/backends/hip-ref/ |
| H A D | ceed-hip-ref-operator.c | 1795 CeedCallBackend(CeedElemRestrictionRestoreOrientations(rstr_in, &orients_in)); in CeedOperatorAssembleSingle_Hip() 1801 CeedCallBackend(CeedElemRestrictionRestoreOrientations(rstr_out, &orients_out)); in CeedOperatorAssembleSingle_Hip()
|
| /libCEED/backends/cuda-ref/ |
| H A D | ceed-cuda-ref-operator.c | 1798 CeedCallBackend(CeedElemRestrictionRestoreOrientations(rstr_in, &orients_in)); in CeedOperatorAssembleSingle_Cuda() 1804 CeedCallBackend(CeedElemRestrictionRestoreOrientations(rstr_out, &orients_out)); in CeedOperatorAssembleSingle_Cuda()
|
| /libCEED/julia/LibCEED.jl/src/generated/ |
| H A D | libceed_bindings.jl | 1052 function CeedElemRestrictionRestoreOrientations(rstr, orients) function 1053 …ccall((:CeedElemRestrictionRestoreOrientations, libceed), Cint, (CeedElemRestriction, Ptr{Ptr{Bool…
|
| /libCEED/interface/ |
| H A D | ceed-elemrestriction.c | 331 int CeedElemRestrictionRestoreOrientations(CeedElemRestriction rstr, const bool **orients) { in CeedElemRestrictionRestoreOrientations() function
|
| H A D | ceed-preconditioning.c | 900 CeedCall(CeedElemRestrictionRestoreOrientations(elem_rstr_in, &elem_rstr_orients_in)); in CeedOperatorAssembleSingle() 906 CeedCall(CeedElemRestrictionRestoreOrientations(elem_rstr_out, &elem_rstr_orients_out)); in CeedOperatorAssembleSingle()
|
| /libCEED/ |
| H A D | coverage.info | 6516 FNA:41,0,CeedElemRestrictionRestoreOrientations
|