|
libMesh
|
Go to the source code of this file.
Classes | |
| class | libMesh::Tree< N > |
| This class defines a tree that may be used for fast point location in space. 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. | |
Typedefs | |
| typedef Tree< 2 > | libMesh::Trees::BinaryTree |
| A BinaryTree is a tree appropriate for 1D meshes. More... | |
| typedef Tree< 4 > | libMesh::Trees::QuadTree |
| A QuadTree is a tree appropriate for 2D meshes. More... | |
| typedef Tree< 8 > | libMesh::Trees::OctTree |
| An OctTree is a tree appropriate for 3D meshes. More... | |
1.8.14