Yun Wang
Yun Wang
> Hi, I just started to use this package as well. What do you mean with marker size? Do you mean how fine the grid is? There is a parameter...
Thank you for your answer @scimax. By the way, if the units of x-coordinate and y-coordinate are kilometers, is there any way to express the density as "per square kilometers",...
You are welcome. BTW, 'coretran' is so cool!
Hi @leonfoks After I deleted ```module procedure rangeSearch_KD``` and all related stuff, I compiled the library successfully. Since all my needs are 2D tree and 3D tree, this solution is...
I can say for sure that "internal compiler error" indicates the version of my compiler is too low since "coretran" works well on Windows with gfortran 7.4.
Thank you for your clarification. I still have another question. I have obtained one momentum field (x-component) from scattered data of IllustrisTNGby calling `to_mesh(....., weight='Masses', value='V_x')`. However, the maximum value...
> It could be a unit conversion error too. How does this compare to the velocity value you have from the snapshot file ('V_x'). Are the close? > > Could...
Thank you for your nice reply, i will try what you said.
Hi Yu, The method you suggest does work. However, Parallelization is not going to be very efficient. For example, I use a mesh with Nmesh = 768**3 as a test....