Model.assign_keys

Model.assign_keys(start=None, restart=False)[source]

Assign keys to the model and its parts.

Parameters:
startint, optional

The starting key, by default None (the default starting key is used).

restartbool, optional

If True, the keys of nodes and elements are reassigned for each part, otherwise they are assigned sequentially across all parts. By default False.

Returns:
None