public interface allocate2d_v
Module Procedures
private subroutine allocate1d_v2d(field, d)
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
real,
|
|
|
POINTER
|
:: |
field(:,:) |
|
|
type(distrib),
|
intent(in) |
|
|
:: |
d |
|
private subroutine allocate2d_v2d(field, dim1, d)
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
real,
|
|
|
POINTER
|
:: |
field(:,:,:) |
|
|
integer
|
|
|
|
:: |
dim1 |
|
|
type(distrib),
|
intent(in) |
|
|
:: |
d |
|
private subroutine allocate3d_v2d(field, dim1, dim2, d)
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
real,
|
|
|
POINTER
|
:: |
field(:,:,:,:) |
|
|
integer
|
|
|
|
:: |
dim1 |
|
|
integer
|
|
|
|
:: |
dim2 |
|
|
type(distrib),
|
intent(in) |
|
|
:: |
d |
|