Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_dp_2d), | intent(inout) | :: | a | |||
class(type_dp_2d), | intent(in) | :: | b |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_dp_3d), | intent(inout) | :: | a | |||
class(type_dp_3d), | intent(in) | :: | b |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_int_2d), | intent(inout) | :: | a | |||
class(type_int_2d), | intent(in) | :: | b |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_int_3d), | intent(inout) | :: | a | |||
class(type_int_3d), | intent(in) | :: | b |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=real64), | public, | allocatable | :: | x(:) | |||
real(kind=real64), | public, | allocatable | :: | y(:) |
procedure, public, pass(self) :: destroy => type_dp_2d_destroy | |
procedure, public, pass(self) :: initialize => type_dp_2d_initialize |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=real64), | public, | allocatable | :: | x(:) | |||
real(kind=real64), | public, | allocatable | :: | y(:) | |||
real(kind=real64), | public, | allocatable | :: | z(:) |
procedure, public, pass(self) :: initialize => type_dp_3d_initialize |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer(kind=int32), | public, | allocatable | :: | x(:) | |||
integer(kind=int32), | public, | allocatable | :: | y(:) |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer(kind=int32), | public, | allocatable | :: | x(:) | |||
integer(kind=int32), | public, | allocatable | :: | y(:) | |||
integer(kind=int32), | public, | allocatable | :: | z(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_dp_2d), | intent(inout) | :: | a | |||
class(type_dp_2d), | intent(in) | :: | b |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_dp_2d), | intent(inout) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_dp_2d), | intent(inout) | :: | self | |||
integer(kind=int32), | intent(in) | :: | length | |||
real(kind=real64), | intent(in), | optional | :: | initialize_value |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_dp_3d), | intent(inout) | :: | a | |||
class(type_dp_3d), | intent(in) | :: | b |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_dp_3d), | intent(inout) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_dp_3d), | intent(inout) | :: | self | |||
integer(kind=int32), | intent(in) | :: | length | |||
real(kind=real64), | intent(in), | optional | :: | initialize_value |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_int_2d), | intent(inout) | :: | a | |||
class(type_int_2d), | intent(in) | :: | b |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_int_2d), | intent(inout) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_int_2d), | intent(inout) | :: | self | |||
integer(kind=int32), | intent(in) | :: | length | |||
integer(kind=int32), | intent(in), | optional | :: | initialize_value |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_int_3d), | intent(inout) | :: | a | |||
class(type_int_3d), | intent(in) | :: | b |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_int_3d), | intent(inout) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_int_3d), | intent(inout) | :: | self | |||
integer(kind=int32), | intent(in) | :: | length | |||
integer(kind=int32), | intent(in), | optional | :: | initialize_value |