Skip to content

topazus/ArborX

 
 

Repository files navigation

ArborX

ArborX is an open-source library designed to provide performance portable algorithms for geometric search, similarly to nanoflann and Boost Geometry.

Installation

The installation instructions can be found here.

Using ArborX

The interface is described here.

Examples

Examples can be found in the examples directory.

Questions, Bug Reporting, and Issue Tracking

Questions, bug reporting and issue tracking are provided by GitHub. Please report all bugs by creating a new issue with the "bug" tag. You can ask questions by creating a new issue with the "question" tag.

Contributing

We encourage you to contribute to ArborX! Please check out the guidelines about how to proceed.

Citing ArborX

If you publish work which mentions ArborX, please cite the following paper:

@article{arborx2020,
  author = {Lebrun-Grandi\'{e}, D. and Prokopenko, A. and Turcksin, B. and Slattery, S. R.},
  title = {{ArborX}: A Performance Portable Geometric Search Library},
  year = {2020},
  issue_date = {December 2020},
  publisher = {Association for Computing Machinery},
  address = {New York, NY, USA},
  volume = {47},
  number = {1},
  issn = {0098-3500},
  url = {https://doi.org/10.1145/3412558},
  doi = {10.1145/3412558},
  journal = {ACM Trans. Math. Softw.},
  month = dec,
  articleno = {2},
  numpages = {15}
}

License

ArborX has a BSD 3-clause open-source license.

About

Performance-portable geometric search library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 92.2%
  • Groovy 3.0%
  • CMake 2.7%
  • Python 1.2%
  • Other 0.9%