Module splashsurf_lib::octree

source ·
Expand description

Octree for spatially partitioning particle sets

Structs

  • Data structure for octree based spatial subdivision of particles sets, for tree iteration/visitation use the root OctreeNode
  • Represents a node in the octree hierarchy and stores child nodes, implements tree iteration/visitation from the generic_tree module
  • Stores the particle ids and the number of ghost particles inside an octree leaf
  • Wrapper for an internal SurfacePatch to avoid leaking too much implementation details

Enums