enum_error_estimator_type.h File Reference

Go to the source code of this file.

Namespaces

 libMesh
 

Enumerations

enum  libMesh::ErrorEstimatorType : int {
  libMesh::INVALID = -1, libMesh::ADJOINT_REFINEMENT = 0, libMesh::ADJOINT_RESIDUAL = 1, libMesh::DISCONTINUITY_MEASURE = 2,
  libMesh::EXACT = 3, libMesh::KELLY = 4, libMesh::LAPLACIAN = 5, libMesh::PATCH_RECOVERY = 6,
  libMesh::WEIGHTED_PATCH_RECOVERY = 7, libMesh::UNIFORM_REFINEMENT = 8
}