Lines Matching refs:rstr_points
701 CeedElemRestriction rstr_points = NULL; in CeedOperatorSetupFieldsAtPoints_Ref() local
704 CeedCallBackend(CeedOperatorAtPointsGetPoints(op, &rstr_points, NULL)); in CeedOperatorSetupFieldsAtPoints_Ref()
705 CeedCallBackend(CeedElemRestrictionGetMaxPointsInElement(rstr_points, &max_num_points)); in CeedOperatorSetupFieldsAtPoints_Ref()
706 CeedCallBackend(CeedElemRestrictionGetNumComponents(rstr_points, &dim)); in CeedOperatorSetupFieldsAtPoints_Ref()
707 CeedCallBackend(CeedElemRestrictionDestroy(&rstr_points)); in CeedOperatorSetupFieldsAtPoints_Ref()
1029 CeedElemRestriction rstr_points = NULL; in CeedOperatorApplyAddAtPoints_Ref() local
1045 CeedCallBackend(CeedOperatorAtPointsGetPoints(op, &rstr_points, &point_coords)); in CeedOperatorApplyAddAtPoints_Ref()
1055 …CeedCallBackend(CeedElemRestrictionApplyAtPointsInElement(rstr_points, e, CEED_NOTRANSPOSE, point_… in CeedOperatorApplyAddAtPoints_Ref()
1056 CeedCallBackend(CeedElemRestrictionGetNumPointsInElement(rstr_points, e, &num_points)); in CeedOperatorApplyAddAtPoints_Ref()
1081 CeedCallBackend(CeedElemRestrictionDestroy(&rstr_points)); in CeedOperatorApplyAddAtPoints_Ref()
1099 CeedElemRestriction rstr_points = NULL; in CeedOperatorLinearAssembleQFunctionAtPointsCore_Ref() local
1117 CeedCallBackend(CeedOperatorAtPointsGetPoints(op, &rstr_points, &point_coords)); in CeedOperatorLinearAssembleQFunctionAtPointsCore_Ref()
1118 CeedCallBackend(CeedElemRestrictionGetMaxPointsInElement(rstr_points, &max_num_points)); in CeedOperatorLinearAssembleQFunctionAtPointsCore_Ref()
1189 CeedCallBackend(CeedElemRestrictionGetNumPoints(rstr_points, &num_points_total)); in CeedOperatorLinearAssembleQFunctionAtPointsCore_Ref()
1192 CeedCallBackend(CeedElemRestrictionGetOffsets(rstr_points, CEED_MEM_HOST, &offsets)); in CeedOperatorLinearAssembleQFunctionAtPointsCore_Ref()
1195 CeedCallBackend(CeedElemRestrictionRestoreOffsets(rstr_points, &offsets)); in CeedOperatorLinearAssembleQFunctionAtPointsCore_Ref()
1209 …CeedCallBackend(CeedElemRestrictionApplyAtPointsInElement(rstr_points, e, CEED_NOTRANSPOSE, point_… in CeedOperatorLinearAssembleQFunctionAtPointsCore_Ref()
1210 CeedCallBackend(CeedElemRestrictionGetNumPointsInElement(rstr_points, e, &num_points)); in CeedOperatorLinearAssembleQFunctionAtPointsCore_Ref()
1307 CeedCallBackend(CeedElemRestrictionDestroy(&rstr_points)); in CeedOperatorLinearAssembleQFunctionAtPointsCore_Ref()
1335 CeedElemRestriction rstr_points = NULL; in CeedOperatorLinearAssembleAddDiagonalAtPoints_Ref() local
1361 CeedCallBackend(CeedOperatorAtPointsGetPoints(op, &rstr_points, &point_coords)); in CeedOperatorLinearAssembleAddDiagonalAtPoints_Ref()
1393 …CeedCallBackend(CeedElemRestrictionApplyAtPointsInElement(rstr_points, e, CEED_NOTRANSPOSE, point_… in CeedOperatorLinearAssembleAddDiagonalAtPoints_Ref()
1394 CeedCallBackend(CeedElemRestrictionGetNumPointsInElement(rstr_points, e, &num_points)); in CeedOperatorLinearAssembleAddDiagonalAtPoints_Ref()
1525 CeedCallBackend(CeedElemRestrictionDestroy(&rstr_points)); in CeedOperatorLinearAssembleAddDiagonalAtPoints_Ref()
1538 CeedElemRestriction rstr_points = NULL; in CeedOperatorAssembleSingleAtPoints_Ref() local
1564 CeedCallBackend(CeedOperatorAtPointsGetPoints(op, &rstr_points, &point_coords)); in CeedOperatorAssembleSingleAtPoints_Ref()
1599 …CeedCallBackend(CeedElemRestrictionApplyAtPointsInElement(rstr_points, e, CEED_NOTRANSPOSE, point_… in CeedOperatorAssembleSingleAtPoints_Ref()
1601 CeedCallBackend(CeedElemRestrictionGetNumPointsInElement(rstr_points, e, &num_points)); in CeedOperatorAssembleSingleAtPoints_Ref()
1732 CeedCallBackend(CeedElemRestrictionDestroy(&rstr_points)); in CeedOperatorAssembleSingleAtPoints_Ref()