Lagrangian Particle Code for The Simulation of 2D/3D Fluid Dynamics
 All Classes Files Functions Variables Typedefs Friends Pages
Public Member Functions | Public Attributes | List of all members
KeyIndex Struct Reference

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
 

Detailed Description

This struct contains the morton key and the index of a particle. a vector of such structs is then sorted by the "key" field.


The documentation for this struct was generated from the following file: