diff options
author | 2020-01-10 17:02:20 -0800 | |
---|---|---|
committer | 2020-01-10 17:02:20 -0800 | |
commit | 20b5055926806f93db60fa7d94df7249baf045a7 (patch) | |
tree | e543b7cead570a8eeae48cd7dfebcfcef103b2c5 /Docs/source/running_cpp | |
parent | bfd1b97580e1d855f86f519563d6434fa746dbfb (diff) | |
download | WarpX-20b5055926806f93db60fa7d94df7249baf045a7.tar.gz WarpX-20b5055926806f93db60fa7d94df7249baf045a7.tar.zst WarpX-20b5055926806f93db60fa7d94df7249baf045a7.zip |
doc examples and compile/run time options
Diffstat (limited to 'Docs/source/running_cpp')
-rw-r--r-- | Docs/source/running_cpp/examples.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Docs/source/running_cpp/examples.rst b/Docs/source/running_cpp/examples.rst index b9b13854f..f6c019321 100644 --- a/Docs/source/running_cpp/examples.rst +++ b/Docs/source/running_cpp/examples.rst @@ -1,9 +1,7 @@ Example input files =================== -This section allows you to **download input files** that correspond to different -physical situations. For a definition of the different parameters -that are set in these files, see the section :doc:`parameters`. +This section allows you to **download input files** that correspond to different physical situations. For a definition of the different parameters that are set in these files, see the section :doc:`parameters`. For a complete list of all example input files, have a look at our ``Examples/`` directory. It contains folders and subfolders with self-describing names that you can try. All these input files are automatically tested, so they should always be up-to-date. Beam-driven acceleration ------------------------ @@ -30,3 +28,4 @@ Uniform plasma :download:`2D case<../../../Examples/Physics_applications/uniform_plasma/inputs.2d>` :download:`3D case<../../../Examples/Physics_applications/uniform_plasma/inputs.3d>` + |