Home
last modified time | relevance | path

Searched refs:CEED_RESTRICTION_POINTS (Results 1 – 15 of 15) sorted by relevance

/libCEED/backends/cuda-ref/
H A Dceed-cuda-ref-restriction.c37 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 Dceed-cuda-ref-operator.c1918 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 Dceed-hip-ref-restriction.c36 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 Dceed-hip-ref-operator.c1915 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 Dceed-elemrestriction.c179 *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 Dceed-operator.c951 if (rstr_type == CEED_RESTRICTION_POINTS) { in CeedOperatorSetField()
/libCEED/backends/memcheck/
H A Dceed-memcheck-restriction.c451 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 Dceed-ref-operator.c915 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 Dceed-ref-restriction.c454 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 Dceed-hip-gen-operator-build.cpp442 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 Dceed-cuda-gen-operator-build.cpp415 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 Dbackend.h300 CEED_RESTRICTION_POINTS = 5, enumerator
/libCEED/backends/opt/
H A Dceed-opt-operator.c105 case CEED_RESTRICTION_POINTS: in CeedOperatorSetupFields_Opt()
/libCEED/backends/blocked/
H A Dceed-blocked-operator.c105 case CEED_RESTRICTION_POINTS: in CeedOperatorSetupFields_Blocked()
/libCEED/julia/LibCEED.jl/src/generated/
H A Dlibceed_bindings.jl1017 CEED_RESTRICTION_POINTS = 5