DeformablePart.get_max_displacement

DeformablePart.get_max_displacement(problem, step=None, component='length')

Retrieve the node with the maximum displacement

Parameters:
  • problem (compas_fea2.problem.Problem) – The problem

  • step (compas_fea2.problem._Step, optional) – The step, by default None. If not provided, the last step of the problem is used.

  • component (str, optional) – one of [‘x’, ‘y’, ‘z’, ‘length’], by default ‘length’.

Returns:

compas_fea2.model.Node, float – The node and the displacement