Lagrangian Particle Code for The Simulation of 2D/3D Fluid Dynamics
|
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...
#include <octree.h>
Public Member Functions | |
bool | operator< (const KeyIndex &a) const |
Public Attributes | |
int | key |
int | index |
This struct contains the morton key and the index of a particle. a vector of such structs is then sorted by the "key" field.