AngelFP / VisualPIC

Data Visualization for Particle-in-Cell Codes.
GNU General Public License v3.0
47 stars 13 forks source link

Add command-line interface for quick and easy visualization (2D and 3D) #38

Closed AngelFP closed 1 year ago

AngelFP commented 1 year ago

This PR adds a command line interface module to VisualPIC that currently contains two commands for quick and easy visualization of simulation data: vpic (for visualization with the matplotlib backend) and vpic3d (for 3D visualization with the VTK backend). See examples below.

Usage of vpic: Animation

Usage of vpic3d: Animation2