delete_material_point#

MaterialPointManager.delete_material_point(name)#

Deletes material point identified with the given name.

Parameters:
namestr

Name of the material point to be deleted.

Returns:
DeleteMaterialPointResults

Returns the DeleteMaterialPointResults.

Return type:

DeleteMaterialPointResults

Examples

>>> client = prime.launch_prime()
>>> model = client.model
>>> results = model.material_point_data.delete_material_point("fluid")