Skip to content

abodado/linearSolverEpetraMueLuAztecOO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

linearSolverEpetraMueLuAztecOO

Solve linear system using Trilinos Epetra, MueLu, and AztecOO.

The initial version of this code uses Trilinos libraries and functions to read a system matrix A.mtx and RHS b.mtx (in MatrixMarket format) supplied by the user and then solve the system using AztecOO with MueLu as the preconditioner. Eventually, I would like to add functionality to read in a xml file of preconditioner settings to investigate the optimal settings for my linear system. I intend to have a separate repository that uses Tpetra, MueLu, and Belos such that one can compare the performance of the solvers.

About

Solve linear system using Trilinos Epetra, MueLu, and AztecOO.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages