|
Lagrangian Particle Code for The Simulation of 2D/3D Fluid Dynamics
|
A simple struct for the neighbour search result. More...
#include <octree.h>
Public Member Functions | |
| bool | operator< (const SearchResult &sr) const |
| Overloaded operator <. | |
Public Attributes | |
| double | distance |
| The distance between the target particle and its neighbour. | |
| int | index |
A simple struct for the neighbour search result.
| int SearchResult::index |
The index of the neighbour particle
1.8.6