Home
last modified time | relevance | path

Searched refs:CeedElemRestrictionGetMaxPointsInElement (Results 1 – 14 of 14) sorted by relevance

/libCEED/tests/
H A Dt234-elemrestriction.c41 CeedElemRestrictionGetMaxPointsInElement(elem_restriction, &max_points); in main()
H A Dt233-elemrestriction.c54 CeedElemRestrictionGetMaxPointsInElement(elem_restriction, &max_points); in main()
/libCEED/interface/
H A Dceed-elemrestriction.c1619 int CeedElemRestrictionGetMaxPointsInElement(CeedElemRestriction rstr, CeedInt *max_points) { in CeedElemRestrictionGetMaxPointsInElement() function
1797 CeedCall(CeedElemRestrictionGetMaxPointsInElement(rstr, &max_points)); in CeedElemRestrictionView()
H A Dceed-operator.c159 CeedCall(CeedElemRestrictionGetMaxPointsInElement(rstr_points, &max_points)); in CeedOperatorSingleView()
1867 CeedCall(CeedElemRestrictionGetMaxPointsInElement(rstr_points, &num_points)); in CeedOperatorGetFlopsEstimate()
/libCEED/backends/cuda-ref/
H A Dceed-cuda-ref-restriction.c38 CeedCallBackend(CeedElemRestrictionGetMaxPointsInElement(rstr, &elem_size)); in CeedElemRestrictionSetupCompile_Cuda()
H A Dceed-cuda-ref-operator.c642 CeedCallBackend(CeedElemRestrictionGetMaxPointsInElement(rstr_points, &max_num_points)); in CeedOperatorSetupAtPoints_Cuda()
1977 CeedCallBackend(CeedElemRestrictionGetMaxPointsInElement(elem_rstr, &elem_size)); in CeedOperatorLinearAssembleAddDiagonalAtPoints_Cuda()
/libCEED/backends/hip-ref/
H A Dceed-hip-ref-restriction.c37 CeedCallBackend(CeedElemRestrictionGetMaxPointsInElement(rstr, &elem_size)); in CeedElemRestrictionSetupCompile_Hip()
H A Dceed-hip-ref-operator.c640 CeedCallBackend(CeedElemRestrictionGetMaxPointsInElement(rstr_points, &max_num_points)); in CeedOperatorSetupAtPoints_Hip()
1974 CeedCallBackend(CeedElemRestrictionGetMaxPointsInElement(elem_rstr, &elem_size)); in CeedOperatorLinearAssembleAddDiagonalAtPoints_Hip()
/libCEED/backends/ref/
H A Dceed-ref-operator.c705 CeedCallBackend(CeedElemRestrictionGetMaxPointsInElement(rstr_points, &max_num_points)); in CeedOperatorSetupFieldsAtPoints_Ref()
1118 CeedCallBackend(CeedElemRestrictionGetMaxPointsInElement(rstr_points, &max_num_points)); in CeedOperatorLinearAssembleQFunctionAtPointsCore_Ref()
/libCEED/include/ceed/
H A Dceed.h301 CEED_EXTERN int CeedElemRestrictionGetMaxPointsInElement(CeedElemRestriction rstr, CeedInt *max_po…
/libCEED/backends/hip-gen/
H A Dceed-hip-gen-operator-build.cpp1247 CeedCallBackend(CeedElemRestrictionGetMaxPointsInElement(rstr_points, &max_num_points)); in CeedOperatorBuildKernel_Hip_gen()
1681 CeedCallBackend(CeedElemRestrictionGetMaxPointsInElement(rstr_points, &max_num_points)); in CeedOperatorBuildKernelAssemblyAtPoints_Hip_gen()
/libCEED/backends/cuda-gen/
H A Dceed-cuda-gen-operator-build.cpp1221 CeedCallBackend(CeedElemRestrictionGetMaxPointsInElement(rstr_points, &max_num_points)); in CeedOperatorBuildKernel_Cuda_gen()
1663 CeedCallBackend(CeedElemRestrictionGetMaxPointsInElement(rstr_points, &max_num_points)); in CeedOperatorBuildKernelAssemblyAtPoints_Cuda_gen()
/libCEED/julia/LibCEED.jl/src/generated/
H A Dlibceed_bindings.jl371 function CeedElemRestrictionGetMaxPointsInElement(rstr, max_points) function
372 …ccall((:CeedElemRestrictionGetMaxPointsInElement, libceed), Cint, (CeedElemRestriction, Ptr{CeedIn…
/libCEED/
H A Dcoverage.info6476 FNA:21,0,CeedElemRestrictionGetMaxPointsInElement