numerics 0.1.0
Loading...
Searching...
No Matches
cell_list_3d.hpp File Reference

Cache-coherent 3D cell list for O(1) amortized neighbour queries. More...

#include <algorithm>
#include <cassert>
#include <cmath>
#include <tuple>
#include <vector>

Go to the source code of this file.

Classes

class  num::CellList3D< Scalar >
 

Namespaces

namespace  num
 

Detailed Description

Cache-coherent 3D cell list for O(1) amortized neighbour queries.

Definition in file cell_list_3d.hpp.