plot_deflection (method)

plot_deflection(self, label=None, index=None, indices=None, clim=None, factor=None, field_name=None, ifreq=0, save_path=None)[source]

Plot the operational deflection shape using pyvista plotter.

Parameters
  • self (MeshSolution) – a MeshSolution object

  • label (str) – a label

  • index (int) – an index

  • indices (list) – list of the points to extract (optional)

  • clim (list) – a list of 2 elements for the limits of the colorbar

  • factor (float) – factor to multiply vector field

  • field_name (str) – title of the field to display on plot

  • ifreq (int) – index of the frequency to use for plot (if exists)