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 => type_variable_initialize | |
procedure, public, pass(self) :: predict => type_variable_predict | |
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) | :: | dt1 | |||
real(kind=real64), | intent(in), | optional | :: | dt2 | ||
real(kind=real64), | intent(in), | optional | :: | dt3 |
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 |