From 093a10d9c59cdc8af22e2393f2b585f8c0037a21 Mon Sep 17 00:00:00 2001 From: David Grote Date: Mon, 21 Jun 2021 15:23:26 -0700 Subject: Add damped to BC_map (#2021) --- Python/pywarpx/picmi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python/pywarpx/picmi.py') 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: -- cgit v1.2.3