Home
last modified time | relevance | path

Searched refs:CEED_RESTRICTION_CURL_ORIENTED (Results 1 – 15 of 15) sorted by relevance

/libCEED/backends/cuda-ref/
H A Dceed-cuda-ref-restriction.c94 case CEED_RESTRICTION_CURL_ORIENTED: { in CeedElemRestrictionSetupCompile_Cuda()
175 case CEED_RESTRICTION_CURL_ORIENTED: { in CeedElemRestrictionApply_Cuda_Core()
248 case CEED_RESTRICTION_CURL_ORIENTED: { in CeedElemRestrictionApply_Cuda_Core()
625 } else if (rstr_type == CEED_RESTRICTION_CURL_ORIENTED) { in CeedElemRestrictionCreate_Cuda()
H A Dceed-cuda-ref-operator.c1758 } else if (rstr_type_in == CEED_RESTRICTION_CURL_ORIENTED) { in CeedOperatorAssembleSingle_Cuda()
1771 } else if (rstr_type_out == CEED_RESTRICTION_CURL_ORIENTED) { in CeedOperatorAssembleSingle_Cuda()
1799 } else if (rstr_type_in == CEED_RESTRICTION_CURL_ORIENTED) { in CeedOperatorAssembleSingle_Cuda()
1805 } else if (rstr_type_out == CEED_RESTRICTION_CURL_ORIENTED) { in CeedOperatorAssembleSingle_Cuda()
/libCEED/backends/hip-ref/
H A Dceed-hip-ref-restriction.c93 case CEED_RESTRICTION_CURL_ORIENTED: { in CeedElemRestrictionSetupCompile_Hip()
176 case CEED_RESTRICTION_CURL_ORIENTED: { in CeedElemRestrictionApply_Hip_Core()
249 case CEED_RESTRICTION_CURL_ORIENTED: { in CeedElemRestrictionApply_Hip_Core()
626 } else if (rstr_type == CEED_RESTRICTION_CURL_ORIENTED) { in CeedElemRestrictionCreate_Hip()
H A Dceed-hip-ref-operator.c1755 } else if (rstr_type_in == CEED_RESTRICTION_CURL_ORIENTED) { in CeedOperatorAssembleSingle_Hip()
1768 } else if (rstr_type_out == CEED_RESTRICTION_CURL_ORIENTED) { in CeedOperatorAssembleSingle_Hip()
1796 } else if (rstr_type_in == CEED_RESTRICTION_CURL_ORIENTED) { in CeedOperatorAssembleSingle_Hip()
1802 } else if (rstr_type_out == CEED_RESTRICTION_CURL_ORIENTED) { in CeedOperatorAssembleSingle_Hip()
/libCEED/interface/
H A Dceed-elemrestriction.c594 case CEED_RESTRICTION_CURL_ORIENTED: in CeedElemRestrictionGetFlopsEstimate()
608 case CEED_RESTRICTION_CURL_ORIENTED: in CeedElemRestrictionGetFlopsEstimate()
799 (*rstr)->rstr_type = CEED_RESTRICTION_CURL_ORIENTED; in CeedElemRestrictionCreateCurlOriented()
1128 (*rstr)->rstr_type = CEED_RESTRICTION_CURL_ORIENTED; in CeedElemRestrictionCreateBlockedCurlOriented()
H A Dceed-preconditioning.c755 } else if (elem_rstr_type_in == CEED_RESTRICTION_CURL_ORIENTED) { in CeedOperatorAssembleSingle()
777 } else if (elem_rstr_type_out == CEED_RESTRICTION_CURL_ORIENTED) { in CeedOperatorAssembleSingle()
901 } else if (elem_rstr_type_in == CEED_RESTRICTION_CURL_ORIENTED) { in CeedOperatorAssembleSingle()
907 } else if (elem_rstr_type_out == CEED_RESTRICTION_CURL_ORIENTED) { in CeedOperatorAssembleSingle()
1111 CeedCheck(rstr_type != CEED_RESTRICTION_CURL_ORIENTED, ceed, CEED_ERROR_UNSUPPORTED, in CeedOperatorMultigridLevelCreateSingle_Core()
/libCEED/backends/memcheck/
H A Dceed-memcheck-restriction.c439 case CEED_RESTRICTION_CURL_ORIENTED: in CeedElemRestrictionApply_Memcheck_Core()
479 case CEED_RESTRICTION_CURL_ORIENTED: in CeedElemRestrictionApply_Memcheck_Core()
737 } else if (rstr_type == CEED_RESTRICTION_CURL_ORIENTED) { in CeedElemRestrictionCreate_Memcheck()
/libCEED/backends/ref/
H A Dceed-ref-restriction.c442 case CEED_RESTRICTION_CURL_ORIENTED: in CeedElemRestrictionApply_Ref_Core()
482 case CEED_RESTRICTION_CURL_ORIENTED: in CeedElemRestrictionApply_Ref_Core()
827 } else if (rstr_type == CEED_RESTRICTION_CURL_ORIENTED) { in CeedElemRestrictionCreate_Ref()
/libCEED/backends/sycl-ref/
H A Dceed-sycl-restriction.sycl.cpp356 …CeedCheck(rstr_type != CEED_RESTRICTION_ORIENTED && rstr_type != CEED_RESTRICTION_CURL_ORIENTED, c… in CeedElemRestrictionCreate_Sycl()
/libCEED/include/ceed/
H A Dbackend.h296 CEED_RESTRICTION_CURL_ORIENTED = 3, enumerator
/libCEED/backends/opt/
H A Dceed-opt-operator.c86 case CEED_RESTRICTION_CURL_ORIENTED: { in CeedOperatorSetupFields_Opt()
/libCEED/backends/blocked/
H A Dceed-blocked-operator.c86 case CEED_RESTRICTION_CURL_ORIENTED: { in CeedOperatorSetupFields_Blocked()
/libCEED/backends/hip-gen/
H A Dceed-hip-gen-operator-build.cpp491 case CEED_RESTRICTION_CURL_ORIENTED: in CeedOperatorBuildKernelRestriction_Hip_gen()
535 case CEED_RESTRICTION_CURL_ORIENTED: in CeedOperatorBuildKernelRestriction_Hip_gen()
/libCEED/backends/cuda-gen/
H A Dceed-cuda-gen-operator-build.cpp464 case CEED_RESTRICTION_CURL_ORIENTED: in CeedOperatorBuildKernelRestriction_Cuda_gen()
508 case CEED_RESTRICTION_CURL_ORIENTED: in CeedOperatorBuildKernelRestriction_Cuda_gen()
/libCEED/julia/LibCEED.jl/src/generated/
H A Dlibceed_bindings.jl1015 CEED_RESTRICTION_CURL_ORIENTED = 3