| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=real64), | public, | allocatable | :: | dif(:) | |||
| integer(kind=int32), | public | :: | length | ||||
| real(kind=real64), | public, | allocatable | :: | new(:) | |||
| real(kind=real64), | public, | allocatable | :: | old(:,:) | |||
| real(kind=real64), | public, | allocatable | :: | pre(:) | |||
| integer(kind=int32), | public | :: | rank |
| procedure, public, pass(self) :: initialize => initialize_type_variable | |
| procedure, public, pass(self) :: set => type_variable_set | |
| procedure, public, pass(self) :: shift => type_variable_shift |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_variable), | intent(inout) | :: | self | |||
| integer(kind=int32), | intent(in) | :: | length | |||
| integer(kind=int32), | intent(in) | :: | rank |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_variable), | intent(inout) | :: | self | |||
| real(kind=real64), | intent(in) | :: | value(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_variable), | intent(inout) | :: | self | |||
| logical, | intent(in), | optional | :: | reverse |