pysdic.IntegrationPoints.copy#

IntegrationPoints.copy(copy_properties=True)[source]#

Create a copy of the current IntegrationPoints instance.

Parameters:

copy_properties (bool, optional) – If True, the properties of the integration points will also be copied to the new instance. Default is True.

Returns:

A new IntegrationPoints object containing the same integration points as the current instance.

Return type:

IntegrationPoints