Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public, | parameter | :: | it_convergence_ | = | 2 | |
integer, | public, | parameter | :: | it_counter_ | = | 3 | |
integer, | public, | parameter | :: | it_time_ | = | 1 | |
real(kind=psb_dpk_), | public, | parameter | :: | pi | = | 3.14159265358979323846264338327950288d0 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=psb_dpk_), | intent(in) | :: | x | |||
real(kind=psb_dpk_), | intent(in) | :: | y | |||
real(kind=psb_dpk_), | intent(out) | :: | rho | |||
real(kind=psb_dpk_), | intent(out) | :: | theta | |||
logical, | intent(in), | optional | :: | square |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | cprec | |||
integer, | intent(in) | :: | nlev | |||
character(len=*), | intent(in) | :: | cmethod | |||
type(psb_dspmat_type), | intent(in) | :: | a | |||
type(psb_desc_type), | intent(inout) | :: | desc_a | |||
type(psb_dprec_type), | intent(inout) | :: | prec |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(psb_dspmat_type), | intent(in) | :: | a | |||
type(psb_dprec_type), | intent(inout) | :: | prec | |||
real(kind=psb_dpk_), | intent(in) | :: | b(:) | |||
real(kind=psb_dpk_), | intent(inout) | :: | x(:) | |||
type(psb_desc_type), | intent(in) | :: | desc | |||
character(len=*), | intent(in) | :: | cmethod | |||
real(kind=psb_dpk_), | intent(in) | :: | eps | |||
integer, | intent(in) | :: | itmax | |||
integer, | intent(out) | :: | iter | |||
real(kind=psb_dpk_), | intent(out) | :: | err |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=psb_dpk_), | intent(out) | :: | y | |||
real(kind=psb_dpk_), | intent(in) | :: | x | |||
real(kind=psb_dpk_), | intent(in) | :: | y_data(:) | |||
real(kind=psb_dpk_), | intent(in) | :: | xmin | |||
real(kind=psb_dpk_), | intent(in) | :: | dx |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=psb_dpk_), | intent(out) | :: | y(:) | |||
real(kind=psb_dpk_), | intent(in) | :: | x(:) | |||
real(kind=psb_dpk_), | intent(in) | :: | y_data(:) | |||
real(kind=psb_dpk_), | intent(in) | :: | xmin | |||
real(kind=psb_dpk_), | intent(in) | :: | dx |