libMesh
Classes | Namespaces | Enumerations
tree_base.h File Reference

Go to the source code of this file.

Classes

class  libMesh::TreeBase
 This is the base class for trees, it allows pointer usage of trees. More...
 

Namespaces

 libMesh
 The libMesh namespace provides an interface to certain functionality in the library.
 
 libMesh::Trees
 For convenience we define QuadTrees and OctTrees explicitly.
 

Enumerations

enum  libMesh::Trees::BuildType : int { libMesh::Trees::NODES =0, libMesh::Trees::ELEMENTS, libMesh::Trees::LOCAL_ELEMENTS, libMesh::Trees::INVALID_BUILD_TYPE }
 enum defining how to build the tree. More...