|
libMesh
|
Go to the source code of this file.
Namespaces | |
| namespace | libMesh |
The libMesh namespace provides an interface to certain functionality in the library. | |
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::QNODAL = 32 , libMesh::INVALID_Q_RULE = 127 } |
Defines an enum for currently available quadrature rules. More... | |