pysdic.IntegrationPoints.remove_invalids#
- IntegrationPoints.remove_invalids(inplace=False)[source]#
Remove all invalid integration points (points not included in any element).
A point is considered invalid if its element index is
-1.See also
remove_points()to remove specific integration points.
- Parameters:
inplace (
bool, optional) – IfTrue, modify the current instance in place, and return itself. IfFalse, return a newIntegrationPointsinstance (default isFalse).- Returns:
A new
IntegrationPointsinstance with the invalid points removed or the modified current instance ifinplaceisTrue.- Return type: