diff options
author | 2019-10-29 13:12:36 -0700 | |
---|---|---|
committer | 2019-10-29 13:12:36 -0700 | |
commit | bf752934c97c520a043705b4ae3e2e34b6026d56 (patch) | |
tree | 79e4996ec2106e903c3411acf6ffbe41418d9b02 /Docs/source/running_cpp | |
parent | f326192ee5140278c6061b1171b98c6a0f932320 (diff) | |
parent | 102a6a070ab0c068b8cb9a4704b421772edcbe9e (diff) | |
download | WarpX-bf752934c97c520a043705b4ae3e2e34b6026d56.tar.gz WarpX-bf752934c97c520a043705b4ae3e2e34b6026d56.tar.zst WarpX-bf752934c97c520a043705b4ae3e2e34b6026d56.zip |
Merge pull request #463 from MaxThevenet/particle_creation_multi
general routines for particle creation
Diffstat (limited to 'Docs/source/running_cpp')
-rw-r--r-- | Docs/source/running_cpp/parameters.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Docs/source/running_cpp/parameters.rst b/Docs/source/running_cpp/parameters.rst index e5c99a3d9..e5727e376 100644 --- a/Docs/source/running_cpp/parameters.rst +++ b/Docs/source/running_cpp/parameters.rst @@ -358,7 +358,8 @@ Particle initialization Whether or not to use OpenMP threading for particle initialization. * ``<species>.do_field_ionization`` (`0` or `1`) optional (default `0`) - Do field ionization for this species (using the ADK theory). + Do field ionization for this species (using the ADK theory). Currently, + this is slow on GPU. * ``<species>.physical_element`` (`string`) Only read if `do_field_ionization = 1`. Symbol of chemical element for |