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...
 Collaboration diagram for Containers to Fortran array pointers.:
 Collaboration diagram for Containers to Fortran array pointers.:| Data Types | |
| type | pmapper_double_r1 | 
| container for rank 1 double precision array pointer.  More... | |
| type | pmapper_double_r2 | 
| container for rank 2 double precision array pointer.  More... | |
| Variables | |
| double precision, dimension(:), pointer | p | 
| rank 1 array pointer  More... | |
| double precision, dimension(:,:), pointer | p | 
| rank 2 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.
| double precision, dimension(:), pointer p | 
rank 1 array pointer
| double precision, dimension(:,:), pointer p | 
rank 2 array pointer