Lagrangian Particle Code for The Simulation of 2D/3D Fluid Dynamics
 All Classes Files Functions Variables Typedefs Friends Pages
Classes
neighbour_searcher.h File Reference

This header file contains classes for searching nearest neighbours of particles using different algorithms such as octrees. More...

#include <stdint.h>
#include <cstdlib>
#include <vector>
#include <deque>
#include "octree.h"

Go to the source code of this file.

Classes

class  NeighbourSearcher
 An abstract class for the family of classes that performs the task of nearest neighbour search for particles. More...
 
class  OctreeSearcher
 A class that searches nearest neighbours of particles based on the Octree data structure and algorithm. More...
 

Detailed Description

This header file contains classes for searching nearest neighbours of particles using different algorithms such as octrees.

Author
Yu, Kwangmin (yukwa.nosp@m.ngmi.nosp@m.n@gma.nosp@m.il.c.nosp@m.om)
Version
1.0
Date
2014/10/15

Created on: 2014/8/22