libMesh
Namespaces | Enumerations
enum_solver_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::SolverType : int {
  libMesh::CG =0, libMesh::CGN, libMesh::CGS, libMesh::CR,
  libMesh::QMR, libMesh::TCQMR, libMesh::TFQMR, libMesh::BICG,
  libMesh::BICGSTAB, libMesh::MINRES, libMesh::GMRES, libMesh::LSQR,
  libMesh::JACOBI, libMesh::SOR_FORWARD, libMesh::SOR_BACKWARD, libMesh::SSOR,
  libMesh::RICHARDSON, libMesh::CHEBYSHEV, libMesh::SPARSELU, libMesh::INVALID_SOLVER
}
 Defines an enum for iterative solver types. More...