aboutsummaryrefslogtreecommitdiff
path: root/Python/pywarpx
diff options
context:
space:
mode:
Diffstat (limited to 'Python/pywarpx')
-rw-r--r--Python/pywarpx/picmi.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/pywarpx/picmi.py b/Python/pywarpx/picmi.py
index 36dc1d0c7..90d4a256f 100644
--- a/Python/pywarpx/picmi.py
+++ b/Python/pywarpx/picmi.py
@@ -23,6 +23,7 @@ picmistandard.register_codename(codename)
# dictionary to map field boundary conditions from picmistandard to WarpX
BC_map = {
'open':'pml', 'dirichlet':'pec', 'periodic':'periodic', 'damped':'damped',
+ 'absorbing_silver_mueller':'absorbing_silver_mueller',
'neumann':'neumann', 'none':'none', None:'none'
}