Section: C Library Functions (3)Updated: Thu Apr 7 2011Local indexUp
NAME
MeshEnums -
SYNOPSIS
Enumerations
enum PointLocatorType { TREE = 0, LIST, INVALID_LOCATOR }
Enumeration Type Documentation
enum MeshEnums::PointLocatorTypedefines an enum for the types of point locators (given a point with global coordinates, locate the corresponding element in space) available in libMesh.
Enumerator:
TREE
LIST
INVALID_LOCATOR
Definition at line 34 of file enum_point_locator_type.h.
{TREE = 0,
LIST,
INVALID_LOCATOR};
Author
Generated automatically by Doxygen for libMesh from the source code.