diff options
author | 2019-07-12 18:09:34 -0700 | |
---|---|---|
committer | 2019-07-12 18:13:02 -0700 | |
commit | f86512d788477a8eab5ed3c3c92ce9a7453ae4c7 (patch) | |
tree | 3d4a1fb1caa84d046d5556198fd333126745834b /Docs/source/running_cpp | |
parent | 31edd3bad5d2747c7e045240b488d7fd101f1a30 (diff) | |
download | WarpX-f86512d788477a8eab5ed3c3c92ce9a7453ae4c7.tar.gz WarpX-f86512d788477a8eab5ed3c3c92ce9a7453ae4c7.tar.zst WarpX-f86512d788477a8eab5ed3c3c92ce9a7453ae4c7.zip |
For RZ, updated documentation regarding num_particles_per_cell_each_dim
Diffstat (limited to 'Docs/source/running_cpp')
-rw-r--r-- | Docs/source/running_cpp/parameters.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Docs/source/running_cpp/parameters.rst b/Docs/source/running_cpp/parameters.rst index c159509b4..ec3baee86 100644 --- a/Docs/source/running_cpp/parameters.rst +++ b/Docs/source/running_cpp/parameters.rst @@ -91,6 +91,9 @@ Setting up the field mesh in the list will deposit their charge/current directly on the main grid (i.e. the coarsest level), even if they are inside a refinement patch. +* ``warpx.n_rz_azimuthal_modes`` (`integer`; 1 by default) + When using the RZ version, this is the number of azimuthal modes. + Distribution across MPI ranks and parallelization ------------------------------------------------- @@ -201,6 +204,10 @@ Particle initialization and optional argument ``<species_name>.do_symmetrize`` (whether to symmetrize the beam in the x and y directions). +* ``<species_name>.num_particles_per_cell_each_dim`` (`3 integers in 3D and RZ, 2 integers in 2D`) + With the NUniformPerCell injection style, this specifies the number of particles along each axis + within a cell. Note that for RZ, the three axis are radius, theta, and z. + * ``<species_name>.do_continuous_injection`` (`0` or `1`) Whether to inject particles during the simulation, and not only at initialization. This can be required whith a moving window and/or when |