Skip to content

Commit 2f8a0e1

Browse files
authored
Docs: Add New Inputs (Manual) (#2717)
Add the new 1D/2D/3D/RZ AMReX and Python scripts in our user-facing manual section for the LWFA test case.
1 parent 5bfa313 commit 2f8a0e1

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

Docs/source/usage/examples.rst

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,18 @@ Laser-driven electron acceleration
3232

3333
AMReX ``inputs``:
3434

35+
* :download:`1D case <../../../Examples/Physics_applications/laser_acceleration/inputs_1d>`
3536
* :download:`2D case <../../../Examples/Physics_applications/laser_acceleration/inputs_2d>`
3637
* :download:`2D case in boosted frame <../../../Examples/Physics_applications/laser_acceleration/inputs_2d_boost>`
3738
* :download:`3D case <../../../Examples/Physics_applications/laser_acceleration/inputs_3d>`
39+
* :download:`RZ case <../../../Examples/Physics_applications/laser_acceleration/inputs_rz>`
3840

39-
PICMI files:
41+
PICMI (Python) scripts:
4042

41-
* :download:`Without mesh refinement<../../../Examples/Physics_applications/laser_acceleration/PICMI_inputs_3d.py>`
43+
* :download:`1D case <../../../Examples/Physics_applications/laser_acceleration/PICMI_inputs_1d.py>`
44+
* :download:`2D case with mesh refinement <../../../Examples/Physics_applications/laser_acceleration/PICMI_inputs_2d.py>`
45+
* :download:`3D case <../../../Examples/Physics_applications/laser_acceleration/PICMI_inputs_3d.py>`
46+
* :download:`RZ case <../../../Examples/Physics_applications/laser_acceleration/PICMI_inputs_rz.py>`
4247

4348
Plasma mirror
4449
-------------
@@ -84,7 +89,7 @@ The Monte-Carlo collision (MCC) model can be used to simulate capacitive dischar
8489
Test cases
8590
----------
8691

87-
PICMI test cases included that can be used as a reference:
92+
PICMI (Python) test cases included that can be used as a reference:
8893

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

0 commit comments

Comments
 (0)