Type | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|
type(SpectreAnalysis_) | :: | speana | ||||
type(IO_) | :: | f | ||||
real(kind=real64), | allocatable | :: | t(:) | |||
real(kind=real64), | allocatable | :: | x(:) | |||
real(kind=real64), | allocatable | :: | y(:) | |||
real(kind=real64), | allocatable | :: | z(:) | |||
type(Math_) | :: | math | ||||
type(Random_) | :: | random | ||||
complex(kind=complex64), | allocatable | :: | FourierSpectrum(:) | |||
real(kind=real64), | allocatable | :: | freq(:) | |||
real(kind=real64), | allocatable | :: | PowerSpectrum(:) | |||
integer(kind=int32) | :: | i | ||||
integer(kind=int32) | :: | j | ||||
integer(kind=int32) | :: | k | ||||
real(kind=real64) | :: | time | ||||
real(kind=real64) | :: | w | ||||
character(len=:), | allocatable | :: | filepath |