|
Scrambler
1
|
Collaboration diagram for StencilDeclarations::StencilBufferDef:Public Attributes | |
| INTEGER, dimension(3, 2) | range |
| INTEGER | start |
| INTEGER | finish |
| REAL(KIND=qPREC), dimension(:,:,:,:,:), pointer | data = > NULL() |
| INTEGER, dimension(-10:10) | x |
Definition at line 43 of file stencil_declarations.f90.
| INTEGER, dimension(3,2) range |
Definition at line 44 of file stencil_declarations.f90.
| INTEGER start |
Definition at line 45 of file stencil_declarations.f90.
| INTEGER finish |
Definition at line 46 of file stencil_declarations.f90.
| REAL(KIND=qPREC), dimension(:,:,:,:,:), pointer data = > NULL() |
Definition at line 47 of file stencil_declarations.f90.
| INTEGER, dimension(-10:10) x |
Definition at line 48 of file stencil_declarations.f90.