Home
last modified time | relevance | path

Searched refs:CEED_EVAL_CURL (Results 1 – 25 of 29) sorted by relevance

12

/libCEED/tests/
H A Dt342-basis.c51 CeedBasisApply(basis, 1, CEED_NOTRANSPOSE, CEED_EVAL_CURL, u, v); in main()
66 CeedBasisApply(basis, 1, CEED_TRANSPOSE, CEED_EVAL_CURL, v, u); in main()
/libCEED/interface/
H A Dceed-types.c42 [CEED_EVAL_CURL] = "curl", [CEED_EVAL_WEIGHT] = "quadrature weights",
H A Dceed-basis.c364 case CEED_EVAL_CURL: in CeedBasisApplyCheckDims()
446 case CEED_EVAL_CURL: in CeedBasisApplyAtPointsCheckDims()
914 case CEED_EVAL_CURL: in CeedBasisGetNumQuadratureComponents()
1007 case CEED_EVAL_CURL: { in CeedBasisGetFlopsEstimate()
1030 case CEED_EVAL_CURL: { in CeedBasisGetFlopsEstimate()
1057 case CEED_EVAL_CURL: in CeedBasisGetFlopsEstimate()
2031 CeedCall(CeedBasisGetNumQuadratureComponents(basis, CEED_EVAL_CURL, &q_comp)); in CeedBasisView()
/libCEED/backends/sycl-gen/
H A Dceed-sycl-gen-operator-build.sycl.cpp325 case CEED_EVAL_CURL: in CeedOperatorBuildKernel_Sycl_gen()
385 case CEED_EVAL_CURL: { in CeedOperatorBuildKernel_Sycl_gen()
483 case CEED_EVAL_CURL: in CeedOperatorBuildKernel_Sycl_gen()
576 case CEED_EVAL_CURL: in CeedOperatorBuildKernel_Sycl_gen()
599 case CEED_EVAL_CURL: in CeedOperatorBuildKernel_Sycl_gen()
665 case CEED_EVAL_CURL: in CeedOperatorBuildKernel_Sycl_gen()
714 case CEED_EVAL_CURL: { in CeedOperatorBuildKernel_Sycl_gen()
/libCEED/include/ceed/
H A Dtypes.h239 CEED_EVAL_CURL = 8, enumerator
/libCEED/python/
H A Dceed_constants.py55 EVAL_CURL = lib.CEED_EVAL_CURL
/libCEED/include/ceed/jit-source/cuda/
H A Dcuda-ref-operator-assemble-diagonal.h36 case CEED_EVAL_CURL: in GetBasisPointer()
/libCEED/include/ceed/jit-source/hip/
H A Dhip-ref-operator-assemble-diagonal.h36 case CEED_EVAL_CURL: in GetBasisPointer()
/libCEED/backends/hip-ref/
H A Dceed-hip-ref-basis.c74 case CEED_EVAL_CURL: in CeedBasisApplyCore_Hip()
225 case CEED_EVAL_CURL: in CeedBasisApplyAtPointsCore_Hip()
313 case CEED_EVAL_CURL: { in CeedBasisApplyNonTensorCore_Hip()
567 CeedCallBackend(CeedBasisGetNumQuadratureComponents(basis, CEED_EVAL_CURL, &q_comp_curl)); in CeedBasisCreateHcurl_Hip()
H A Dceed-hip-ref-operator.c157 case CEED_EVAL_CURL: in CeedOperatorSetupFields_Hip()
445 case CEED_EVAL_CURL: { in CeedOperatorInputBasis_Hip()
572 case CEED_EVAL_CURL: { in CeedOperatorApplyAdd_Hip()
806 case CEED_EVAL_CURL: { in CeedOperatorInputBasisAtPoints_Hip()
919 case CEED_EVAL_CURL: { in CeedOperatorApplyAddAtPoints_Hip()
1280 CeedCallBackend(CeedBasisGetNumQuadratureComponents(basis, CEED_EVAL_CURL, &q_comp_curl)); in CeedOperatorAssembleDiagonalSetup_Hip()
1998 case CEED_EVAL_CURL: { in CeedOperatorLinearAssembleAddDiagonalAtPoints_Hip()
/libCEED/backends/cuda-ref/
H A Dceed-cuda-ref-basis.c74 case CEED_EVAL_CURL: in CeedBasisApplyCore_Cuda()
226 case CEED_EVAL_CURL: in CeedBasisApplyAtPointsCore_Cuda()
314 case CEED_EVAL_CURL: { in CeedBasisApplyNonTensorCore_Cuda()
568 CeedCallBackend(CeedBasisGetNumQuadratureComponents(basis, CEED_EVAL_CURL, &q_comp_curl)); in CeedBasisCreateHcurl_Cuda()
H A Dceed-cuda-ref-operator.c158 case CEED_EVAL_CURL: in CeedOperatorSetupFields_Cuda()
446 case CEED_EVAL_CURL: { in CeedOperatorInputBasis_Cuda()
574 case CEED_EVAL_CURL: { in CeedOperatorApplyAdd_Cuda()
808 case CEED_EVAL_CURL: { in CeedOperatorInputBasisAtPoints_Cuda()
922 case CEED_EVAL_CURL: { in CeedOperatorApplyAddAtPoints_Cuda()
1283 CeedCallBackend(CeedBasisGetNumQuadratureComponents(basis, CEED_EVAL_CURL, &q_comp_curl)); in CeedOperatorAssembleDiagonalSetup_Cuda()
2001 case CEED_EVAL_CURL: { in CeedOperatorLinearAssembleAddDiagonalAtPoints_Cuda()
/libCEED/julia/LibCEED.jl/src/
H A DGlobals.jl84 const EVAL_CURL = C.CEED_EVAL_CURL
/libCEED/backends/magma/
H A Dceed-magma-basis.c237 case CEED_EVAL_CURL: in CeedBasisApplyCore_Magma()
337 … CeedCallBackend(CeedBasisGetNumQuadratureComponents(basis, CEED_EVAL_CURL, &q_comp_deriv)); in CeedBasisApplyNonTensorCore_Magma()
395 case CEED_EVAL_CURL: in CeedBasisApplyNonTensorCore_Magma()
795 CeedCallBackend(CeedBasisGetNumQuadratureComponents(basis, CEED_EVAL_CURL, &q_comp_curl)); in CeedBasisCreateHcurl_Magma()
/libCEED/backends/ref/
H A Dceed-ref-basis.c191 case CEED_EVAL_CURL: in CeedBasisApplyCore_Ref()
224 case CEED_EVAL_CURL: { in CeedBasisApplyCore_Ref()
H A Dceed-ref-operator.c66 case CEED_EVAL_CURL: in CeedOperatorSetupFields_Ref()
287 case CEED_EVAL_CURL: in CeedOperatorInputBasis_Ref()
325 case CEED_EVAL_CURL: in CeedOperatorOutputBasis_Ref()
750 case CEED_EVAL_CURL: in CeedOperatorSetupFieldsAtPoints_Ref()
932 case CEED_EVAL_CURL: in CeedOperatorInputBasisAtPoints_Ref()
982 case CEED_EVAL_CURL: in CeedOperatorOutputBasisAtPoints_Ref()
/libCEED/backends/hip-gen/
H A Dceed-hip-gen-operator-build.cpp399 case CEED_EVAL_CURL: in CeedOperatorBuildKernelFieldData_Hip_gen()
654 case CEED_EVAL_CURL: in CeedOperatorBuildKernelBasis_Hip_gen()
715 case CEED_EVAL_CURL: in CeedOperatorBuildKernelBasis_Hip_gen()
786 case CEED_EVAL_CURL: in CeedOperatorBuildKernelQFunction_Hip_gen()
839 case CEED_EVAL_CURL: in CeedOperatorBuildKernelQFunction_Hip_gen()
868 case CEED_EVAL_CURL: in CeedOperatorBuildKernelQFunction_Hip_gen()
950 case CEED_EVAL_CURL: in CeedOperatorBuildKernelQFunction_Hip_gen()
979 case CEED_EVAL_CURL: in CeedOperatorBuildKernelQFunction_Hip_gen()
1091 case CEED_EVAL_CURL: in CeedOperatorBuildKernelQFunction_Hip_gen()
1133 case CEED_EVAL_CURL: in CeedOperatorBuildKernelQFunction_Hip_gen()
/libCEED/backends/cuda-gen/
H A Dceed-cuda-gen-operator-build.cpp372 case CEED_EVAL_CURL: in CeedOperatorBuildKernelFieldData_Cuda_gen()
627 case CEED_EVAL_CURL: in CeedOperatorBuildKernelBasis_Cuda_gen()
688 case CEED_EVAL_CURL: in CeedOperatorBuildKernelBasis_Cuda_gen()
759 case CEED_EVAL_CURL: in CeedOperatorBuildKernelQFunction_Cuda_gen()
812 case CEED_EVAL_CURL: in CeedOperatorBuildKernelQFunction_Cuda_gen()
841 case CEED_EVAL_CURL: in CeedOperatorBuildKernelQFunction_Cuda_gen()
923 case CEED_EVAL_CURL: in CeedOperatorBuildKernelQFunction_Cuda_gen()
952 case CEED_EVAL_CURL: in CeedOperatorBuildKernelQFunction_Cuda_gen()
1064 case CEED_EVAL_CURL: in CeedOperatorBuildKernelQFunction_Cuda_gen()
1106 case CEED_EVAL_CURL: in CeedOperatorBuildKernelQFunction_Cuda_gen()
/libCEED/backends/sycl-ref/
H A Dceed-sycl-ref-operator.sycl.cpp40 case CEED_EVAL_CURL: in CeedOperatorGetBasisPointer_Sycl()
206 case CEED_EVAL_CURL: in CeedOperatorSetupFields_Sycl()
334 case CEED_EVAL_CURL: in CeedOperatorInputBasis_Sycl()
440 case CEED_EVAL_CURL: in CeedOperatorApplyAdd_Sycl()
686 case CEED_EVAL_CURL: in CeedOperatorAssembleDiagonalSetup_Sycl()
729 case CEED_EVAL_CURL: in CeedOperatorAssembleDiagonalSetup_Sycl()
H A Dceed-sycl-ref-basis.sycl.cpp322 case CEED_EVAL_CURL: in CeedBasisApply_Sycl()
499 case CEED_EVAL_CURL: in CeedBasisApplyNonTensor_Sycl()
/libCEED/backends/hip-shared/
H A Dceed-hip-shared-basis.c248 case CEED_EVAL_CURL: in CeedBasisApplyTensorCore_Hip_shared()
482 case CEED_EVAL_CURL: in CeedBasisApplyAtPointsCore_Hip_shared()
604 case CEED_EVAL_CURL: in CeedBasisApplyNonTensorCore_Hip_shared()
/libCEED/backends/cuda-shared/
H A Dceed-cuda-shared-basis.c182 case CEED_EVAL_CURL: in CeedBasisApplyTensorCore_Cuda_shared()
419 case CEED_EVAL_CURL: in CeedBasisApplyAtPointsCore_Cuda_shared()
543 case CEED_EVAL_CURL: in CeedBasisApplyNonTensorCore_Cuda_shared()
/libCEED/backends/opt/
H A Dceed-opt-operator.c125 case CEED_EVAL_CURL: in CeedOperatorSetupFields_Opt()
354 case CEED_EVAL_CURL: in CeedOperatorInputBasis_Opt()
391 case CEED_EVAL_CURL: in CeedOperatorOutputBasis_Opt()
/libCEED/backends/blocked/
H A Dceed-blocked-operator.c123 case CEED_EVAL_CURL: in CeedOperatorSetupFields_Blocked()
342 case CEED_EVAL_CURL: in CeedOperatorInputBasis_Blocked()
380 case CEED_EVAL_CURL: in CeedOperatorOutputBasis_Blocked()
/libCEED/backends/sycl-shared/
H A Dceed-sycl-shared-basis.sycl.cpp122 case CEED_EVAL_CURL: in CeedBasisApplyTensor_Sycl_shared()

12