|
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::EigenSolverType : int { libMesh::POWER =0 , libMesh::LAPACK , libMesh::SUBSPACE , libMesh::ARNOLDI , libMesh::LANCZOS , libMesh::KRYLOVSCHUR , libMesh::INVALID_EIGENSOLVER } |
Defines an enum for iterative eigenproblem solver types. More... | |
| enum | libMesh::EigenProblemType : int { libMesh::NHEP =0 , libMesh::HEP , libMesh::GNHEP , libMesh::GHEP , libMesh::GHIEP , libMesh::INVALID_EIGENPROBLEMTYPE } |
Defines an enum for eigenproblem types. More... | |
| enum | libMesh::PositionOfSpectrum : int { libMesh::LARGEST_MAGNITUDE =0 , libMesh::SMALLEST_MAGNITUDE , libMesh::TARGET_MAGNITUDE , libMesh::LARGEST_REAL , libMesh::SMALLEST_REAL , libMesh::TARGET_REAL , libMesh::LARGEST_IMAGINARY , libMesh::SMALLEST_IMAGINARY , libMesh::TARGET_IMAGINARY , libMesh::INVALID_Postion_of_Spectrum , libMesh::INVALID_POSITION_OF_SPECTRUM } |
Defines an enum for the position of the spectrum, i.e. More... | |