Skip to content

Commit

Permalink
Slightly modify boundaries
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiLehe committed Jan 6, 2025
1 parent 112cce1 commit b0ccce4
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ warpx.abort_on_warning_threshold = medium
boundary.field_lo = pec pec
boundary.field_hi = pec pec

my_constants.xmin = -0.5
my_constants.zmin = -0.5
my_constants.xmax = 0.5
my_constants.zmax = 0.5
my_constants.xmin = -0.501
my_constants.zmin = -0.501
my_constants.xmax = 0.501
my_constants.zmax = 0.501
# Note that for amrex EB implicit function, >0 is covered, =0 is boundary and <0 is regular.
warpx.eb_implicit_function = "max(max(x+xmin,-(x+xmax)), max(z+zmin,-(z+zmax)))"

Expand Down

0 comments on commit b0ccce4

Please sign in to comment.