
Sept. 10, 2019
10:47 a.m.
Hi Guido, I'm glad that worked out! Those fields are also available as ['index','dx'] and ['index','dy']. -Matt On Tue, Sep 10, 2019 at 10:44 AM Guido Granda Muñoz <guidogranda@gmail.com> wrote:
Hello, It is a 3D simulation but I want the area of a cell along a given axis, for example the area along the x axis will be dy*dz. I was able to obtain this information using: dy= sp_open.fwidth[:,1] dz= sp_open.fwidth[:,2] where sp_open is the data container of interest. Thank you, _______________________________________________ yt-users mailing list -- yt-users@python.org To unsubscribe send an email to yt-users-leave@python.org