| /libCEED/backends/cuda-ref/ |
| H A D | ceed-cuda-ref-restriction.c | 37 if (rstr_type == CEED_RESTRICTION_POINTS) { in CeedElemRestrictionSetupCompile_Cuda() 70 case CEED_RESTRICTION_POINTS: { in CeedElemRestrictionSetupCompile_Cuda() 158 case CEED_RESTRICTION_POINTS: in CeedElemRestrictionApply_Cuda_Core() 203 case CEED_RESTRICTION_POINTS: { in CeedElemRestrictionApply_Cuda_Core() 327 *offsets = rstr_type == CEED_RESTRICTION_POINTS ? impl->h_offsets_at_points : impl->h_offsets; in CeedElemRestrictionGetOffsets_Cuda() 330 *offsets = rstr_type == CEED_RESTRICTION_POINTS ? impl->d_offsets_at_points : impl->d_offsets; in CeedElemRestrictionGetOffsets_Cuda() 515 if (rstr_type == CEED_RESTRICTION_POINTS) { in CeedElemRestrictionCreate_Cuda() 544 if (rstr_type == CEED_RESTRICTION_POINTS) { in CeedElemRestrictionCreate_Cuda() 654 if (rstr_type == CEED_RESTRICTION_POINTS) { in CeedElemRestrictionCreate_Cuda()
|
| H A D | ceed-cuda-ref-operator.c | 1918 is_active_at_points = rstr_type == CEED_RESTRICTION_POINTS; in CeedOperatorLinearAssembleAddDiagonalAtPoints_Cuda() 1975 if (is_active_at_points && rstr_type != CEED_RESTRICTION_POINTS) continue; in CeedOperatorLinearAssembleAddDiagonalAtPoints_Cuda() 1976 if (rstr_type == CEED_RESTRICTION_POINTS) { in CeedOperatorLinearAssembleAddDiagonalAtPoints_Cuda()
|
| /libCEED/backends/hip-ref/ |
| H A D | ceed-hip-ref-restriction.c | 36 if (rstr_type == CEED_RESTRICTION_POINTS) { in CeedElemRestrictionSetupCompile_Hip() 69 case CEED_RESTRICTION_POINTS: { in CeedElemRestrictionSetupCompile_Hip() 159 case CEED_RESTRICTION_POINTS: in CeedElemRestrictionApply_Hip_Core() 204 case CEED_RESTRICTION_POINTS: { in CeedElemRestrictionApply_Hip_Core() 328 *offsets = rstr_type == CEED_RESTRICTION_POINTS ? impl->h_offsets_at_points : impl->h_offsets; in CeedElemRestrictionGetOffsets_Hip() 331 *offsets = rstr_type == CEED_RESTRICTION_POINTS ? impl->d_offsets_at_points : impl->d_offsets; in CeedElemRestrictionGetOffsets_Hip() 516 if (rstr_type == CEED_RESTRICTION_POINTS) { in CeedElemRestrictionCreate_Hip() 545 if (rstr_type == CEED_RESTRICTION_POINTS) { in CeedElemRestrictionCreate_Hip() 655 if (rstr_type == CEED_RESTRICTION_POINTS) { in CeedElemRestrictionCreate_Hip()
|
| H A D | ceed-hip-ref-operator.c | 1915 is_active_at_points = rstr_type == CEED_RESTRICTION_POINTS; in CeedOperatorLinearAssembleAddDiagonalAtPoints_Hip() 1972 if (is_active_at_points && rstr_type != CEED_RESTRICTION_POINTS) continue; in CeedOperatorLinearAssembleAddDiagonalAtPoints_Hip() 1973 if (rstr_type == CEED_RESTRICTION_POINTS) { in CeedOperatorLinearAssembleAddDiagonalAtPoints_Hip()
|
| /libCEED/interface/ |
| H A D | ceed-elemrestriction.c | 179 *is_points = (rstr->rstr_type == CEED_RESTRICTION_POINTS); in CeedElemRestrictionIsAtPoints() 198 …CeedCheck(rstr_a->rstr_type == CEED_RESTRICTION_POINTS, CeedElemRestrictionReturnCeed(rstr_a), CEE… in CeedElemRestrictionAtPointsAreCompatible() 200 …CeedCheck(rstr_b->rstr_type == CEED_RESTRICTION_POINTS, CeedElemRestrictionReturnCeed(rstr_a), CEE… in CeedElemRestrictionAtPointsAreCompatible() 477 …CeedCheck(rstr_type == CEED_RESTRICTION_POINTS, CeedElemRestrictionReturnCeed(rstr), CEED_ERROR_IN… in CeedElemRestrictionGetAtPointsElementOffset() 513 …CeedCheck(rstr_type == CEED_RESTRICTION_POINTS, CeedElemRestrictionReturnCeed(rstr), CEED_ERROR_IN… in CeedElemRestrictionSetAtPointsEVectorSize() 584 case CEED_RESTRICTION_POINTS: in CeedElemRestrictionGetFlopsEstimate() 602 case CEED_RESTRICTION_POINTS: in CeedElemRestrictionGetFlopsEstimate() 920 (*rstr)->rstr_type = CEED_RESTRICTION_POINTS; in CeedElemRestrictionCreateAtPoints() 1534 …CeedCheck(rstr_type == CEED_RESTRICTION_POINTS, CeedElemRestrictionReturnCeed(rstr), CEED_ERROR_IN… in CeedElemRestrictionGetNumPoints() 1558 …CeedCheck(rstr_type == CEED_RESTRICTION_POINTS, CeedElemRestrictionReturnCeed(rstr), CEED_ERROR_IN… in CeedElemRestrictionGetNumPointsInElement() [all …]
|
| H A D | ceed-operator.c | 951 if (rstr_type == CEED_RESTRICTION_POINTS) { in CeedOperatorSetField()
|
| /libCEED/backends/memcheck/ |
| H A D | ceed-memcheck-restriction.c | 451 case CEED_RESTRICTION_POINTS: in CeedElemRestrictionApply_Memcheck_Core() 491 case CEED_RESTRICTION_POINTS: in CeedElemRestrictionApply_Memcheck_Core() 677 if (rstr_type == CEED_RESTRICTION_POINTS) { in CeedElemRestrictionCreate_Memcheck() 705 …if (rstr_type == CEED_RESTRICTION_POINTS) CeedCallBackend(CeedElemRestrictionGetNumPoints(rstr, &n… in CeedElemRestrictionCreate_Memcheck() 706 …num_offsets = rstr_type == CEED_RESTRICTION_POINTS ? (num_elem + 1 + num_points) : (num_elem * ele… in CeedElemRestrictionCreate_Memcheck() 762 if (rstr_type == CEED_RESTRICTION_POINTS) { in CeedElemRestrictionCreate_Memcheck()
|
| /libCEED/backends/ref/ |
| H A D | ceed-ref-operator.c | 915 if (rstr_type == CEED_RESTRICTION_POINTS) { in CeedOperatorInputBasisAtPoints_Ref() 1011 if (rstr_type == CEED_RESTRICTION_POINTS) { in CeedOperatorOutputBasisAtPoints_Ref() 1418 is_active_at_points = rstr_type == CEED_RESTRICTION_POINTS; in CeedOperatorLinearAssembleAddDiagonalAtPoints_Ref() 1466 if (is_active_at_points && rstr_type != CEED_RESTRICTION_POINTS) { in CeedOperatorLinearAssembleAddDiagonalAtPoints_Ref() 1470 if (rstr_type == CEED_RESTRICTION_POINTS) { in CeedOperatorLinearAssembleAddDiagonalAtPoints_Ref() 1497 if (rstr_type == CEED_RESTRICTION_POINTS) { in CeedOperatorLinearAssembleAddDiagonalAtPoints_Ref() 1625 is_active_at_points = rstr_type == CEED_RESTRICTION_POINTS; in CeedOperatorAssembleSingleAtPoints_Ref() 1677 if (is_active_at_points && rstr_type != CEED_RESTRICTION_POINTS) { in CeedOperatorAssembleSingleAtPoints_Ref() 1681 if (rstr_type == CEED_RESTRICTION_POINTS) { in CeedOperatorAssembleSingleAtPoints_Ref()
|
| H A D | ceed-ref-restriction.c | 454 case CEED_RESTRICTION_POINTS: in CeedElemRestrictionApply_Ref_Core() 494 case CEED_RESTRICTION_POINTS: in CeedElemRestrictionApply_Ref_Core() 782 if (rstr_type == CEED_RESTRICTION_POINTS) { in CeedElemRestrictionCreate_Ref() 819 …if (rstr_type == CEED_RESTRICTION_POINTS) CeedCallBackend(CeedElemRestrictionGetNumPoints(rstr, &n… in CeedElemRestrictionCreate_Ref() 820 …num_offsets = rstr_type == CEED_RESTRICTION_POINTS ? (num_elem + 1 + num_points) : (num_elem * ele… in CeedElemRestrictionCreate_Ref() 900 if (rstr_type == CEED_RESTRICTION_POINTS) { in CeedElemRestrictionCreate_Ref()
|
| /libCEED/backends/hip-gen/ |
| H A D | ceed-hip-gen-operator-build.cpp | 442 if (eval_mode == CEED_EVAL_NONE && rstr_type != CEED_RESTRICTION_POINTS) { in CeedOperatorBuildKernelRestriction_Hip_gen() 445 } else if (rstr_type != CEED_RESTRICTION_POINTS) { in CeedOperatorBuildKernelRestriction_Hip_gen() 481 case CEED_RESTRICTION_POINTS: { in CeedOperatorBuildKernelRestriction_Hip_gen() 530 case CEED_RESTRICTION_POINTS: in CeedOperatorBuildKernelRestriction_Hip_gen()
|
| /libCEED/backends/cuda-gen/ |
| H A D | ceed-cuda-gen-operator-build.cpp | 415 if (eval_mode == CEED_EVAL_NONE && rstr_type != CEED_RESTRICTION_POINTS) { in CeedOperatorBuildKernelRestriction_Cuda_gen() 418 } else if (rstr_type != CEED_RESTRICTION_POINTS) { in CeedOperatorBuildKernelRestriction_Cuda_gen() 454 case CEED_RESTRICTION_POINTS: { in CeedOperatorBuildKernelRestriction_Cuda_gen() 503 case CEED_RESTRICTION_POINTS: in CeedOperatorBuildKernelRestriction_Cuda_gen()
|
| /libCEED/include/ceed/ |
| H A D | backend.h | 300 CEED_RESTRICTION_POINTS = 5, enumerator
|
| /libCEED/backends/opt/ |
| H A D | ceed-opt-operator.c | 105 case CEED_RESTRICTION_POINTS: in CeedOperatorSetupFields_Opt()
|
| /libCEED/backends/blocked/ |
| H A D | ceed-blocked-operator.c | 105 case CEED_RESTRICTION_POINTS: in CeedOperatorSetupFields_Blocked()
|
| /libCEED/julia/LibCEED.jl/src/generated/ |
| H A D | libceed_bindings.jl | 1017 CEED_RESTRICTION_POINTS = 5
|