Scrambler
1
|
Perturbation data type. More...
Public Attributes | |
INTEGER | nWaves = 0 |
INTEGER | iWaves = 0 |
INTEGER | Type = 0 |
INTEGER | geometry = 0 |
REAL(KIND=qPREC), dimension(:,:), allocatable | WaveVector |
REAL(KIND=qPREC), dimension(:), allocatable | amplitude |
REAL(KIND=qPREC), dimension(:), allocatable | phase |
INTEGER | ObjId |
Perturbation data type.
Definition at line 41 of file perturbations.f90.
INTEGER nWaves = 0 |
Definition at line 42 of file perturbations.f90.
INTEGER iWaves = 0 |
Definition at line 43 of file perturbations.f90.
INTEGER Type = 0 |
Definition at line 44 of file perturbations.f90.
INTEGER geometry = 0 |
Definition at line 45 of file perturbations.f90.
REAL(KIND=qPREC), dimension(:,:), allocatable WaveVector |
Definition at line 46 of file perturbations.f90.
REAL(KIND=qPREC), dimension(:), allocatable amplitude |
Definition at line 47 of file perturbations.f90.
REAL(KIND=qPREC), dimension(:), allocatable phase |
Definition at line 48 of file perturbations.f90.
INTEGER ObjId |
Definition at line 49 of file perturbations.f90.