Lines Matching refs:point_coords

1028   CeedVector          point_coords               = NULL;  in CeedOperatorApplyAddAtPoints_Ref()  local
1045 CeedCallBackend(CeedOperatorAtPointsGetPoints(op, &rstr_points, &point_coords)); in CeedOperatorApplyAddAtPoints_Ref()
1055 …emRestrictionApplyAtPointsInElement(rstr_points, e, CEED_NOTRANSPOSE, point_coords, impl->point_co… in CeedOperatorApplyAddAtPoints_Ref()
1080 CeedCallBackend(CeedVectorDestroy(&point_coords)); in CeedOperatorApplyAddAtPoints_Ref()
1094 CeedVector point_coords = NULL; in CeedOperatorLinearAssembleQFunctionAtPointsCore_Ref() local
1117 CeedCallBackend(CeedOperatorAtPointsGetPoints(op, &rstr_points, &point_coords)); in CeedOperatorLinearAssembleQFunctionAtPointsCore_Ref()
1209 …emRestrictionApplyAtPointsInElement(rstr_points, e, CEED_NOTRANSPOSE, point_coords, impl->point_co… in CeedOperatorLinearAssembleQFunctionAtPointsCore_Ref()
1306 CeedCallBackend(CeedVectorDestroy(&point_coords)); in CeedOperatorLinearAssembleQFunctionAtPointsCore_Ref()
1334 CeedVector point_coords = NULL, in_vec, out_vec; in CeedOperatorLinearAssembleAddDiagonalAtPoints_Ref() local
1361 CeedCallBackend(CeedOperatorAtPointsGetPoints(op, &rstr_points, &point_coords)); in CeedOperatorLinearAssembleAddDiagonalAtPoints_Ref()
1393 …emRestrictionApplyAtPointsInElement(rstr_points, e, CEED_NOTRANSPOSE, point_coords, impl->point_co… in CeedOperatorLinearAssembleAddDiagonalAtPoints_Ref()
1524 CeedCallBackend(CeedVectorDestroy(&point_coords)); in CeedOperatorLinearAssembleAddDiagonalAtPoints_Ref()
1537 CeedVector point_coords = NULL, in_vec, out_vec; in CeedOperatorAssembleSingleAtPoints_Ref() local
1564 CeedCallBackend(CeedOperatorAtPointsGetPoints(op, &rstr_points, &point_coords)); in CeedOperatorAssembleSingleAtPoints_Ref()
1599 …emRestrictionApplyAtPointsInElement(rstr_points, e, CEED_NOTRANSPOSE, point_coords, impl->point_co… in CeedOperatorAssembleSingleAtPoints_Ref()
1731 CeedCallBackend(CeedVectorDestroy(&point_coords)); in CeedOperatorAssembleSingleAtPoints_Ref()