Go to the source code of this file.
Namespaces | |
libMesh | |
Enumerations | |
enum | libMesh::QuadratureType : int { libMesh::QGAUSS = 0, libMesh::QJACOBI_1_0 = 1, libMesh::QJACOBI_2_0 = 2, libMesh::QSIMPSON = 3, libMesh::QTRAP = 4, libMesh::QGRID = 5, libMesh::QGRUNDMANN_MOLLER = 6, libMesh::QMONOMIAL = 7, libMesh::QCONICAL = 8, libMesh::QGAUSS_LOBATTO = 9, libMesh::QCLOUGH = 21, libMesh::QCOMPOSITE = 31, libMesh::INVALID_Q_RULE = 127 } |