You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a new user question: In src/vpic/dump.cc, the band_interleave branch of hydro_dump seems to not correctly set the dim array to include ghost layer:
It appears to me that the two extra cells are ghost cells. For direct dump (no stride), I believe the dim array should include them, since the memory block is dumped as a whole.
Thanks,
Liang
PS:
Commit I am working on (current master as of 11/01/2017): 91a209d
Sorry for the slow reply on this. It does look like this may be an issue. We're trying to figure out if changing this would have any other wide spread problems associated with it
Hi,
This is a new user question: In
src/vpic/dump.cc
, theband_interleave
branch ofhydro_dump
seems to not correctly set thedim
array to include ghost layer:while the
field_dump
doesIt appears to me that the two extra cells are ghost cells. For direct dump (no stride), I believe the
dim
array should include them, since the memory block is dumped as a whole.Thanks,
Liang
PS:
master
as of 11/01/2017): 91a209dThe text was updated successfully, but these errors were encountered: