aboutsummaryrefslogtreecommitdiff
path: root/Python/pywarpx/_libwarpx.py
diff options
context:
space:
mode:
authorGravatar roelof-groenewald <40245517+roelof-groenewald@users.noreply.github.com> 2021-06-07 16:45:05 -0700
committerGravatar GitHub <noreply@github.com> 2021-06-07 16:45:05 -0700
commitf2d6c5d9ffa04b27733987eb2e3124517579cbad (patch)
treee4e76fc3787e7464a59626da9b99973e600869be /Python/pywarpx/_libwarpx.py
parent82b1cb5480466cb9ba582f1edbe04389bab9a32a (diff)
downloadWarpX-f2d6c5d9ffa04b27733987eb2e3124517579cbad.tar.gz
WarpX-f2d6c5d9ffa04b27733987eb2e3124517579cbad.tar.zst
WarpX-f2d6c5d9ffa04b27733987eb2e3124517579cbad.zip
Call function ReadBCParams() during python execution (#1972)
* added ReadBCParams() function call to python execution and added a test of the electrostatic solver executing from python * added separate specification of particle boundary conditions in picmi setup and adjusted the inputs for existing tests to follow the new practice * updated input for rz PICMI test and renamed the electrostatic test to follow standard practice * added arguments for particle boundary conditions to Langmuir RZ test * added dictionary to picmi.py to map from picmistandard field boundary condition specifications to that of WarpX * fixes for failing unit tests; added key, pair 'none' to picmi dictionary of field BCs * also using 'none' for upper boundary condition for RZ test Python_Langmuir_rz_multimode
Diffstat (limited to 'Python/pywarpx/_libwarpx.py')
-rwxr-xr-xPython/pywarpx/_libwarpx.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/pywarpx/_libwarpx.py b/Python/pywarpx/_libwarpx.py
index 7092e20ec..d51bdfa9d 100755
--- a/Python/pywarpx/_libwarpx.py
+++ b/Python/pywarpx/_libwarpx.py
@@ -255,6 +255,7 @@ def initialize(argv=None):
argv = sys.argv
amrex_init(argv)
libwarpx.warpx_ConvertLabParamsToBoost()
+ libwarpx.warpx_ReadBCParams()
if geometry_dim == 'rz':
libwarpx.warpx_CheckGriddingForRZSpectral()
libwarpx.warpx_init()