aboutsummaryrefslogtreecommitdiff
path: root/Python/pywarpx/picmi.py
diff options
context:
space:
mode:
authorGravatar David Grote <grote1@llnl.gov> 2021-06-21 15:23:26 -0700
committerGravatar GitHub <noreply@github.com> 2021-06-21 15:23:26 -0700
commit093a10d9c59cdc8af22e2393f2b585f8c0037a21 (patch)
treec795560bc6b92ecbd1e3d31395da029efa47bb57 /Python/pywarpx/picmi.py
parent655b78e8ba6133cb8736d26049e9b825041fbd8a (diff)
downloadWarpX-093a10d9c59cdc8af22e2393f2b585f8c0037a21.tar.gz
WarpX-093a10d9c59cdc8af22e2393f2b585f8c0037a21.tar.zst
WarpX-093a10d9c59cdc8af22e2393f2b585f8c0037a21.zip
Add damped to BC_map (#2021)
Diffstat (limited to '')
-rw-r--r--Python/pywarpx/picmi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/pywarpx/picmi.py b/Python/pywarpx/picmi.py
index 7b67656ca..ed974ff5b 100644
--- a/Python/pywarpx/picmi.py
+++ b/Python/pywarpx/picmi.py
@@ -19,7 +19,7 @@ picmistandard.register_codename(codename)
# dictionary to map field boundary conditions from picmistandard to WarpX
BC_map = {
- 'open':'pml', 'dirichlet':'pec', 'periodic':'periodic', 'none':'none'
+ 'open':'pml', 'dirichlet':'pec', 'periodic':'periodic', 'damped':'damped', 'none':'none'
}
class constants: