| /libCEED/backends/cuda-gen/ |
| H A D | ceed-cuda-gen-operator.c | 173 CeedCallBackend(CeedOperatorAtPointsGetPoints(op, NULL, &vec)); in CeedOperatorApplyAddCore_Cuda_gen() 184 CeedCallBackend(CeedOperatorAtPointsGetPoints(op, &rstr_points, NULL)); in CeedOperatorApplyAddCore_Cuda_gen() 258 CeedCallBackend(CeedOperatorAtPointsGetPoints(op, NULL, &vec)); in CeedOperatorApplyAddCore_Cuda_gen() 601 CeedCallBackend(CeedOperatorAtPointsGetPoints(op, NULL, &vec)); in CeedOperatorLinearAssembleAddDiagonalAtPoints_Cuda_gen() 612 CeedCallBackend(CeedOperatorAtPointsGetPoints(op, &rstr_points, NULL)); in CeedOperatorLinearAssembleAddDiagonalAtPoints_Cuda_gen() 668 CeedCallBackend(CeedOperatorAtPointsGetPoints(op, NULL, &vec)); in CeedOperatorLinearAssembleAddDiagonalAtPoints_Cuda_gen() 764 CeedCallBackend(CeedOperatorAtPointsGetPoints(op, NULL, &vec)); in CeedOperatorAssembleSingleAtPoints_Cuda_gen() 775 CeedCallBackend(CeedOperatorAtPointsGetPoints(op, &rstr_points, NULL)); in CeedOperatorAssembleSingleAtPoints_Cuda_gen() 833 CeedCallBackend(CeedOperatorAtPointsGetPoints(op, NULL, &vec)); in CeedOperatorAssembleSingleAtPoints_Cuda_gen()
|
| H A D | ceed-cuda-gen-operator-build.cpp | 1220 CeedCallBackend(CeedOperatorAtPointsGetPoints(op, &rstr_points, NULL)); in CeedOperatorBuildKernel_Cuda_gen() 1662 CeedCallBackend(CeedOperatorAtPointsGetPoints(op, &rstr_points, NULL)); in CeedOperatorBuildKernelAssemblyAtPoints_Cuda_gen()
|
| /libCEED/backends/hip-gen/ |
| H A D | ceed-hip-gen-operator.c | 118 CeedCallBackend(CeedOperatorAtPointsGetPoints(op, NULL, &vec)); in CeedOperatorApplyAddCore_Hip_gen() 129 CeedCallBackend(CeedOperatorAtPointsGetPoints(op, &rstr_points, NULL)); in CeedOperatorApplyAddCore_Hip_gen() 216 CeedCallBackend(CeedOperatorAtPointsGetPoints(op, NULL, &vec)); in CeedOperatorApplyAddCore_Hip_gen() 580 CeedCallBackend(CeedOperatorAtPointsGetPoints(op, NULL, &vec)); in CeedOperatorLinearAssembleAddDiagonalAtPoints_Hip_gen() 591 CeedCallBackend(CeedOperatorAtPointsGetPoints(op, &rstr_points, NULL)); in CeedOperatorLinearAssembleAddDiagonalAtPoints_Hip_gen() 660 CeedCallBackend(CeedOperatorAtPointsGetPoints(op, NULL, &vec)); in CeedOperatorLinearAssembleAddDiagonalAtPoints_Hip_gen() 760 CeedCallBackend(CeedOperatorAtPointsGetPoints(op, NULL, &vec)); in CeedOperatorAssembleSingleAtPoints_Hip_gen() 771 CeedCallBackend(CeedOperatorAtPointsGetPoints(op, &rstr_points, NULL)); in CeedOperatorAssembleSingleAtPoints_Hip_gen() 842 CeedCallBackend(CeedOperatorAtPointsGetPoints(op, NULL, &vec)); in CeedOperatorAssembleSingleAtPoints_Hip_gen()
|
| H A D | ceed-hip-gen-operator-build.cpp | 1246 CeedCallBackend(CeedOperatorAtPointsGetPoints(op, &rstr_points, NULL)); in CeedOperatorBuildKernel_Hip_gen() 1680 CeedCallBackend(CeedOperatorAtPointsGetPoints(op, &rstr_points, NULL)); in CeedOperatorBuildKernelAssemblyAtPoints_Hip_gen()
|
| /libCEED/backends/ref/ |
| H A D | ceed-ref-operator.c | 704 CeedCallBackend(CeedOperatorAtPointsGetPoints(op, &rstr_points, NULL)); in CeedOperatorSetupFieldsAtPoints_Ref() 1045 CeedCallBackend(CeedOperatorAtPointsGetPoints(op, &rstr_points, &point_coords)); in CeedOperatorApplyAddAtPoints_Ref() 1117 CeedCallBackend(CeedOperatorAtPointsGetPoints(op, &rstr_points, &point_coords)); in CeedOperatorLinearAssembleQFunctionAtPointsCore_Ref() 1361 CeedCallBackend(CeedOperatorAtPointsGetPoints(op, &rstr_points, &point_coords)); in CeedOperatorLinearAssembleAddDiagonalAtPoints_Ref() 1564 CeedCallBackend(CeedOperatorAtPointsGetPoints(op, &rstr_points, &point_coords)); in CeedOperatorAssembleSingleAtPoints_Ref()
|
| /libCEED/interface/ |
| H A D | ceed-operator.c | 158 CeedCall(CeedOperatorAtPointsGetPoints(op, &rstr_points, NULL)); in CeedOperatorSingleView() 1130 int CeedOperatorAtPointsGetPoints(CeedOperator op, CeedElemRestriction *rstr_points, CeedVector *po… in CeedOperatorAtPointsGetPoints() function 1863 CeedCall(CeedOperatorAtPointsGetPoints(op, &rstr_points, NULL)); in CeedOperatorGetFlopsEstimate()
|
| H A D | ceed-preconditioning.c | 151 CeedCall(CeedOperatorAtPointsGetPoints(op, &rstr_points, &points)); in CeedOperatorCreateFallback() 1037 CeedCall(CeedOperatorAtPointsGetPoints(op_fine, &rstr_points, &point_coords)); in CeedOperatorMultigridLevelCreateSingle_Core()
|
| /libCEED/backends/hip-ref/ |
| H A D | ceed-hip-ref-operator.c | 639 CeedCallBackend(CeedOperatorAtPointsGetPoints(op, &rstr_points, NULL)); in CeedOperatorSetupAtPoints_Hip() 853 CeedCallBackend(CeedOperatorAtPointsGetPoints(op, &rstr_points, &point_coords)); in CeedOperatorApplyAddAtPoints_Hip() 1865 CeedCallBackend(CeedOperatorAtPointsGetPoints(op, &rstr_points, &point_coords)); in CeedOperatorLinearAssembleAddDiagonalAtPoints_Hip()
|
| /libCEED/backends/cuda-ref/ |
| H A D | ceed-cuda-ref-operator.c | 641 CeedCallBackend(CeedOperatorAtPointsGetPoints(op, &rstr_points, NULL)); in CeedOperatorSetupAtPoints_Cuda() 855 CeedCallBackend(CeedOperatorAtPointsGetPoints(op, &rstr_points, &point_coords)); in CeedOperatorApplyAddAtPoints_Cuda() 1868 CeedCallBackend(CeedOperatorAtPointsGetPoints(op, &rstr_points, &point_coords)); in CeedOperatorLinearAssembleAddDiagonalAtPoints_Cuda()
|
| /libCEED/include/ceed/ |
| H A D | ceed.h | 444 CEED_EXTERN int CeedOperatorAtPointsGetPoints(CeedOperator op, CeedElemRestriction *rstr_points, C…
|
| /libCEED/ |
| H A D | coverage.info | 8341 FNA:3,0,CeedOperatorAtPointsGetPoints
|