| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=:), | private, | allocatable | :: | algorithm | |||
| type(type_iterator_config), | private | :: | config | ||||
| real(kind=real64), | private | :: | init_res_norm_inf | = | 0.0d0 | ||
| real(kind=real64), | private | :: | init_res_norm_l2 | = | 0.0d0 | ||
| real(kind=real64), | private | :: | init_upd_norm_inf | = | 0.0d0 | ||
| real(kind=real64), | private | :: | init_upd_norm_l2 | = | 0.0d0 | ||
| logical, | private | :: | is_converged | = | .false. | ||
| integer(kind=int32), | private | :: | iter | = | 0 | ||
| integer(kind=int32), | private | :: | step | = | 0 |
| procedure, public, pass(self) :: check_convergence | |
| procedure, public, pass(self) :: get_algorithm_name | |
| procedure, public, pass(self) :: get_iter | |
| procedure, public, pass(self) :: get_step | |
| procedure, public, pass(self) :: has_converged => get_status | |
| procedure, public, pass(self) :: increment_iter | |
| procedure, public, pass(self) :: increment_step | |
| procedure, public, pass(self) :: initialize => initialize_type_iteration | |
| procedure, public, pass(self) :: reset_step | |
| procedure, public, pass(self) :: reset_timestep | |
| procedure, public, pass(self) :: set_initial_norms | |
| procedure, public, pass(self) :: should_continue => continue_loop |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| type(type_convergence), | public | :: | convergence | ||||
| integer(kind=int32), | public | :: | max_iterations | ||||
| integer(kind=int32), | public | :: | update_frequency |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_iteration), | intent(in) | :: | self |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_iteration), | intent(in) | :: | self |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_iteration), | intent(in) | :: | self |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_iteration), | intent(in) | :: | self |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_iteration), | intent(in) | :: | self |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_iteration), | intent(inout) | :: | self | |||
| real(kind=real64), | intent(in) | :: | res_vec(:) | |||
| real(kind=real64), | intent(in) | :: | upd_vec(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_iteration), | intent(inout) | :: | self |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_iteration), | intent(inout) | :: | self |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_iteration), | intent(out) | :: | self | |||
| type(type_input), | intent(in) | :: | input |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_iteration), | intent(inout) | :: | self |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_iteration), | intent(inout) | :: | self |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_iteration), | intent(inout) | :: | self | |||
| real(kind=real64), | intent(in), | optional | :: | res_vec(:) | ||
| real(kind=real64), | intent(in), | optional | :: | upd_vec(:) |