type_iterator_config Derived Type

type, private :: type_iterator_config


Inherits

type~~type_iterator_config~~InheritsGraph type~type_iterator_config type_iterator_config type~type_convergence type_convergence type~type_iterator_config->type~type_convergence convergence type~type_convergence_criteria type_convergence_criteria type~type_convergence->type~type_convergence_criteria residual, update

Inherited by

type~~type_iterator_config~~InheritedByGraph type~type_iterator_config type_iterator_config type~type_iteration type_iteration type~type_iteration->type~type_iterator_config config type~type_controls type_controls type~type_controls->type~type_iteration iteration type~type_ftdss type_ftdss type~type_ftdss->type~type_controls controls

Components

Type Visibility Attributes Name Initial
type(type_convergence), public :: convergence
integer(kind=int32), public :: max_iterations
integer(kind=int32), public :: update_frequency

Source Code

    type, private :: type_iterator_config
        integer(int32) :: max_iterations
        integer(int32) :: update_frequency
        type(type_convergence) :: convergence
    end type type_iterator_config