MethodTypeDirect Derived Type

type, public :: MethodTypeDirect


Inherited by

type~~methodtypedirect~~InheritedByGraph type~methodtypedirect MethodTypeDirect type~directmethod DirectMethod type~directmethod->type~methodtypedirect method_type type~linalg linalg type~linalg->type~directmethod direct

Components

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

Source Code

    type :: MethodTypeDirect
        integer :: id
        character(LEN=64) :: name
    end type MethodTypeDirect