-
Notifications
You must be signed in to change notification settings - Fork 230
Open
Labels
bugSomething isn't workingSomething isn't workingbug: affects latest releaseBug also exists in latest release versionBug also exists in latest release versioncomponent: mesh refinement(A)MR(A)MR
Description
Inputs
Using the latest development of WarpX, I was trying MR with 3 levels (0, 1, 2) on the langmuir 3D test. Inputs files: inputs.zip
Textual output: output.zip
Plots
Everything works for amr.max_level = 0:

For 1 MR level with amr.max_level = 1 it still looks good, but has tiny artifacts:

For amr.max_level = 2 I see the following issues:

Plot Script
import yt
ds = yt.load('./diags/diag1000040/')
sl = yt.SlicePlot( ds, 1, 'Ex', origin='native' )
sl.set_zlim('Ex', -1.5e9, 1.5e9)
sl.set_log('Ex', log=False)
sl.annotate_grids()Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingbug: affects latest releaseBug also exists in latest release versionBug also exists in latest release versioncomponent: mesh refinement(A)MR(A)MR