Searched defs:max_points (Results 1 – 9 of 9) sorted by relevance
| /libCEED/tests/ |
| H A D | t234-elemrestriction.c | 38 CeedInt min_points, max_points; in main() local
|
| H A D | t233-elemrestriction.c | 51 CeedInt min_points, max_points; in main() local
|
| /libCEED/backends/cuda-ref/ |
| H A D | ceed-cuda-ref-restriction.c | 516 CeedInt max_points = 0; in CeedElemRestrictionCreate_Cuda() local 546 CeedInt max_points = elem_size, *offsets_padded, *points_per_elem; in CeedElemRestrictionCreate_Cuda() local
|
| /libCEED/backends/hip-ref/ |
| H A D | ceed-hip-ref-restriction.c | 517 CeedInt max_points = 0; in CeedElemRestrictionCreate_Hip() local 547 CeedInt max_points = elem_size, *offsets_padded, *points_per_elem; in CeedElemRestrictionCreate_Hip() local
|
| /libCEED/interface/ |
| H A D | ceed-elemrestriction.c | 1578 …ctionGetMinMaxPointsInElement(CeedElemRestriction rstr, CeedInt *min_points, CeedInt *max_points) { in CeedElemRestrictionGetMinMaxPointsInElement() 1619 int CeedElemRestrictionGetMaxPointsInElement(CeedElemRestriction rstr, CeedInt *max_points) { in CeedElemRestrictionGetMaxPointsInElement() 1795 CeedInt max_points; in CeedElemRestrictionView() local
|
| H A D | ceed-operator.c | 155 CeedInt max_points = 0; in CeedOperatorSingleView() local
|
| /libCEED/backends/memcheck/ |
| H A D | ceed-memcheck-restriction.c | 678 CeedSize max_points = 0, num_points_total = 0; in CeedElemRestrictionCreate_Memcheck() local
|
| /libCEED/backends/ref/ |
| H A D | ceed-ref-restriction.c | 783 CeedSize max_points = 0, num_points_total = 0; in CeedElemRestrictionCreate_Ref() local
|
| /libCEED/julia/LibCEED.jl/src/generated/ |
| H A D | libceed_bindings.jl | 371 function CeedElemRestrictionGetMaxPointsInElement(rstr, max_points) argument
|