For convenience we define QuadTrees and OctTrees explicitly.
Typedef Documentation
typedef Tree<8> Trees::OctTreeAn OctTree is a tree appropriate for 3D meshes.
Definition at line 124 of file tree.h.
typedef Tree<4> Trees::QuadTreeA QuadTree is a tree appropriate for 2D meshes.
Definition at line 118 of file tree.h.
Enumeration Type Documentation
enum Trees::BuildTypeenum defining how to build the tree. NODES will populate the tree with nodes and then replace the nodes with element connectivity, ELEMENTS will populate the tree with the elements directly.
Enumerator:
NODES
ELEMENTS
INVALID_BUILD_TYPE
Definition at line 46 of file tree_base.h.
{NODES=0,
ELEMENTS,
INVALID_BUILD_TYPE };
Author
Generated automatically by Doxygen for libMesh from the source code.