MethodTypeIterative Derived Type

type, public :: MethodTypeIterative


Inherited by

type~~methodtypeiterative~~InheritedByGraph type~methodtypeiterative MethodTypeIterative type~iterativemethod IterativeMethod type~iterativemethod->type~methodtypeiterative method_type type~linalg linalg type~linalg->type~iterativemethod iterative

Components

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

Source Code

    type :: MethodTypeIterative
        integer :: id
        character(LEN=64) :: name
        character(LEN=64) :: name2 = ""
    end type MethodTypeIterative