|
Scrambler
1
|
Collaboration diagram for Spectras::SpectraDef:Public Attributes | |
| TYPE(FieldDef), allocatable | Fields |
| REAL(KIND=qPREC), dimension(:,:), allocatable | Data |
| INTEGER | Level = MAXIMUMSPECTRALEVEL |
| INTEGER, dimension(3, 2) | mB |
| INTEGER | WindowFunction = NO_WINDOW |
| REAL(KIND=qPREC) | kmin |
| REAL(KIND=qPREC) | dk = 1d0 |
| INTEGER | Type = SCALAR_SPECT |
| INTEGER | method = CONSTANT_INTERP |
| TYPE(SpectraDef), pointer | next |
Definition at line 42 of file spectra.f90.
| TYPE(FieldDef), allocatable Fields |
Definition at line 43 of file spectra.f90.
| REAL(KIND=qPREC), dimension(:,:), allocatable Data |
Definition at line 44 of file spectra.f90.
| INTEGER Level = MAXIMUMSPECTRALEVEL |
Definition at line 45 of file spectra.f90.
| INTEGER, dimension(3,2) mB |
Definition at line 46 of file spectra.f90.
| INTEGER WindowFunction = NO_WINDOW |
Definition at line 47 of file spectra.f90.
| REAL(KIND=qPREC) kmin |
Definition at line 48 of file spectra.f90.
| REAL(KIND=qPREC) dk = 1d0 |
Definition at line 49 of file spectra.f90.
| INTEGER Type = SCALAR_SPECT |
Definition at line 50 of file spectra.f90.
| INTEGER method = CONSTANT_INTERP |
Definition at line 51 of file spectra.f90.
| TYPE(SpectraDef), pointer next |
Definition at line 52 of file spectra.f90.