Home
last modified time | relevance | path

Searched refs:CeedElemRestrictionGetNumComponents (Results 1 – 25 of 32) sorted by relevance

12

/libCEED/examples/fluids/src/
H A Dqdata.c82 PetscCallCeed(ceed, CeedElemRestrictionGetNumComponents(elem_restr_x, &num_comp_x)); in QDataGet()
169 PetscCallCeed(ceed, CeedElemRestrictionGetNumComponents(elem_restr_x, &num_comp_x)); in QDataBoundaryGet()
H A Ddifferential_filter.c26 PetscCallCeed(ceed, CeedElemRestrictionGetNumComponents(ceed_data->elem_restr_x, &num_comp_x)); in DifferentialFilterCreateOperators()
27 PetscCallCeed(ceed, CeedElemRestrictionGetNumComponents(ceed_data->elem_restr_q, &num_comp_q)); in DifferentialFilterCreateOperators()
28 …PetscCallCeed(ceed, CeedElemRestrictionGetNumComponents(ceed_data->elem_restr_qd_i, &num_comp_qd)); in DifferentialFilterCreateOperators()
94 …PetscCallCeed(ceed, CeedElemRestrictionGetNumComponents(ceed_data->elem_restr_qd_i, &num_comp_qd)); in DifferentialFilterCreateOperators()
H A Dgrid_anisotropy_tensor.c52 …PetscCallCeed(ceed, CeedElemRestrictionGetNumComponents(ceed_data->elem_restr_qd_i, &q_data_size)); in GridAnisotropyTensorProjectionSetupApply()
138 …PetscCallCeed(ceed, CeedElemRestrictionGetNumComponents(ceed_data->elem_restr_qd_i, &q_data_size)); in GridAnisotropyTensorCalculateCollocatedVector()
H A Dinverse_multiplicity.c44 PetscCallCeed(ceed, CeedElemRestrictionGetNumComponents(elem_restr, &num_comp)); in GetInverseMultiplicity()
H A Dsetuplibceed.c39 PetscCallCeed(ceed, CeedElemRestrictionGetNumComponents(elem_restr_q, &num_comp_q)); in CreateKSPMassOperator_Unstabilized()
40 PetscCallCeed(ceed, CeedElemRestrictionGetNumComponents(elem_restr_qd_i, &q_data_size)); in CreateKSPMassOperator_Unstabilized()
203 PetscCallCeed(ceed, CeedElemRestrictionGetNumComponents(elem_restr_q, &num_comp_q)); in AddBCSubOperators()
208 PetscCallCeed(ceed, CeedElemRestrictionGetNumComponents(elem_restr_x, &num_comp_x)); in AddBCSubOperators()
H A Dvelocity_gradient_projection.c62 …PetscCallCeed(ceed, CeedElemRestrictionGetNumComponents(ceed_data->elem_restr_qd_i, &q_data_size)); in VelocityGradientProjectionSetup()
H A Dturb_spanstats.c160 PetscCallCeed(ceed, CeedElemRestrictionGetNumComponents(elem_restr_x, &num_comp_x)); in GetQuadratureCoords()
197 …PetscCallCeed(ceed, CeedElemRestrictionGetNumComponents((*stats_data)->elem_restr_parent_x, &num_c… in SpanStatsSetupDataCreate()
/libCEED/backends/memcheck/
H A Dceed-memcheck-restriction.c23 CeedCallBackend(CeedElemRestrictionGetNumComponents(rstr, &num_comp)); in CeedElemRestrictionGetBackendStrides_Memcheck()
511 CeedCallBackend(CeedElemRestrictionGetNumComponents(rstr, &num_comp)); in CeedElemRestrictionApply_Memcheck()
528 CeedCallBackend(CeedElemRestrictionGetNumComponents(rstr, &num_comp)); in CeedElemRestrictionApplyUnsigned_Memcheck()
545 CeedCallBackend(CeedElemRestrictionGetNumComponents(rstr, &num_comp)); in CeedElemRestrictionApplyUnoriented_Memcheck()
560 CeedCallBackend(CeedElemRestrictionGetNumComponents(rstr, &num_comp)); in CeedElemRestrictionApplyAtPointsInElement_Memcheck()
574 CeedCallBackend(CeedElemRestrictionGetNumComponents(rstr, &num_comp)); in CeedElemRestrictionApplyBlock_Memcheck()
652 CeedCallBackend(CeedElemRestrictionGetNumComponents(rstr, &num_comp)); in CeedElemRestrictionCreate_Memcheck()
/libCEED/backends/sycl-gen/
H A Dceed-sycl-gen-operator-build.sycl.cpp277 CeedCallBackend(CeedElemRestrictionGetNumComponents(elem_rstr, &num_comp)); in CeedOperatorBuildKernel_Sycl_gen()
337 CeedCallBackend(CeedElemRestrictionGetNumComponents(elem_rstr, &num_comp)); in CeedOperatorBuildKernel_Sycl_gen()
404 CeedCallBackend(CeedElemRestrictionGetNumComponents(elem_rstr, &num_comp)); in CeedOperatorBuildKernel_Sycl_gen()
680 CeedCallBackend(CeedElemRestrictionGetNumComponents(elem_rstr, &num_comp)); in CeedOperatorBuildKernel_Sycl_gen()
/libCEED/examples/fluids/problems/
H A Dadvection.c48 PetscCallCeed(ceed, CeedElemRestrictionGetNumComponents(elem_restr_q, &num_comp_q)); in CreateKSPMassOperator_AdvectionStabilized()
49 PetscCallCeed(ceed, CeedElemRestrictionGetNumComponents(elem_restr_qd_i, &q_data_size)); in CreateKSPMassOperator_AdvectionStabilized()
H A Dnewtonian.c184 PetscCallCeed(ceed, CeedElemRestrictionGetNumComponents(elem_restr_q, &num_comp_q)); in CreateKSPMassOperator_NewtonianStabilized()
185 PetscCallCeed(ceed, CeedElemRestrictionGetNumComponents(elem_restr_qd_i, &q_data_size)); in CreateKSPMassOperator_NewtonianStabilized()
/libCEED/interface/
H A Dceed-elemrestriction.c488 CeedCall(CeedElemRestrictionGetNumComponents(rstr, &num_comp)); in CeedElemRestrictionGetAtPointsElementOffset()
1366 CeedCall(CeedElemRestrictionGetNumComponents(rstr, &num_comp)); in CeedElemRestrictionApplyAtPointsInElement()
1372 CeedCall(CeedElemRestrictionGetNumComponents(rstr, &num_comp)); in CeedElemRestrictionApplyAtPointsInElement()
1421 CeedCall(CeedElemRestrictionGetNumComponents(rstr, &num_comp)); in CeedElemRestrictionApplyBlock()
1428 CeedCall(CeedElemRestrictionGetNumComponents(rstr, &num_comp)); in CeedElemRestrictionApplyBlock()
1679 int CeedElemRestrictionGetNumComponents(CeedElemRestriction rstr, CeedInt *num_comp) { in CeedElemRestrictionGetNumComponents() function
H A Dceed-preconditioning.c473 CeedCall(CeedElemRestrictionGetNumComponents(elem_rstr_in, &num_comp_in)); in CeedOperatorAssembleSymbolicSingle()
496 CeedCall(CeedElemRestrictionGetNumComponents(elem_rstr_out, &num_comp_out)); in CeedOperatorAssembleSymbolicSingle()
748 CeedCall(CeedElemRestrictionGetNumComponents(elem_rstr_in, &num_comp_in)); in CeedOperatorAssembleSingle()
766 CeedCall(CeedElemRestrictionGetNumComponents(elem_rstr_out, &num_comp_out)); in CeedOperatorAssembleSingle()
939 CeedCall(CeedElemRestrictionGetNumComponents(rstr_in, &num_comp_in)); in CeedOperatorAssemblyCountEntriesSingle()
947 CeedCall(CeedElemRestrictionGetNumComponents(rstr_out, &num_comp_out)); in CeedOperatorAssemblyCountEntriesSingle()
1134 CeedCall(CeedElemRestrictionGetNumComponents(rstr_p_mult_full, &num_comp)); in CeedOperatorMultigridLevelCreateSingle_Core()
1372 CeedCall(CeedElemRestrictionGetNumComponents(rstr, &num_comp)); in CeedOperatorCreateActivePointBlockRestriction()
2323 CeedCall(CeedElemRestrictionGetNumComponents(active_elem_rstrs[0], &num_active_components)); in CeedOperatorLinearAssemblePointBlockDiagonalSymbolic()
2335 … CeedCall(CeedElemRestrictionGetNumComponents(active_elem_rstrs[i], &num_active_components_sub)); in CeedOperatorLinearAssemblePointBlockDiagonalSymbolic()
/libCEED/backends/ref/
H A Dceed-ref-restriction.c617 CeedCallBackend(CeedElemRestrictionGetNumComponents(rstr, &num_comp)); in CeedElemRestrictionApply_Ref()
634 CeedCallBackend(CeedElemRestrictionGetNumComponents(rstr, &num_comp)); in CeedElemRestrictionApplyUnsigned_Ref()
651 CeedCallBackend(CeedElemRestrictionGetNumComponents(rstr, &num_comp)); in CeedElemRestrictionApplyUnoriented_Ref()
666 CeedCallBackend(CeedElemRestrictionGetNumComponents(rstr, &num_comp)); in CeedElemRestrictionApplyAtPointsInElement_Ref()
680 CeedCallBackend(CeedElemRestrictionGetNumComponents(rstr, &num_comp)); in CeedElemRestrictionApplyBlock_Ref()
758 CeedCallBackend(CeedElemRestrictionGetNumComponents(rstr, &num_comp)); in CeedElemRestrictionCreate_Ref()
H A Dceed-ref-operator.c706 CeedCallBackend(CeedElemRestrictionGetNumComponents(rstr_points, &dim)); in CeedOperatorSetupFieldsAtPoints_Ref()
1421 CeedCallBackend(CeedElemRestrictionGetNumComponents(elem_rstr, &num_comp_active)); in CeedOperatorLinearAssembleAddDiagonalAtPoints_Ref()
1478 CeedCallBackend(CeedElemRestrictionGetNumComponents(elem_rstr, &num_comp)); in CeedOperatorLinearAssembleAddDiagonalAtPoints_Ref()
1628 CeedCallBackend(CeedElemRestrictionGetNumComponents(elem_rstr, &num_comp_active)); in CeedOperatorAssembleSingleAtPoints_Ref()
1689 CeedCallBackend(CeedElemRestrictionGetNumComponents(elem_rstr, &num_comp)); in CeedOperatorAssembleSingleAtPoints_Ref()
/libCEED/backends/hip-gen/
H A Dceed-hip-gen-operator-build.cpp243 CeedCallBackend(CeedElemRestrictionGetNumComponents(elem_rstr, &num_comp)); in CeedOperatorBuildKernelFieldData_Hip_gen()
428 CeedCallBackend(CeedElemRestrictionGetNumComponents(elem_rstr, &num_comp)); in CeedOperatorBuildKernelRestriction_Hip_gen()
566 CeedCallBackend(CeedElemRestrictionGetNumComponents(elem_rstr, &num_comp)); in CeedOperatorBuildKernelBasis_Hip_gen()
1249 CeedCallBackend(CeedElemRestrictionGetNumComponents(rstr_points, &coords_dim)); in CeedOperatorBuildKernel_Hip_gen()
1513 CeedCallBackend(CeedElemRestrictionGetNumComponents(elem_rstr, &num_comp)); in CeedOperatorBuildKernel_Hip_gen()
1527 CeedCallBackend(CeedElemRestrictionGetNumComponents(elem_rstr, &num_comp)); in CeedOperatorBuildKernel_Hip_gen()
1871 CeedCallBackend(CeedElemRestrictionGetNumComponents(elem_rstr, &num_comp)); in CeedOperatorBuildKernelAssemblyAtPoints_Hip_gen()
1885 CeedCallBackend(CeedElemRestrictionGetNumComponents(elem_rstr, &num_comp)); in CeedOperatorBuildKernelAssemblyAtPoints_Hip_gen()
2439 CeedCallBackend(CeedElemRestrictionGetNumComponents(elem_rstr, &num_comp)); in CeedOperatorBuildKernelLinearAssembleQFunction_Hip_gen()
2453 CeedCallBackend(CeedElemRestrictionGetNumComponents(elem_rstr, &num_comp)); in CeedOperatorBuildKernelLinearAssembleQFunction_Hip_gen()
/libCEED/backends/cuda-gen/
H A Dceed-cuda-gen-operator-build.cpp216 CeedCallBackend(CeedElemRestrictionGetNumComponents(elem_rstr, &num_comp)); in CeedOperatorBuildKernelFieldData_Cuda_gen()
401 CeedCallBackend(CeedElemRestrictionGetNumComponents(elem_rstr, &num_comp)); in CeedOperatorBuildKernelRestriction_Cuda_gen()
539 CeedCallBackend(CeedElemRestrictionGetNumComponents(elem_rstr, &num_comp)); in CeedOperatorBuildKernelBasis_Cuda_gen()
1223 CeedCallBackend(CeedElemRestrictionGetNumComponents(rstr_points, &coords_dim)); in CeedOperatorBuildKernel_Cuda_gen()
1500 CeedCallBackend(CeedElemRestrictionGetNumComponents(elem_rstr, &num_comp)); in CeedOperatorBuildKernel_Cuda_gen()
1514 CeedCallBackend(CeedElemRestrictionGetNumComponents(elem_rstr, &num_comp)); in CeedOperatorBuildKernel_Cuda_gen()
1866 CeedCallBackend(CeedElemRestrictionGetNumComponents(elem_rstr, &num_comp)); in CeedOperatorBuildKernelAssemblyAtPoints_Cuda_gen()
1880 CeedCallBackend(CeedElemRestrictionGetNumComponents(elem_rstr, &num_comp)); in CeedOperatorBuildKernelAssemblyAtPoints_Cuda_gen()
2443 CeedCallBackend(CeedElemRestrictionGetNumComponents(elem_rstr, &num_comp)); in CeedOperatorBuildKernelLinearAssembleQFunction_Cuda_gen()
2457 CeedCallBackend(CeedElemRestrictionGetNumComponents(elem_rstr, &num_comp)); in CeedOperatorBuildKernelLinearAssembleQFunction_Cuda_gen()
/libCEED/backends/cuda-ref/
H A Dceed-cuda-ref-restriction.c35 CeedCallBackend(CeedElemRestrictionGetNumComponents(rstr, &num_comp)); in CeedElemRestrictionSetupCompile_Cuda()
430 CeedCallBackend(CeedElemRestrictionGetNumComponents(rstr, &num_comp)); in CeedElemRestrictionOffset_Cuda()
511 CeedCallBackend(CeedElemRestrictionGetNumComponents(rstr, &num_comp)); in CeedElemRestrictionCreate_Cuda()
H A Dceed-cuda-ref-operator.c1621 CeedCallBackend(CeedElemRestrictionGetNumComponents(rstr_in, &num_comp_in)); in CeedOperatorAssembleSingleSetup_Cuda()
1622 CeedCallBackend(CeedElemRestrictionGetNumComponents(rstr_out, &num_comp_out)); in CeedOperatorAssembleSingleSetup_Cuda()
1921 CeedCallBackend(CeedElemRestrictionGetNumComponents(elem_rstr, &num_comp_active)); in CeedOperatorLinearAssembleAddDiagonalAtPoints_Cuda()
1984 CeedCallBackend(CeedElemRestrictionGetNumComponents(elem_rstr, &num_comp)); in CeedOperatorLinearAssembleAddDiagonalAtPoints_Cuda()
/libCEED/backends/hip-ref/
H A Dceed-hip-ref-restriction.c34 CeedCallBackend(CeedElemRestrictionGetNumComponents(rstr, &num_comp)); in CeedElemRestrictionSetupCompile_Hip()
431 CeedCallBackend(CeedElemRestrictionGetNumComponents(rstr, &num_comp)); in CeedElemRestrictionOffset_Hip()
512 CeedCallBackend(CeedElemRestrictionGetNumComponents(rstr, &num_comp)); in CeedElemRestrictionCreate_Hip()
H A Dceed-hip-ref-operator.c1618 CeedCallBackend(CeedElemRestrictionGetNumComponents(rstr_in, &num_comp_in)); in CeedOperatorAssembleSingleSetup_Hip()
1619 CeedCallBackend(CeedElemRestrictionGetNumComponents(rstr_out, &num_comp_out)); in CeedOperatorAssembleSingleSetup_Hip()
1918 CeedCallBackend(CeedElemRestrictionGetNumComponents(elem_rstr, &num_comp_active)); in CeedOperatorLinearAssembleAddDiagonalAtPoints_Hip()
1981 CeedCallBackend(CeedElemRestrictionGetNumComponents(elem_rstr, &num_comp)); in CeedOperatorLinearAssembleAddDiagonalAtPoints_Hip()
/libCEED/backends/sycl-ref/
H A Dceed-sycl-restriction.sycl.cpp262 CeedCallBackend(CeedElemRestrictionGetNumComponents(rstr, &num_comp)); in CeedElemRestrictionOffset_Sycl()
350 CeedCallBackend(CeedElemRestrictionGetNumComponents(rstr, &num_comp)); in CeedElemRestrictionCreate_Sycl()
/libCEED/rust/libceed/src/
H A Delem_restriction.rs596 unsafe { bind_ceed::CeedElemRestrictionGetNumComponents(self.ptr, &mut ncomp) }; in num_components()
/libCEED/examples/petsc/src/
H A Dswarmutils.c52 CeedElemRestrictionGetNumComponents(elem_restr_u_mesh, &num_comp); in DMSwarmCeedContextCreate()
628 CeedElemRestrictionGetNumComponents(elem_restr_u_mesh, &num_comp); in SetupProblemSwarm()
/libCEED/julia/LibCEED.jl/src/
H A DElemRestriction.jl400 C.CeedElemRestrictionGetNumComponents(r[], result)

12