relaxation_factor_used Derived Type

type, public :: relaxation_factor_used


Inherited by

type~~relaxation_factor_used~~InheritedByGraph type~relaxation_factor_used relaxation_factor_used type~iterativemethod IterativeMethod type~iterativemethod->type~relaxation_factor_used relaxation_factor, relaxation_factor_preconditioner type~linalg linalg type~linalg->type~iterativemethod iterative

Components

Type Visibility Attributes Name Initial
integer, public :: id
character(kind=ucs4, len=64), public :: name

Source Code

    type :: relaxation_factor_used
        integer :: id
        character(KIND=ucs4, LEN=64) :: name
    end type relaxation_factor_used