diff options
author | 2020-08-06 06:31:38 -0700 | |
---|---|---|
committer | 2020-08-06 06:31:38 -0700 | |
commit | 4c93fb2f90321dab2477eaabe04785100869c073 (patch) | |
tree | a922a0852fee789e05deeadf49d848bf96d95406 /Docs/source/running_cpp | |
parent | 0564feb5041728173716ef251f1d66d37c314770 (diff) | |
download | WarpX-4c93fb2f90321dab2477eaabe04785100869c073.tar.gz WarpX-4c93fb2f90321dab2477eaabe04785100869c073.tar.zst WarpX-4c93fb2f90321dab2477eaabe04785100869c073.zip |
swap fieldGather and external fields (#1235)
* swap fieldGather and external fields
* clarify EB external on particle for RZ
* swap order and initialize Exp-Bzp for Photons
Diffstat (limited to 'Docs/source/running_cpp')
-rw-r--r-- | Docs/source/running_cpp/parameters.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Docs/source/running_cpp/parameters.rst b/Docs/source/running_cpp/parameters.rst index b65e69670..946c21a9a 100644 --- a/Docs/source/running_cpp/parameters.rst +++ b/Docs/source/running_cpp/parameters.rst @@ -879,7 +879,7 @@ Laser initialization the first and second dimensions are `x` and `z`, respectively, and the value of the `By` component is set to zero. Note that the current implementation of the parser for B-field on particles - does not work with RZ and the code will abort with an error message. + is applied in cartesian co-ordinates as a function of (x,y,z) even for RZ. * ``particles.E_ext_particle_init_style`` (string) optional (default is "default") This parameter determines the type of initialization for the external @@ -899,8 +899,8 @@ Laser initialization using ``my_constants``. For a two-dimensional simulation, similar to the B-field, it is assumed that the first and second dimensions are `x` and `z`, respectively, and the value of the `Ey` component is set to zero. - The current implementation of the parser for the E-field on particles does not work - with RZ and the code will abort with an error message. + The current implementation of the parser for B-field on particles + is applied in cartesian co-ordinates as a function of (x,y,z) even for RZ. * ``particles.E_external_particle`` & ``particles.B_external_particle`` (list of `float`) optional (default `0. 0. 0.`) Two separate parameters which add an externally applied uniform E-field or |