sfepy.postprocess.plot_dofs module¶
Functions to visualize the mesh connectivity with global and local DOF numberings.
-
sfepy.postprocess.plot_dofs.
plot_global_dofs
(ax, coors, econn)[source]¶ Plot global DOF numbers given in an extended connectivity.
The DOF numbers are plotted for each element, so on common facets they are plotted several times - this can be used to check the consistency of the global DOF connectivity.
-
sfepy.postprocess.plot_dofs.
plot_local_dofs
(ax, coors, econn)[source]¶ Plot local DOF numbers corresponding to an extended connectivity.
-
sfepy.postprocess.plot_dofs.
plot_mesh
(ax, coors, conn, edges)[source]¶ Plot a finite element mesh as a wireframe.