pysdic.IntegrationPoints.concatenate#

IntegrationPoints.concatenate(other, inplace=False)[source]#

Concatenate two IntegrationPoints instances.

Note

The properties in common between the two integration points are also concatenated. If a property exists in only one of the integration points, it will be filled with numpy.nan values for the points from the other integration point.

Parameters:
Returns:

An new IntegrationPoints instance containing the concatenated data or the modified current instance if inplace is True.

Return type:

IntegrationPoints

Raises: