Searched refs:CeedElemRestrictionApply_Cuda_Core (Results 1 – 1 of 1) sorted by relevance
| /libCEED/backends/cuda-ref/ |
| H A D | ceed-cuda-ref-restriction.c | 116 static inline int CeedElemRestrictionApply_Cuda_Core(CeedElemRestriction rstr, CeedTransposeMode t_… in CeedElemRestrictionApply_Cuda_Core() function 297 return CeedElemRestrictionApply_Cuda_Core(rstr, t_mode, true, true, u, v, request); in CeedElemRestrictionApply_Cuda() 305 return CeedElemRestrictionApply_Cuda_Core(rstr, t_mode, false, true, u, v, request); in CeedElemRestrictionApplyUnsigned_Cuda() 313 return CeedElemRestrictionApply_Cuda_Core(rstr, t_mode, false, false, u, v, request); in CeedElemRestrictionApplyUnoriented_Cuda()
|