Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions Docs/source/usage/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,18 @@ Laser-driven electron acceleration

AMReX ``inputs``:

* :download:`1D case <../../../Examples/Physics_applications/laser_acceleration/inputs_1d>`
* :download:`2D case <../../../Examples/Physics_applications/laser_acceleration/inputs_2d>`
* :download:`2D case in boosted frame <../../../Examples/Physics_applications/laser_acceleration/inputs_2d_boost>`
* :download:`3D case <../../../Examples/Physics_applications/laser_acceleration/inputs_3d>`
* :download:`RZ case <../../../Examples/Physics_applications/laser_acceleration/inputs_rz>`

PICMI files:
PICMI (Python) scripts:

* :download:`Without mesh refinement<../../../Examples/Physics_applications/laser_acceleration/PICMI_inputs_3d.py>`
* :download:`1D case <../../../Examples/Physics_applications/laser_acceleration/PICMI_inputs_1d.py>`
* :download:`2D case with mesh refinement <../../../Examples/Physics_applications/laser_acceleration/PICMI_inputs_2d.py>`
* :download:`3D case <../../../Examples/Physics_applications/laser_acceleration/PICMI_inputs_3d.py>`
* :download:`RZ case <../../../Examples/Physics_applications/laser_acceleration/PICMI_inputs_rz.py>`

Plasma mirror
-------------
Expand Down Expand Up @@ -84,7 +89,7 @@ The Monte-Carlo collision (MCC) model can be used to simulate capacitive dischar
Test cases
----------

PICMI test cases included that can be used as a reference:
PICMI (Python) test cases included that can be used as a reference:

* :download:`Gaussian beam <../../../Examples//Modules/gaussian_beam/PICMI_inputs_gaussian_beam.py>`
* :download:`Langmuir plasma wave test in 3d <../../../Examples//Tests/Langmuir/PICMI_inputs_langmuir_rt.py>`
Expand Down