Skip to content

Draft: add a dmnetwork viewer via python matplotlib

Hong Zhang requested to merge hzhang/add-dmnetworkview-py into main

Based on a trafficflow code, I wrote a dmnetwork viewer in branch hzhang/add-dmnetworkview-py. Currently, it takes two steps to plot a network:

  1. PETSc C-code dumps dmnetwork to multiple output files, one from a processor.
  2. A Python matplotlib script reads the files and plots the network.

Merge request reports