Skip to content

Commit

Permalink
Docs: Add New Inputs (Manual) (#2717)
Browse files Browse the repository at this point in the history
Add the new 1D/2D/3D/RZ AMReX and Python scripts in our user-facing
manual section for the LWFA test case.
  • Loading branch information
ax3l authored Jan 4, 2022
1 parent 5bfa313 commit 2f8a0e1
Showing 1 changed file with 8 additions and 3 deletions.
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

0 comments on commit 2f8a0e1

Please sign in to comment.