AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
AllNearestNeighbors.hpp File Reference

Defines all-nearest-neighbor queries. More...

Namespaces

 axom
 
 axom::quest
 

Enumerations

enum  axom::quest::SearchStatus { axom::quest::NEIGHBOR_NOT_FOUND = -1 }
 

Functions

Nearest Neighbor query
void axom::quest::all_nearest_neighbors (const double *x, const double *y, const double *z, const int *region, int n, double limit, int *neighbor, double *sqdistance)
 Given a list of point locations and regions, for each point, find the closest point in a different region within a given search radius. More...
 

Detailed Description

Defines all-nearest-neighbor queries.