Home
last modified time | relevance | path

Searched refs:CeedBasisGetNumComponents (Results 1 – 25 of 26) sorted by relevance

12

/libCEED/examples/fluids/src/
H A Dvelocity_gradient_projection.c60 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 Dturb_spanstats.c257 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 Dmat-ceed.c418 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 Dceed-hip-ref-basis.c129 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 Dceed-hip-ref-operator.c1386 CeedCallBackend(CeedBasisGetNumComponents(basis_in, &num_comp)); in CeedOperatorAssembleDiagonalSetupCompile_Hip()
/libCEED/backends/cuda-ref/
H A Dceed-cuda-ref-basis.c130 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 Dceed-cuda-ref-operator.c1389 CeedCallBackend(CeedBasisGetNumComponents(basis_in, &num_comp)); in CeedOperatorAssembleDiagonalSetupCompile_Cuda()
/libCEED/backends/hip-shared/
H A Dceed-hip-shared-basis.c104 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 Dt319-basis.c162 CeedBasisGetNumComponents(basis_from, &num_comp); in main()
170 CeedBasisGetNumComponents(basis_to, &num_comp); in main()
/libCEED/backends/cuda-shared/
H A Dceed-cuda-shared-basis.c37 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 Dbasis.rs456 unsafe { bind_ceed::CeedBasisGetNumComponents(self.ptr, &mut ncomp) }; in num_components()
/libCEED/backends/magma/
H A Dceed-magma-basis.c42 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 Dceed-blocked-operator.c127 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 Dceed-basis.c350 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 Dceed-preconditioning.c296 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 Dceed-operator.c55 CeedCall(CeedBasisGetNumComponents(basis, &num_comp)); in CeedOperatorCheckField()
/libCEED/backends/ref/
H A Dceed-ref-operator.c70 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 Dceed-ref-basis.c30 CeedCallBackend(CeedBasisGetNumComponents(basis, &num_comp)); in CeedBasisApplyCore_Ref()
/libCEED/backends/sycl-shared/
H A Dceed-sycl-shared-basis.sycl.cpp180 CeedCallBackend(CeedBasisGetNumComponents(basis, &num_comp)); in CeedBasisCreateTensorH1_Sycl_shared()
/libCEED/backends/sycl-ref/
H A Dceed-sycl-ref-basis.sycl.cpp572 CeedCallBackend(CeedBasisGetNumComponents(basis, &num_comp)); in CeedBasisCreateTensorH1_Sycl()
642 CeedCallBackend(CeedBasisGetNumComponents(basis, &num_comp)); in CeedBasisCreateH1_Sycl()
H A Dceed-sycl-ref-operator.sycl.cpp753 CeedCallBackend(CeedBasisGetNumComponents(basis_in, &num_comp)); in CeedOperatorAssembleDiagonalSetup_Sycl()
/libCEED/backends/opt/
H A Dceed-opt-operator.c129 CeedCallBackend(CeedBasisGetNumComponents(basis, &num_comp)); in CeedOperatorSetupFields_Opt()
357 CeedCallBackend(CeedBasisGetNumComponents(basis, &num_comp)); in CeedOperatorInputBasis_Opt()
/libCEED/julia/LibCEED.jl/src/
H A DBasis.jl382 C.CeedBasisGetNumComponents(b[], ncomp)
/libCEED/include/ceed/
H A Dceed.h344 CEED_EXTERN int CeedBasisGetNumComponents(CeedBasis basis, CeedInt *num_comp);
/libCEED/julia/LibCEED.jl/src/generated/
H A Dlibceed_bindings.jl455 function CeedBasisGetNumComponents(basis, num_comp) function
456 ccall((:CeedBasisGetNumComponents, libceed), Cint, (CeedBasis, Ptr{CeedInt}), basis, num_comp)

12