libMesh
Loading...
Searching...
No Matches
Namespaces | Enumerations
enum_preconditioner_type.h File Reference

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::PreconditionerType : int {
  libMesh::IDENTITY_PRECOND =0 , libMesh::JACOBI_PRECOND , libMesh::BLOCK_JACOBI_PRECOND , libMesh::SOR_PRECOND ,
  libMesh::SSOR_PRECOND , libMesh::EISENSTAT_PRECOND , libMesh::ASM_PRECOND , libMesh::CHOLESKY_PRECOND ,
  libMesh::ICC_PRECOND , libMesh::ILU_PRECOND , libMesh::LU_PRECOND , libMesh::USER_PRECOND ,
  libMesh::SHELL_PRECOND , libMesh::AMG_PRECOND , libMesh::SVD_PRECOND , libMesh::INVALID_PRECONDITIONER
}
 Defines an enum for preconditioner types. More...