ffcx
ffcx copied to clipboard
More expressive filenames for graph-visualization
Currently the graph-visualisation keeps on overwriting the same file, F.pdf and S.pdf, which makes it tedious to visualize graphs for actual problems, where we have both a bilinear and linear form.
There are a few ways we could go about this, as the visualization happens in the IR.
- Use the
form_nameas part of the output - Add explicit filename options.
The default format (pdf) should probably also be optional, as one could store the graphs as png or dot format as well.