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

Spin provides data structures to index space and their associated support classes.

  • Tree structures
  • One-level structures
    • UniformGrid divides a region of interest into equal-sized bins
    • Mortonizer assigns each point in a region of interest to a point on a 1D space-filling curve
    • ImplicitGrid creates a set of bins for each axis, assigning every object to the range of bins it falls into
    • RectangularLattice supports computation of coordinates for spatial bins.