<div dir="ltr">Hi all,<div><br></div><div>I found that using a Enzo dataset I was getting slightly different numbers when </div><div>1) using the list of dark matter particles selected by creation_time < 0.0</div><div><div>
<div><br></div><div>In [97]: sph_dm = sph['creation_time'] < 0.0</div><div>In [98]: print "%12.12e" % (sph['ParticleMassMsun'][sph_dm]).sum()</div><div>1.211311468567e+11</div></div></div><div>
<br></div><div>2) compared to summing the dark matter particles inside a 3D container with TotalQuantity </div><div><div><br></div><div>In [101]: print "%12.12e" % (sph.quantities['TotalQuantity']('Dark_Matter_Density')[0]*vol/Msun)</div>
<div>1.188937185993e+11</div></div><div><br></div><div>I'm wondering if the field and particles are handled differently when being counted as inside or outside the 3D container?</div><div><br></div><div>From</div><div>
G.S.</div></div>