libMesh
Namespaces | Enumerations
enum_point_locator_type.h File Reference

Go to the source code of this file.

Namespaces

 libMesh
 The libMesh namespace provides an interface to certain functionality in the library.
 

Enumerations

enum  libMesh::PointLocatorType : int {
  libMesh::TREE = 0, libMesh::TREE_ELEMENTS, libMesh::TREE_LOCAL_ELEMENTS, libMesh::NANOFLANN,
  libMesh::INVALID_LOCATOR
}
 defines an enum for the types of point locators (given a point with global coordinates, locate the corresponding element in space) available in libMesh. More...