Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(iterating), | intent(out) | :: | iter | |||
character(len=*), | intent(in) | :: | input_file | |||
character(len=*), | intent(in) | :: | sec | |||
integer, | intent(in) | :: | itype |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(iterating), | intent(in) | :: | iter |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(iterating), | intent(in) | :: | iter |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(iterating), | intent(inout) | :: | iter |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(iterating), | intent(in) | :: | iter |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(iterating) | :: | iter |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(iterating), | intent(in) | :: | iter |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(iterating) | :: | iter |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(iterating), | intent(inout) | :: | iter |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(iterating), | intent(in) | :: | iter | |||
real(kind=psb_dpk_), | intent(in), | optional | :: | eps |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(iterating), | intent(in) | :: | iter |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=psb_dpk_), | private | :: | delta | ||||
integer, | private | :: | icurrent | ||||
integer, | private | :: | nmax | ||||
real(kind=psb_dpk_), | private | :: | tol |
procedure, public :: create_iterating | |
procedure, public :: current_iteration | |
procedure, public :: delta_ | |
generic, public :: increment => increment_iterating | |
generic, public :: nemo_sizeof => nemo_iterating_sizeof | |
procedure, public :: next_iteration | |
procedure, public :: nmax_ | |
procedure, public :: previous_iteration | |
generic, public :: reset => reset_iterating | |
procedure, public :: stop_iterating | |
procedure, public :: tol_ | |
procedure, private :: increment_iterating | |
procedure, private :: nemo_iterating_sizeof | |
procedure, private :: reset_iterating |