Open zaoyueri opened 1 year ago
I also want to inquire about some things regarding mesh grids.For each input point, must the nearest neighbor output point be in the nearest neighbor patch?
I am not sure what you are referring to. The code isn't designed to support nearest-neighbor queries.
Does the code change support recording program runtime?Then I also want to ask what these three MB represent?Sincerely thank you for your answer!
Still don't follow the question. The three values measure the memory utilization. One is overall peak, one is peak for this part of the processing, and one I don't recall off-hand.
I want to find the nearest neighbor patch for each input point. Do I need to traverse all the patches for each point?The workload of this method is very large.