diff options
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>` |