libMesh
Namespaces | Enumerations
enum_norm_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::FEMNormType : int {
  libMesh::L2 = 0, libMesh::H1 = 1, libMesh::H2 = 2, libMesh::HCURL = 3,
  libMesh::HDIV = 4, libMesh::L1 = 5, libMesh::L_INF = 6, libMesh::H1_SEMINORM = 10,
  libMesh::H2_SEMINORM = 11, libMesh::HCURL_SEMINORM = 12, libMesh::HDIV_SEMINORM = 13, libMesh::W1_INF_SEMINORM = 15,
  libMesh::W2_INF_SEMINORM = 16, libMesh::DISCRETE_L1 = 20, libMesh::DISCRETE_L2 = 21, libMesh::DISCRETE_L_INF = 22,
  libMesh::H1_X_SEMINORM = 31, libMesh::H1_Y_SEMINORM = 32, libMesh::H1_Z_SEMINORM = 33, libMesh::INVALID_NORM = 42
}
 defines an enum for norms defined on vectors of finite element coefficients More...