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

Parameters:

inplace (bool, optional) – If True, modify the current instance in place, and return itself. If False, return a new IntegrationPoints instance (default is False).

Returns:

A new IntegrationPoints instance with the invalid points removed or the modified current instance if inplace is True.

Return type:

IntegrationPoints