Type | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|
real(kind=real64), | parameter | :: | dt | = | 0.010d0 | |
type(Random_) | :: | random | ||||
type(Math_) | :: | math | ||||
type(IO_) | :: | f | ||||
integer(kind=int32) | :: | i | ||||
integer(kind=int32) | :: | j | ||||
real(kind=real64) | :: | ratio | = | 10000.0d0 | ||
real(kind=real64), | allocatable | :: | dataset1(:) | |||
real(kind=real64), | allocatable | :: | dataset2(:) | |||
real(kind=real64), | allocatable | :: | dataset0(:) | |||
real(kind=real64), | allocatable | :: | darray1(:,:) | |||
real(kind=real64), | allocatable | :: | darray2(:,:) |