[][src]Module splashsurf_lib::octree

Octree for spatially partitioning particle sets

Structs

Octree

Data structure for octree based spatial subdivision of particles sets, for tree iteration/visitation use the root OctreeNode

OctreeNode

Represents a node in the octree hierarchy and stores child nodes, implements tree iteration/visitation from the generic_tree module

ParticleSet

Stores the particle ids and the number of ghost particles inside an octree leaf

SurfacePatchWrapper

Wrapper for an internal SurfacePatch to avoid leaking too much implementation details

Enums

NodeData

Optional data that may be stored in OctreeNodes

SubdivisionCriterion

Criterion used for the subdivision of the spatial decomposition of the particle collection