An array of one of these these derived types can be used to manage a set of pointers (Fortran not allow arrays of pointers directly, so this technique is a classical workaround.
More...
|
double precision, dimension(:), pointer | p |
| rank 1 array pointer More...
|
|
double precision, dimension(:,:), pointer | p |
| rank 2 array pointer More...
|
|
double precision, dimension(:,:,:), pointer | p |
| rank 3 array pointer More...
|
|
An array of one of these these derived types can be used to manage a set of pointers (Fortran not allow arrays of pointers directly, so this technique is a classical workaround.
double precision, dimension(:), pointer p |
double precision, dimension(:,:), pointer p |
double precision, dimension(:,:,:), pointer p |