| /libCEED/examples/fluids/src/ |
| H A D | velocity_gradient_projection.c | 60 PetscCallCeed(ceed, CeedBasisGetNumComponents(ceed_data->basis_x, &num_comp_x)); in VelocityGradientProjectionSetup() 61 PetscCallCeed(ceed, CeedBasisGetNumComponents(ceed_data->basis_q, &num_comp_input)); in VelocityGradientProjectionSetup()
|
| H A D | turb_spanstats.c | 257 PetscCallCeed(ceed, CeedBasisGetNumComponents(ceed_data->basis_x, &num_comp_x)); in CreateStatsSF() 369 PetscCallCeed(ceed, CeedBasisGetNumComponents(ceed_data->basis_q, &num_comp_q)); in CreateStatisticCollectionOperator() 449 PetscCallCeed(ceed, CeedBasisGetNumComponents(stats_data->basis_x, &num_comp_x)); in SetupMMSErrorChecking()
|
| H A D | mat-ceed.c | 418 PetscCallCeed(ctx->ceed, CeedBasisGetNumComponents(active_bases[0], &num_comp)); in MatCreateCeed() 434 PetscCallCeed(ctx->ceed, CeedBasisGetNumComponents(active_bases[0], &num_comp)); in MatCreateCeed()
|
| /libCEED/backends/hip-ref/ |
| H A D | ceed-hip-ref-basis.c | 129 CeedCallBackend(CeedBasisGetNumComponents(basis, &num_comp)); in CeedBasisApplyAtPointsCore_Hip() 182 CeedCallBackend(CeedBasisGetNumComponents(basis, &num_comp)); in CeedBasisApplyAtPointsCore_Hip() 422 CeedCallBackend(CeedBasisGetNumComponents(basis, &num_comp)); in CeedBasisCreateTensorH1_Hip() 478 CeedCallBackend(CeedBasisGetNumComponents(basis, &num_comp)); in CeedBasisCreateH1_Hip() 533 CeedCallBackend(CeedBasisGetNumComponents(basis, &num_comp)); in CeedBasisCreateHdiv_Hip() 588 CeedCallBackend(CeedBasisGetNumComponents(basis, &num_comp)); in CeedBasisCreateHcurl_Hip()
|
| H A D | ceed-hip-ref-operator.c | 1386 CeedCallBackend(CeedBasisGetNumComponents(basis_in, &num_comp)); in CeedOperatorAssembleDiagonalSetupCompile_Hip()
|
| /libCEED/backends/cuda-ref/ |
| H A D | ceed-cuda-ref-basis.c | 130 CeedCallBackend(CeedBasisGetNumComponents(basis, &num_comp)); in CeedBasisApplyAtPointsCore_Cuda() 183 CeedCallBackend(CeedBasisGetNumComponents(basis, &num_comp)); in CeedBasisApplyAtPointsCore_Cuda() 423 CeedCallBackend(CeedBasisGetNumComponents(basis, &num_comp)); in CeedBasisCreateTensorH1_Cuda() 479 CeedCallBackend(CeedBasisGetNumComponents(basis, &num_comp)); in CeedBasisCreateH1_Cuda() 534 CeedCallBackend(CeedBasisGetNumComponents(basis, &num_comp)); in CeedBasisCreateHdiv_Cuda() 589 CeedCallBackend(CeedBasisGetNumComponents(basis, &num_comp)); in CeedBasisCreateHcurl_Cuda()
|
| H A D | ceed-cuda-ref-operator.c | 1389 CeedCallBackend(CeedBasisGetNumComponents(basis_in, &num_comp)); in CeedOperatorAssembleDiagonalSetupCompile_Cuda()
|
| /libCEED/backends/hip-shared/ |
| H A D | ceed-hip-shared-basis.c | 104 CeedCallBackend(CeedBasisGetNumComponents(basis, &num_comp)); in CeedBasisApplyTensorCore_Hip_shared() 303 CeedCallBackend(CeedBasisGetNumComponents(basis, &num_comp)); in CeedBasisApplyAtPointsCore_Hip_shared() 356 CeedCallBackend(CeedBasisGetNumComponents(basis, &num_comp)); in CeedBasisApplyAtPointsCore_Hip_shared() 524 CeedCallBackend(CeedBasisGetNumComponents(basis, &num_comp)); in CeedBasisApplyNonTensorCore_Hip_shared() 691 CeedCallBackend(CeedBasisGetNumComponents(basis, &num_comp)); in CeedBasisCreateTensorH1_Hip_shared() 775 CeedCallBackend(CeedBasisGetNumComponents(basis, &num_comp)); in CeedBasisCreateH1_Hip_shared()
|
| /libCEED/tests/ |
| H A D | t319-basis.c | 162 CeedBasisGetNumComponents(basis_from, &num_comp); in main() 170 CeedBasisGetNumComponents(basis_to, &num_comp); in main()
|
| /libCEED/backends/cuda-shared/ |
| H A D | ceed-cuda-shared-basis.c | 37 CeedCallBackend(CeedBasisGetNumComponents(basis, &num_comp)); in CeedBasisApplyTensorCore_Cuda_shared() 223 CeedCallBackend(CeedBasisGetNumComponents(basis, &num_comp)); in CeedBasisApplyAtPointsCore_Cuda_shared() 291 CeedCallBackend(CeedBasisGetNumComponents(basis, &num_comp)); in CeedBasisApplyAtPointsCore_Cuda_shared() 633 CeedCallBackend(CeedBasisGetNumComponents(basis, &num_comp)); in CeedBasisCreateTensorH1_Cuda_shared() 709 CeedCallBackend(CeedBasisGetNumComponents(basis, &num_comp)); in CeedBasisCreateH1_Cuda_shared()
|
| /libCEED/rust/libceed/src/ |
| H A D | basis.rs | 456 unsafe { bind_ceed::CeedBasisGetNumComponents(self.ptr, &mut ncomp) }; in num_components()
|
| /libCEED/backends/magma/ |
| H A D | ceed-magma-basis.c | 42 CeedCallBackend(CeedBasisGetNumComponents(basis, &num_comp)); in CeedBasisApplyCore_Magma() 289 CeedCallBackend(CeedBasisGetNumComponents(basis, &num_comp)); in CeedBasisApplyNonTensorCore_Magma() 560 CeedCallBackend(CeedBasisGetNumComponents(basis, &num_comp)); in CeedBasisCreateTensorH1_Magma()
|
| /libCEED/backends/blocked/ |
| H A D | ceed-blocked-operator.c | 127 CeedCallBackend(CeedBasisGetNumComponents(basis, &num_comp)); in CeedOperatorSetupFields_Blocked() 344 CeedCallBackend(CeedBasisGetNumComponents(basis, &num_comp)); in CeedOperatorInputBasis_Blocked() 382 CeedCallBackend(CeedBasisGetNumComponents(basis, &num_comp)); in CeedOperatorOutputBasis_Blocked()
|
| /libCEED/interface/ |
| H A D | ceed-basis.c | 350 CeedCall(CeedBasisGetNumComponents(basis, &num_comp)); in CeedBasisApplyCheckDims() 406 CeedCall(CeedBasisGetNumComponents(basis, &num_comp)); in CeedBasisApplyAtPointsCheckDims() 485 CeedCall(CeedBasisGetNumComponents(basis, &num_comp)); in CeedBasisApplyAtPoints_Core() 947 CeedCall(CeedBasisGetNumComponents(basis, &num_comp)); in CeedBasisGetFlopsEstimate() 1046 CeedCall(CeedBasisGetNumComponents(basis, &num_comp)); in CeedBasisGetFlopsEstimate() 1876 CeedCall(CeedBasisGetNumComponents(basis_from, &num_comp)); in CeedBasisCreateProjection() 2225 int CeedBasisGetNumComponents(CeedBasis basis, CeedInt *num_comp) { in CeedBasisGetNumComponents() function
|
| H A D | ceed-preconditioning.c | 296 CeedCall(CeedBasisGetNumComponents(active_bases_in[b_in], &num_comp)); in CeedOperatorLinearAssembleAddDiagonalSingle_Mesh() 1178 CeedCall(CeedBasisGetNumComponents(basis_coarse, &num_comp)); in CeedOperatorMultigridLevelCreateSingle_Core() 1661 CeedCall(CeedBasisGetNumComponents(basis_in, &num_comp)); in CeedOperatorAssemblyDataCreate() 1719 CeedCall(CeedBasisGetNumComponents(basis_out, &num_comp)); in CeedOperatorAssemblyDataCreate() 2799 CeedCall(CeedBasisGetNumComponents(basis_fine, &num_comp)); in CeedOperatorMultigridLevelCreateTensorH1() 2865 CeedCall(CeedBasisGetNumComponents(basis_fine, &num_comp)); in CeedOperatorMultigridLevelCreateH1() 2965 CeedCall(CeedBasisGetNumComponents(basis, &num_comp)); in CeedOperatorCreateFDMElementInverse()
|
| H A D | ceed-operator.c | 55 CeedCall(CeedBasisGetNumComponents(basis, &num_comp)); in CeedOperatorCheckField()
|
| /libCEED/backends/ref/ |
| H A D | ceed-ref-operator.c | 70 CeedCallBackend(CeedBasisGetNumComponents(basis, &num_comp)); in CeedOperatorSetupFields_Ref() 289 CeedCallBackend(CeedBasisGetNumComponents(basis, &num_comp)); in CeedOperatorInputBasis_Ref() 327 CeedCallBackend(CeedBasisGetNumComponents(basis, &num_comp)); in CeedOperatorOutputBasis_Ref() 754 CeedCallBackend(CeedBasisGetNumComponents(basis, &num_comp)); in CeedOperatorSetupFieldsAtPoints_Ref() 935 CeedCallBackend(CeedBasisGetNumComponents(basis, &num_comp)); in CeedOperatorInputBasisAtPoints_Ref()
|
| H A D | ceed-ref-basis.c | 30 CeedCallBackend(CeedBasisGetNumComponents(basis, &num_comp)); in CeedBasisApplyCore_Ref()
|
| /libCEED/backends/sycl-shared/ |
| H A D | ceed-sycl-shared-basis.sycl.cpp | 180 CeedCallBackend(CeedBasisGetNumComponents(basis, &num_comp)); in CeedBasisCreateTensorH1_Sycl_shared()
|
| /libCEED/backends/sycl-ref/ |
| H A D | ceed-sycl-ref-basis.sycl.cpp | 572 CeedCallBackend(CeedBasisGetNumComponents(basis, &num_comp)); in CeedBasisCreateTensorH1_Sycl() 642 CeedCallBackend(CeedBasisGetNumComponents(basis, &num_comp)); in CeedBasisCreateH1_Sycl()
|
| H A D | ceed-sycl-ref-operator.sycl.cpp | 753 CeedCallBackend(CeedBasisGetNumComponents(basis_in, &num_comp)); in CeedOperatorAssembleDiagonalSetup_Sycl()
|
| /libCEED/backends/opt/ |
| H A D | ceed-opt-operator.c | 129 CeedCallBackend(CeedBasisGetNumComponents(basis, &num_comp)); in CeedOperatorSetupFields_Opt() 357 CeedCallBackend(CeedBasisGetNumComponents(basis, &num_comp)); in CeedOperatorInputBasis_Opt()
|
| /libCEED/julia/LibCEED.jl/src/ |
| H A D | Basis.jl | 382 C.CeedBasisGetNumComponents(b[], ncomp)
|
| /libCEED/include/ceed/ |
| H A D | ceed.h | 344 CEED_EXTERN int CeedBasisGetNumComponents(CeedBasis basis, CeedInt *num_comp);
|
| /libCEED/julia/LibCEED.jl/src/generated/ |
| H A D | libceed_bindings.jl | 455 function CeedBasisGetNumComponents(basis, num_comp) function 456 ccall((:CeedBasisGetNumComponents, libceed), Cint, (CeedBasis, Ptr{CeedInt}), basis, num_comp)
|