Module octree

Source
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§

OctreeType
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