Skip to content

Commit

Permalink
added a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwilliams committed Feb 23, 2024
1 parent c309c20 commit b950bbb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/nlesolver_module.F90
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ module nlesolver_module
integer,parameter,public :: NLESOLVER_SPARSITY_LUSOL = 3 !! assume sparse (use LUSOL sparse solver).
integer,parameter,public :: NLESOLVER_SPARSITY_LSMR = 4 !! assume sparse (use LSMR sparse solver).
integer,parameter,public :: NLESOLVER_SPARSITY_CUSTOM_SPARSE = 5 !! assume sparse (use a user provided sparse solver).
!integer,parameter,public :: NLESOLVER_SPARSITY_CUSTOM_DENSE = 6 !! assume dense (use a user provided dense solver).
! if add will have to update code below where sparsity_modes /= 1 is assumed sparse

!*********************************************************
type,public :: nlesolver_type
Expand Down

0 comments on commit b950bbb

Please sign in to comment.