Expand description
Data structures and functions to create regular and adaptive Octrees.
Re-exports§
pub use adaptive_octree::*;
pub use regular_octree::*;
Modules§
- adaptive_
octree - Data structures and functions for adaptive octrees.
- regular_
octree - Data structures and functions for regular octrees.
Structs§
- Octree
- The basic Octree data structure
- Statistics
- A structure that stores various statistics for a tree.
Enums§
- Octree
Type - The type of the octree.
Functions§
- compute_
complete_ regular_ tree - Create a regular octree from an array of particles.
- compute_
interaction_ list_ map - Given the set of all keys, compute the interaction list for each key.
- compute_
leaf_ map - Compute the leaf map.
- compute_
level_ information - Given an array of keys. Return the level information of the tree.
- compute_
near_ field_ map - Given the set of all keys, compute the near field for each key.
- export_
to_ vtk - Export an octree to vtk