libMesh
Namespaces | Enumerations
enum_elem_quality.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::ElemQuality : int {
  libMesh::ASPECT_RATIO =0, libMesh::SKEW, libMesh::SHEAR, libMesh::SHAPE,
  libMesh::MAX_ANGLE, libMesh::MIN_ANGLE, libMesh::CONDITION, libMesh::DISTORTION,
  libMesh::TAPER, libMesh::WARP, libMesh::STRETCH, libMesh::DIAGONAL,
  libMesh::ASPECT_RATIO_BETA, libMesh::ASPECT_RATIO_GAMMA, libMesh::SIZE, libMesh::JACOBIAN,
  libMesh::TWIST
}
 Defines an enum for element quality metrics. More...