diff options
author | 2019-10-17 17:54:14 -0700 | |
---|---|---|
committer | 2019-10-17 17:54:14 -0700 | |
commit | ac2db87d9b2722957c4e1a156e552e53134caeb9 (patch) | |
tree | 44e69e1b5f7f45f7318d2cfca6c21a24164dc3c8 /Docs/source/running_cpp | |
parent | 5cb7bf5de6ff95a78aa6379e010c54629892c701 (diff) | |
download | WarpX-ac2db87d9b2722957c4e1a156e552e53134caeb9.tar.gz WarpX-ac2db87d9b2722957c4e1a156e552e53134caeb9.tar.zst WarpX-ac2db87d9b2722957c4e1a156e552e53134caeb9.zip |
add doc entry for external fields on grid
Diffstat (limited to 'Docs/source/running_cpp')
-rw-r--r-- | Docs/source/running_cpp/parameters.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Docs/source/running_cpp/parameters.rst b/Docs/source/running_cpp/parameters.rst index 631036373..7c71b2a86 100644 --- a/Docs/source/running_cpp/parameters.rst +++ b/Docs/source/running_cpp/parameters.rst @@ -573,6 +573,12 @@ Laser initialization ``mirror_z_width < dz/cell_size``, the upper bound of the mirror is increased so that it contains at least ``mirror_z_npoints``. +* ``warpx.E_external_grid`` & ``warpx.B_external_grid`` (list of `int`) optional (default `0 0 0`) + External uniform and constant electrostatic and magnetostatic field added + to the grid at initialization. Use with caution as these fields are used for + the field solver. In particular, do not use any other boundary condition + as periodic. + Numerics and algorithms ----------------------- |