aboutsummaryrefslogtreecommitdiff
path: root/Docs/source/visualization/visualization.rst
blob: 772d13ef98e960819caf992792f94a2ba418f45a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Visualizing the simulation results
==================================

WarpX can write data either in `plotfile` format (AMReX's native format), or
in `openPMD format <https://www.openpmd.org/>`_ (a common data format for
Particle-In-Cell codes).

.. note::

    This is controlled by the parameters ``warpx.dump_plotfiles`` and
    ``warpx.dump_openpmd`` & ``warpx.openpmd_backend`` in the section
    :doc:`../running_cpp/parameters`.

This section describes some of the tools available to visualize the data:

.. toctree::
   :maxdepth: 1

   yt
   visit
   picviewer
   openpmdviewer
   advanced
   plot_parallel


In addition, WarpX also has In-Situ Visualization capabilities (i.e.
visualizing the data directly from the simulation, without dumping data
files to disk).

.. toctree::
    :maxdepth: 1

    sensei
    ascent

If you like the 3D rendering of laser wakefield acceleration
on the WarpX documentation frontpage (which is
also the avatar of the ECP-WarpX organization), you can find the serial
analysis script :download:`video_yt.py<../../../Tools/video_yt.py>` as well
as a parallel analysis script
:download:`video_yt.py<../../../Tools/yt3d_mpi.py>` used to make a similar
rendering for a beam-driven wakefield simulation, running parallel.