Home
last modified time | relevance | path

Searched refs:num_points_total (Results 1 – 3 of 3) sorted by relevance

/libCEED/backends/memcheck/
H A Dceed-memcheck-restriction.c678 CeedSize max_points = 0, num_points_total = 0; in CeedElemRestrictionCreate_Memcheck() local
684 num_points_total += num_points; in CeedElemRestrictionCreate_Memcheck()
687 num_points_total += (max_points - (offsets[num_elem] - offsets[num_elem - 1])); in CeedElemRestrictionCreate_Memcheck()
688 CeedCallBackend(CeedElemRestrictionSetAtPointsEVectorSize(rstr, num_points_total * num_comp)); in CeedElemRestrictionCreate_Memcheck()
/libCEED/backends/ref/
H A Dceed-ref-restriction.c783 CeedSize max_points = 0, num_points_total = 0; in CeedElemRestrictionCreate_Ref() local
789 num_points_total += num_points; in CeedElemRestrictionCreate_Ref()
792 num_points_total += (max_points - (offsets[num_elem] - offsets[num_elem - 1])); in CeedElemRestrictionCreate_Ref()
793 CeedCallBackend(CeedElemRestrictionSetAtPointsEVectorSize(rstr, num_points_total * num_comp)); in CeedElemRestrictionCreate_Ref()
H A Dceed-ref-operator.c1186 CeedInt num_points_total; in CeedOperatorLinearAssembleQFunctionAtPointsCore_Ref() local
1189 CeedCallBackend(CeedElemRestrictionGetNumPoints(rstr_points, &num_points_total)); in CeedOperatorLinearAssembleQFunctionAtPointsCore_Ref()
1193 …CeedCallBackend(CeedElemRestrictionCreateAtPoints(ceed, num_elem, num_points_total, qf_size_in * q… in CeedOperatorLinearAssembleQFunctionAtPointsCore_Ref()
1194 … qf_size_in * qf_size_out * num_points_total, CEED_MEM_HOST, CEED_COPY_VALUES, offsets, rstr)); in CeedOperatorLinearAssembleQFunctionAtPointsCore_Ref()