plot_mesh (method)

plot_mesh(self, label=None, index=None, indices=None, save_path=None, group_names=None, is_show_fig=True)[source]

Plot the mesh 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)

  • is_show_fig (bool) – To call show at the end of the method