Scrambler
1
|
Interface data type. More...
Public Attributes | |
REAL(KIND=qPREC), dimension(3) | position = (/0,0,0/) |
REAL(KIND=qPREC) | RotationMatrix = RESHAPE((/1d0,0d0,0d0,0d0,1d0,0d0,0d0,0d0,1d0/), (/3,3/)) |
REAL(KIND=qPREC), dimension(:,:), allocatable | WaveVector |
REAL(KIND=qPREC), dimension(:), allocatable | amplitude |
REAL(KIND=qPREC), dimension(:), allocatable | phase |
REAL(KIND=qPREC) | HalfWidth = 1e30 |
INTEGER | nWaves = 0 |
INTEGER | iWaves = 0 |
INTEGER | ObjId |
Interface data type.
Definition at line 36 of file interfaces.f90.
REAL(KIND=qPREC), dimension(3) position = (/0,0,0/) |
Definition at line 37 of file interfaces.f90.
REAL(KIND=qPREC) RotationMatrix = RESHAPE((/1d0,0d0,0d0,0d0,1d0,0d0,0d0,0d0,1d0/), (/3,3/)) |
Definition at line 38 of file interfaces.f90.
REAL(KIND=qPREC), dimension(:,:), allocatable WaveVector |
Definition at line 39 of file interfaces.f90.
REAL(KIND=qPREC), dimension(:), allocatable amplitude |
Definition at line 40 of file interfaces.f90.
REAL(KIND=qPREC), dimension(:), allocatable phase |
Definition at line 41 of file interfaces.f90.
REAL(KIND=qPREC) HalfWidth = 1e30 |
Definition at line 42 of file interfaces.f90.
INTEGER nWaves = 0 |
Definition at line 43 of file interfaces.f90.
INTEGER iWaves = 0 |
Definition at line 44 of file interfaces.f90.
INTEGER ObjId |
Definition at line 45 of file interfaces.f90.