Searched refs:first_points_rstr (Results 1 – 2 of 2) sorted by relevance
956 if (!op->first_points_rstr) { in CeedOperatorSetField()957 CeedCall(CeedElemRestrictionReferenceCopy(rstr, &op->first_points_rstr)); in CeedOperatorSetField()961 … CeedCall(CeedElemRestrictionAtPointsAreCompatible(op->first_points_rstr, rstr, &are_compatible)); in CeedOperatorSetField()1087 if (!op->first_points_rstr) { in CeedOperatorAtPointsSetPoints()1088 CeedCall(CeedElemRestrictionReferenceCopy(rstr_points, &op->first_points_rstr)); in CeedOperatorAtPointsSetPoints()1092 …CeedCall(CeedElemRestrictionAtPointsAreCompatible(op->first_points_rstr, rstr_points, &are_compati… in CeedOperatorAtPointsSetPoints()2479 CeedCall(CeedElemRestrictionDestroy(&(*op)->first_points_rstr)); in CeedOperatorDestroy()
394 CeedElemRestriction rstr_points, first_points_rstr; member