<div dir="ltr">Thanks, Matt and Molly.  Very excited to see the kd-tree formulation that Meagan has implemented.  A couple additional questions:<div class="gmail_extra"><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div> * Using the chosen SPH kernel (thanks to Bili Dong, we now have cubic, quartic, quintic, wendland2, wendland4, and wendland6), the smoothing is conducted on each cell by looking at all the nearest particles.  This is implemented in the process function on the class VolumeWeightedSmooth in yt/geometry/particle_smooth.<wbr>pyx</div><div><br></div></div></blockquote><div>What is the default SPH kernel that is used for deposition?  Is it frontend specific (and if so, where is it defined for each frontend), or do we just use a cubic spline as default?</div><div><br></div><div>Also, what value is used for the smoothing length of the particle deposition?  I believe most codes already have a smoothing_length field defined by the simulation.  Looking in VolumeWeightedSmooth, it seems to accept a smoothing_length field for the particles but I don't know if this is the simulation-defined field.  I may be wrong, but it seems to me that using the simulation-defined smoothing_length field is only applicable for the "scatter" deposition method.  I thought "gather" recalculates new smoothing lengths to address the fact that you may try to sample the fluid quantities a large distance away from the nearest particles, who all may have small smoothing lengths because of their proximity to each other.  But I may be mixed up here.</div><div><br></div><div>Cameron</div></div><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>Cameron Hummels<div><span style="font-size:12.8000001907349px">NSF Postdoctoral Fellow</span></div><div><span style="font-size:12.8000001907349px">Department of Astronomy</span></div><div><span style="font-size:12.8000001907349px">California Institute of Technology</span><br></div><div><a href="http://chummels.org" style="font-size:12.8000001907349px" target="_blank">http://chummels.org</a><br></div></div></div></div>
</div></div>