diff options
author | 2017-10-22 07:46:33 -0700 | |
---|---|---|
committer | 2017-10-22 07:46:33 -0700 | |
commit | 94385cef8da5c96e4c5bb62ed0e15cceb2d4ac62 (patch) | |
tree | c06c7044b1d00192b651f62575408a4d615ae91c /Docs/source/running_python/examples.rst | |
parent | 13ab3acd7ca91678cd849e2e900f315bf3df72bd (diff) | |
download | WarpX-94385cef8da5c96e4c5bb62ed0e15cceb2d4ac62.tar.gz WarpX-94385cef8da5c96e4c5bb62ed0e15cceb2d4ac62.tar.zst WarpX-94385cef8da5c96e4c5bb62ed0e15cceb2d4ac62.zip |
Added more documentation for Python wrapper
Diffstat (limited to 'Docs/source/running_python/examples.rst')
-rw-r--r-- | Docs/source/running_python/examples.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Docs/source/running_python/examples.rst b/Docs/source/running_python/examples.rst new file mode 100644 index 000000000..a546294fb --- /dev/null +++ b/Docs/source/running_python/examples.rst @@ -0,0 +1,14 @@ +Example input files +=================== + +.. warning:: + + This section is currently in development. + +This section allows you to **download Python scripts** that correspond to different +physical situations. + +Laser wakefield acceleration +---------------------------- + +* :download:`Without mesh refinement<../../../Example/laser_acceleration/laser_acceleration.py>` |