DeformablePart.get_average_displacement_at_point
- DeformablePart.get_average_displacement_at_point(problem, point, distance, step=None, component='length', project=False)
Compute the average displacement around a point
- Parameters:
problem (
compas_fea2.problem.Problem
) – The problemstep (
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