You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Docs/source/usage/parameters.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,17 +3,17 @@
3
3
Inputs: Parameter List
4
4
======================
5
5
6
-
This documents on how to use WarpX with an inputs file (e.g., ``warpx.3d input_3d``).
6
+
This section describes the list of parameters that can be set in the WarpX inputs file.
7
7
8
-
Complete example input files can be found in :ref:`the examples section <usage-examples>`.
8
+
Examples of inputs files can be found in the :ref:`Examples <usage-examples>` section.
9
9
10
10
.. note::
11
11
12
-
WarpX input options are read via AMReX `ParmParse <https://amrex-codes.github.io/amrex/docs_html/Basics.html#parmparse>`__.
12
+
WarpX's input paramters are read via AMReX's `ParmParse <https://amrex-codes.github.io/amrex/docs_html/Basics.html#parmparse>`__.
13
13
14
14
.. note::
15
15
16
-
The AMReX parser (see :ref:`running-cpp-parameters-parser`) is used for the right-hand-side of all input parameters that consist of one or more integers or floats, so expressions like ``<species_name>.density_max = "2.+1."`` and/or using user-defined constants are accepted.
16
+
The AMReX parser (see :ref:`running-cpp-parameters-parser`) is used for the right-handside of all input parameters that consist of one or more integers or floats. Expressions like ``<species_name>.density_max = "0.1+2.3"`` and expressions that include user-defined constants are accepted.
0 commit comments