Module rusty_tree::octree[][src]

Expand description

Data structures and functions to create regular and adaptive Octrees.

Re-exports

pub use adaptive_octree::*;
pub use regular_octree::*;

Modules

Data structures and functions for adaptive octrees.

Data structures and functions for regular octrees.

Structs

The basic Octree data structure

A structure that stores various statistics for a tree.

Enums

The type of the octree.

Functions

Create a regular octree from an array of particles.

Given the set of all keys, compute the interaction list for each key.

Compute the leaf map.

Given an array of keys. Return the level information of the tree.

Given the set of all keys, compute the near field for each key.

Export an octree to vtk