Searched refs:CeedElemRestrictionGetNumPointsInElement (Results 1 – 12 of 12) sorted by relevance
| /libCEED/interface/ |
| H A D | ceed-elemrestriction.c | 492 CeedCall(CeedElemRestrictionGetNumPointsInElement(rstr, i, &num_points)); in CeedElemRestrictionGetAtPointsElementOffset() 1365 CeedCall(CeedElemRestrictionGetNumPointsInElement(rstr, elem, &num_points)); in CeedElemRestrictionApplyAtPointsInElement() 1371 CeedCall(CeedElemRestrictionGetNumPointsInElement(rstr, elem, &num_points)); in CeedElemRestrictionApplyAtPointsInElement() 1553 int CeedElemRestrictionGetNumPointsInElement(CeedElemRestriction rstr, CeedInt elem, CeedInt *num_p… in CeedElemRestrictionGetNumPointsInElement() function 1596 CeedCall(CeedElemRestrictionGetNumPointsInElement(rstr, 0, &num_points)); in CeedElemRestrictionGetMinMaxPointsInElement() 1600 CeedCall(CeedElemRestrictionGetNumPointsInElement(rstr, e, &num_points)); in CeedElemRestrictionGetMinMaxPointsInElement()
|
| H A D | ceed-operator.c | 1873 CeedCall(CeedElemRestrictionGetNumPointsInElement(rstr_points, i, &points_in_elem)); in CeedOperatorGetFlopsEstimate()
|
| /libCEED/backends/ref/ |
| H A D | ceed-ref-operator.c | 1056 CeedCallBackend(CeedElemRestrictionGetNumPointsInElement(rstr_points, e, &num_points)); in CeedOperatorApplyAddAtPoints_Ref() 1210 CeedCallBackend(CeedElemRestrictionGetNumPointsInElement(rstr_points, e, &num_points)); in CeedOperatorLinearAssembleQFunctionAtPointsCore_Ref() 1394 CeedCallBackend(CeedElemRestrictionGetNumPointsInElement(rstr_points, e, &num_points)); in CeedOperatorLinearAssembleAddDiagonalAtPoints_Ref() 1471 CeedCallBackend(CeedElemRestrictionGetNumPointsInElement(elem_rstr, e, &elem_size)); in CeedOperatorLinearAssembleAddDiagonalAtPoints_Ref() 1601 CeedCallBackend(CeedElemRestrictionGetNumPointsInElement(rstr_points, e, &num_points)); in CeedOperatorAssembleSingleAtPoints_Ref() 1682 CeedCallBackend(CeedElemRestrictionGetNumPointsInElement(elem_rstr, e, &elem_size)); in CeedOperatorAssembleSingleAtPoints_Ref()
|
| H A D | ceed-ref-restriction.c | 381 CeedCallBackend(CeedElemRestrictionGetNumPointsInElement(rstr, e, &num_points)); in CeedElemRestrictionApplyAtPointsInElement_Ref_Core()
|
| /libCEED/backends/cuda-gen/ |
| H A D | ceed-cuda-gen-operator.c | 189 CeedCallBackend(CeedElemRestrictionGetNumPointsInElement(rstr_points, e, &num_points_elem)); in CeedOperatorApplyAddCore_Cuda_gen() 617 … CeedCallBackend(CeedElemRestrictionGetNumPointsInElement(rstr_points, e, &num_points_elem)); in CeedOperatorLinearAssembleAddDiagonalAtPoints_Cuda_gen() 780 … CeedCallBackend(CeedElemRestrictionGetNumPointsInElement(rstr_points, e, &num_points_elem)); in CeedOperatorAssembleSingleAtPoints_Cuda_gen()
|
| /libCEED/backends/hip-gen/ |
| H A D | ceed-hip-gen-operator.c | 134 CeedCallBackend(CeedElemRestrictionGetNumPointsInElement(rstr_points, e, &num_points_elem)); in CeedOperatorApplyAddCore_Hip_gen() 596 … CeedCallBackend(CeedElemRestrictionGetNumPointsInElement(rstr_points, e, &num_points_elem)); in CeedOperatorLinearAssembleAddDiagonalAtPoints_Hip_gen() 776 … CeedCallBackend(CeedElemRestrictionGetNumPointsInElement(rstr_points, e, &num_points_elem)); in CeedOperatorAssembleSingleAtPoints_Hip_gen()
|
| /libCEED/include/ceed/ |
| H A D | ceed.h | 300 CEED_EXTERN int CeedElemRestrictionGetNumPointsInElement(CeedElemRestriction rstr, CeedInt elem, C…
|
| /libCEED/backends/memcheck/ |
| H A D | ceed-memcheck-restriction.c | 377 CeedCallBackend(CeedElemRestrictionGetNumPointsInElement(rstr, e, &num_points)); in CeedElemRestrictionApplyAtPointsInElement_Memcheck_Core()
|
| /libCEED/julia/LibCEED.jl/src/generated/ |
| H A D | libceed_bindings.jl | 367 function CeedElemRestrictionGetNumPointsInElement(rstr, elem, num_points) function 368 …ccall((:CeedElemRestrictionGetNumPointsInElement, libceed), Cint, (CeedElemRestriction, CeedInt, P…
|
| /libCEED/backends/hip-ref/ |
| H A D | ceed-hip-ref-operator.c | 645 CeedCallBackend(CeedElemRestrictionGetNumPointsInElement(rstr_points, e, &num_points_elem)); in CeedOperatorSetupAtPoints_Hip()
|
| /libCEED/backends/cuda-ref/ |
| H A D | ceed-cuda-ref-operator.c | 647 CeedCallBackend(CeedElemRestrictionGetNumPointsInElement(rstr_points, e, &num_points_elem)); in CeedOperatorSetupAtPoints_Cuda()
|
| /libCEED/ |
| H A D | coverage.info | 6472 FNA:19,0,CeedElemRestrictionGetNumPointsInElement
|