From fe5c2654fb25d76432ecee4337f2f94e86e6d18d Mon Sep 17 00:00:00 2001 From: RevathiJambunathan Date: Mon, 1 Apr 2024 14:10:54 -0700 Subject: [PATCH] fix particle bndry 3d laser acceleration --- Examples/Physics_applications/laser_acceleration/inputs_3d | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Examples/Physics_applications/laser_acceleration/inputs_3d b/Examples/Physics_applications/laser_acceleration/inputs_3d index bdcfd7676a4..076e7c45e16 100644 --- a/Examples/Physics_applications/laser_acceleration/inputs_3d +++ b/Examples/Physics_applications/laser_acceleration/inputs_3d @@ -17,6 +17,8 @@ amr.max_level = 0 # Maximum level in hierarchy (1 might be unstable, >1 is not s ################################# boundary.field_lo = periodic periodic pec boundary.field_hi = periodic periodic pec +boundary.particle_lo = periodic periodic absorbing +boundary.particle_hi = periodic periodic absorbing ################################# ############ NUMERICS ###########