Scrambler
1
|
Contains information about stencil pieces used in the hyperbolic solve. More...
Public Attributes | |
INTEGER, dimension(-10:10) | x |
INTEGER, dimension(3, 2) | range = RESHAPE( (/100,100,100,-100,-100,-100/), (/ 3,2 /) ) |
INTEGER | lead = -100 |
INTEGER | trail = 100 |
INTEGER | lag |
INTEGER | rank = -1 |
INTEGER | NrVars = 0 |
LOGICAL | needed = .false. |
CHARACTER(LEN=16) | description |
LOGICAL | clear = .false. |
Contains information about stencil pieces used in the hyperbolic solve.
Definition at line 29 of file stencil_declarations.f90.
INTEGER, dimension(-10:10) x |
Definition at line 30 of file stencil_declarations.f90.
INTEGER, dimension(3,2) range = RESHAPE( (/100,100,100,-100,-100,-100/), (/ 3,2 /) ) |
Definition at line 31 of file stencil_declarations.f90.
INTEGER lead = -100 |
Definition at line 32 of file stencil_declarations.f90.
INTEGER trail = 100 |
Definition at line 33 of file stencil_declarations.f90.
INTEGER lag |
Definition at line 34 of file stencil_declarations.f90.
INTEGER rank = -1 |
Definition at line 35 of file stencil_declarations.f90.
INTEGER NrVars = 0 |
Definition at line 36 of file stencil_declarations.f90.
LOGICAL needed = .false. |
Definition at line 37 of file stencil_declarations.f90.
CHARACTER(LEN=16) description |
Definition at line 38 of file stencil_declarations.f90.
LOGICAL clear = .false. |
Definition at line 39 of file stencil_declarations.f90.