trixi-framework / PointNeighbors.jl

PointNeighbors.jl: Neighborhood search with fixed search radius in Julia
https://trixi-framework.github.io/PointNeighbors.jl/
MIT License
10 stars 1 forks source link

Roadmap for neighborhood search implementations #26

Open efaulhaber opened 4 weeks ago

efaulhaber commented 4 weeks ago
sloede commented 4 weeks ago

What about

? Is this something for the agenda as well? It could also be independent of the technique (i.e., not necessarily octree-based).

efaulhaber commented 4 weeks ago

Octrees are only needed when we don't have a fixed search radius anymore. They might perform similarly, but I don't have any plans to implement them for now.

I'll add distributed memory NHS to the list.