MCPcopy Create free account
hub / github.com/BLAST-WarpX/warpx / plot_particle_evolved_quantity

Function plot_particle_evolved_quantity

Tools/PostProcessing/plot_parallel.py:291–300  ·  view source on GitHub ↗
(zbar, xstd)

Source from the content-addressed store, hash-verified

289
290
291def plot_particle_evolved_quantity(zbar, xstd):
292 plt.figure()
293 plt.plot(zbar, xstd)
294 plt.xlabel("ave z (m)")
295 plt.ylabel("rms x (m)")
296 plt.title("%s evolution" % plot_particle_evolution)
297 plt.savefig(
298 os.path.join(image_dir, "%s_evolution.pdf" % plot_particle_evolution),
299 bbox_inches="tight",
300 )
301
302
303def reduce_evolved_quantity(z, q):

Callers 1

plot_parallel.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected