Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jchristopherson committed Feb 13, 2024
1 parent 3d03dfc commit 7c88a97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/linalg_sparse.f90
Original file line number Diff line number Diff line change
Expand Up @@ -1329,6 +1329,8 @@ module subroutine csr_lu_solve(lu, ju, b, x, err)
! ******************************************************************************
! ITERATIVE SOLVERS
! ------------------------------------------------------------------------------
! Additional References:
! - https://www.diva-portal.org/smash/get/diva2:360739/FULLTEXT01.pdf
module subroutine csr_pgmres_solver(a, lu, ju, b, x, im, tol, maxits, iout, err)
! Arguments
class(csr_matrix), intent(in) :: a
Expand Down

0 comments on commit 7c88a97

Please sign in to comment.