This moodule contaings the subroutine to read parameters needed to run the shiftedkrylov program from standard input
Get iteration parameters from the command line
Get iteration parameters from the command line
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(psb_ctxt_type) | :: | ctxt | Parallel context |
|||
character(len=40) | :: | mtrx_file | ||||
character(len=40) | :: | rhs_file | ||||
real(kind=psb_dpk_) | :: | eta | ||||
real(kind=psb_dpk_) | :: | zeta | ||||
character(len=2) | :: | filefmt | Format of the file |
|||
character(len=40) | :: | kmethd | ||||
character(len=40) | :: | ptype | ||||
character(len=20) | :: | part | ||||
character | :: | afmt*5 | ||||
integer(kind=psb_ipk_) | :: | istopc | ||||
integer(kind=psb_ipk_) | :: | itmax | ||||
integer(kind=psb_ipk_) | :: | itrace | ||||
integer(kind=psb_ipk_) | :: | irst | ||||
real(kind=psb_dpk_) | :: | eps |
Get iteration parameters from the command line
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(psb_ctxt_type) | :: | ctxt | Parallel context |
|||
character(len=40) | :: | mtrx_file | ||||
character(len=40) | :: | rhs_file | ||||
real(kind=psb_dpk_) | :: | eta | ||||
real(kind=psb_dpk_) | :: | zeta | ||||
character(len=2) | :: | filefmt | Format of the file |
|||
character(len=40) | :: | kmethd | ||||
character(len=40) | :: | ptype | ||||
character(len=20) | :: | part | ||||
character | :: | afmt*5 | ||||
integer(kind=psb_ipk_) | :: | istopc | ||||
integer(kind=psb_ipk_) | :: | itmax | ||||
integer(kind=psb_ipk_) | :: | itrace | ||||
integer(kind=psb_ipk_) | :: | irst | ||||
real(kind=psb_dpk_) | :: | eps |