pymor.scripts.pymor_vis¶
Module Contents¶
- pymor.scripts.pymor_vis.main(filename: str, delete: bool = False)[source]¶
Visualize pickled data from built-in discretization toolkit.
The pickled data has to be a dict of visualizer arguments (grid,
VectorArray, further options) along with adimkey, which is used to select the visualizer to be used.- Parameters:
filename – The pickled data.
delete – Delete file when done.