| /libCEED/tests/ |
| H A D | t342-basis.c | 51 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 D | ceed-types.c | 42 [CEED_EVAL_CURL] = "curl", [CEED_EVAL_WEIGHT] = "quadrature weights",
|
| H A D | ceed-basis.c | 364 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 D | ceed-sycl-gen-operator-build.sycl.cpp | 325 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 D | types.h | 239 CEED_EVAL_CURL = 8, enumerator
|
| /libCEED/python/ |
| H A D | ceed_constants.py | 55 EVAL_CURL = lib.CEED_EVAL_CURL
|
| /libCEED/include/ceed/jit-source/cuda/ |
| H A D | cuda-ref-operator-assemble-diagonal.h | 36 case CEED_EVAL_CURL: in GetBasisPointer()
|
| /libCEED/include/ceed/jit-source/hip/ |
| H A D | hip-ref-operator-assemble-diagonal.h | 36 case CEED_EVAL_CURL: in GetBasisPointer()
|
| /libCEED/backends/hip-ref/ |
| H A D | ceed-hip-ref-basis.c | 74 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 D | ceed-hip-ref-operator.c | 157 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 D | ceed-cuda-ref-basis.c | 74 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 D | ceed-cuda-ref-operator.c | 158 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 D | Globals.jl | 84 const EVAL_CURL = C.CEED_EVAL_CURL
|
| /libCEED/backends/magma/ |
| H A D | ceed-magma-basis.c | 237 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 D | ceed-ref-basis.c | 191 case CEED_EVAL_CURL: in CeedBasisApplyCore_Ref() 224 case CEED_EVAL_CURL: { in CeedBasisApplyCore_Ref()
|
| H A D | ceed-ref-operator.c | 66 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 D | ceed-hip-gen-operator-build.cpp | 399 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 D | ceed-cuda-gen-operator-build.cpp | 372 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 D | ceed-sycl-ref-operator.sycl.cpp | 40 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 D | ceed-sycl-ref-basis.sycl.cpp | 322 case CEED_EVAL_CURL: in CeedBasisApply_Sycl() 499 case CEED_EVAL_CURL: in CeedBasisApplyNonTensor_Sycl()
|
| /libCEED/backends/hip-shared/ |
| H A D | ceed-hip-shared-basis.c | 248 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 D | ceed-cuda-shared-basis.c | 182 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 D | ceed-opt-operator.c | 125 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 D | ceed-blocked-operator.c | 123 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 D | ceed-sycl-shared-basis.sycl.cpp | 122 case CEED_EVAL_CURL: in CeedBasisApplyTensor_Sycl_shared()
|