Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=:), | public, | allocatable | :: | type |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(abst_ic), | intent(in) | :: | self | |||
type(type_domain), | intent(in) | :: | domain | |||
type(type_variable), | intent(inout) | :: | variable |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(abst_ic), | intent(inout) | :: | self | |||
type(type_input), | intent(in) | :: | input | |||
character(len=*), | intent(in) | :: | initial_target |
type, abstract :: abst_ic character(:), allocatable :: type contains procedure(abst_ic_initialize), pass(self), deferred :: initialize !& procedure(abst_ic_apply), pass(self), deferred :: apply !& end type abst_ic