sfepy.parallel.plot_parallel_dofs module¶
Functions to visualize the partitioning of a domain and a field DOFs.
- sfepy.parallel.plot_parallel_dofs.label_dofs(ax, coors, dofs, colors)[source]¶
Label DOFs using the given colors.
- sfepy.parallel.plot_parallel_dofs.mark_subdomains(ax, cmesh, cell_tasks, size=None, icolor=0, alpha=1.0, mask=False)[source]¶
Mark cells of subdomains corresponding to each task by a different color. Plots nothing in 3D.