Lagrangian Particle Code for The Simulation of 2D/3D Fluid Dynamics
|
This header file contains classes for the Octree data structure and nearest neighbour search algorithms. More...
#include <stdint.h>
#include <deque>
#include <vector>
Go to the source code of this file.
Classes | |
struct | SearchResult |
A simple struct for the neighbour search result. More... | |
struct | KeyIndex |
This struct contains the morton key and the index of a particle. a vector of such structs is then sorted by the "key" field. More... | |
class | Octree |
This class contains the Octree data structure and algorithm for nearest neighbour search of particles. More... | |
This header file contains classes for the Octree data structure and nearest neighbour search algorithms.
Created on: 2014/8/22