<br><br>On Thursday, July 30, 2015, Bili Dong <<a href="mailto:qobilidop@gmail.com">qobilidop@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br>
<br>
Currently in yt, only the default cubic spline kernel function is provided and used for the smoothing. I’m thinking about adding more kernel functions, providing the possibility to choose from them and also the possibility for the users to provide their own ones. In my own research, a quintic spline kernel is used, for example. So I guess this functionality might also be useful for other users.<br>
<br>
My current plan goes like this:<br>
1. Add several common kernel functions besides the current one.<br>
2. Build a naming system.</blockquote><div><br></div><div>Maybe these choices could be visible to the user via a field name? We already let people do that for different local deposition methods (e.g. ("deposit", "all_density") versus<font size="2"><span style="background-color:rgba(255,255,255,0)"> ("deposit", "cic_density")).<span></span></span></font></div><div><br></div><div>Perhaps the "default" smoothing kernel used for the 'gas' field type in the SPH frontend a could be configurable? That way users could use their preferred smoothing either by using the appropriate detailed field name ("PartType0_quintic_smoothed_density", just as an for example) or by using plain old ("gas", "density"), but relying on the rc configuration option to control the smoothing kernel.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
3. Put a kwarg in appropriate places to pass the name of the kernel function. For now, I’m thinking about put it in the ParticleSmoothOperation class as a parameter of __init__.<br>
4. Reserve a special kwarg value which can be used to pass the user-provided kernel functions.<br>
<br>
I’m not much experienced with yt. So correct me if there are any mistakes or omissions! Any suggestions are much appreciated!<br>
<br>
Thanks,<br>
Bili<br>
_______________________________________________<br>
yt-dev mailing list<br>
<a href="javascript:;" onclick="_e(event, 'cvml', 'yt-dev@lists.spacepope.org')">yt-dev@lists.spacepope.org</a><br>
<a href="http://lists.spacepope.org/listinfo.cgi/yt-dev-spacepope.org" target="_blank">http://lists.spacepope.org/listinfo.cgi/yt-dev-spacepope.org</a><br>
</blockquote>