An array of one of 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 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.
◆ p [1/3]
double precision, dimension(:), pointer p |
◆ p [2/3]
double precision, dimension(:,:), pointer p |
◆ p [3/3]
double precision, dimension(:,:,:), pointer p |