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
/home/chavlin/src/yt_general/yt/yt/data_objects/construction_data_containers.py:1531: RuntimeWarning:
Something went wrong during field computation. This is likely due to missing ghost-zones support in
class <class 'weakref.ProxyType'>
So presumably this is a known issue, but I didn't see a clear corresponding open issue so I thought it was worth opening a new report to document it. There are, however, a number of open and closed issues that are related to ghost zones and vorticity (in athena and other frontends):
I believe that what we should look at is whether or not the "smoothed" covering grids are being used.
That would be a yes, this call to retrieve_ghost_zones hardcodes a smoothed=True parameter, which results in using a smoothed covering grid to fill the ghost zones
Plots of vorticity (and presumably any variable that needs a derivative) have artifacts aligned with grid boundaries where the resolution changes:
Also note that you do get a RuntimeWarning:
So presumably this is a known issue, but I didn't see a clear corresponding open issue so I thought it was worth opening a new report to document it. There are, however, a number of open and closed issues that are related to ghost zones and vorticity (in athena and other frontends):
The text was updated successfully, but these errors were encountered: