Searched refs:CeedElemRestrictionGetMaxPointsInElement (Results 1 – 14 of 14) sorted by relevance
| /libCEED/tests/ |
| H A D | t234-elemrestriction.c | 41 CeedElemRestrictionGetMaxPointsInElement(elem_restriction, &max_points); in main()
|
| H A D | t233-elemrestriction.c | 54 CeedElemRestrictionGetMaxPointsInElement(elem_restriction, &max_points); in main()
|
| /libCEED/interface/ |
| H A D | ceed-elemrestriction.c | 1619 int CeedElemRestrictionGetMaxPointsInElement(CeedElemRestriction rstr, CeedInt *max_points) { in CeedElemRestrictionGetMaxPointsInElement() function 1797 CeedCall(CeedElemRestrictionGetMaxPointsInElement(rstr, &max_points)); in CeedElemRestrictionView()
|
| H A D | ceed-operator.c | 159 CeedCall(CeedElemRestrictionGetMaxPointsInElement(rstr_points, &max_points)); in CeedOperatorSingleView() 1867 CeedCall(CeedElemRestrictionGetMaxPointsInElement(rstr_points, &num_points)); in CeedOperatorGetFlopsEstimate()
|
| /libCEED/backends/cuda-ref/ |
| H A D | ceed-cuda-ref-restriction.c | 38 CeedCallBackend(CeedElemRestrictionGetMaxPointsInElement(rstr, &elem_size)); in CeedElemRestrictionSetupCompile_Cuda()
|
| H A D | ceed-cuda-ref-operator.c | 642 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 D | ceed-hip-ref-restriction.c | 37 CeedCallBackend(CeedElemRestrictionGetMaxPointsInElement(rstr, &elem_size)); in CeedElemRestrictionSetupCompile_Hip()
|
| H A D | ceed-hip-ref-operator.c | 640 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 D | ceed-ref-operator.c | 705 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 D | ceed.h | 301 CEED_EXTERN int CeedElemRestrictionGetMaxPointsInElement(CeedElemRestriction rstr, CeedInt *max_po…
|
| /libCEED/backends/hip-gen/ |
| H A D | ceed-hip-gen-operator-build.cpp | 1247 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 D | ceed-cuda-gen-operator-build.cpp | 1221 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 D | libceed_bindings.jl | 371 function CeedElemRestrictionGetMaxPointsInElement(rstr, max_points) function 372 …ccall((:CeedElemRestrictionGetMaxPointsInElement, libceed), Cint, (CeedElemRestriction, Ptr{CeedIn…
|
| /libCEED/ |
| H A D | coverage.info | 6476 FNA:21,0,CeedElemRestrictionGetMaxPointsInElement
|