Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 829 Bytes

File metadata and controls

16 lines (11 loc) · 829 Bytes

External Solvers Application

External Solvers application is the place where interface to third party solvers are located.

In the following list you can find which solvers are currently supported by kratos and links to the library projects or algortihms in which are bases:

Direct Solvers

  • SuperLUSolver: Based on SuperLu project.
  • PastixSolver: Based on Pastix project.

Iterative Solvers:

  • SuperLUIterativeSolver: Based on SuperLu project.
  • GMRESSolver: Based in the GMRES method.

Eigen Solvers:

  • FEASTSolver: Based on FEAST project.