allocate2d_v Interface

public interface allocate2d_v

Contents


Module Procedures

private subroutine allocate1d_v2d(field, d)

Arguments

Type IntentOptional Attributes Name
real, POINTER :: field(:,:)
type(distrib), intent(in) :: d

private subroutine allocate2d_v2d(field, dim1, d)

Arguments

Type IntentOptional Attributes Name
real, POINTER :: field(:,:,:)
integer :: dim1
type(distrib), intent(in) :: d

private subroutine allocate3d_v2d(field, dim1, dim2, d)

Arguments

Type IntentOptional Attributes Name
real, POINTER :: field(:,:,:,:)
integer :: dim1
integer :: dim2
type(distrib), intent(in) :: d