allocate2d_u Interface

public interface allocate2d_u

Called by

interface~~allocate2d_u~~CalledByGraph interface~allocate2d_u allocate2d_u proc~groupe_allocate groupe_allocate proc~groupe_allocate->interface~allocate2d_u proc~caladvtrac_allocate caladvtrac_allocate proc~caladvtrac_allocate->proc~groupe_allocate proc~leapfrog_allocate leapfrog_allocate proc~leapfrog_allocate->proc~caladvtrac_allocate proc~leapfrog_loc leapfrog_loc proc~leapfrog_loc->proc~leapfrog_allocate program~gcm gcm program~gcm->proc~leapfrog_loc

Contents


Module Procedures

private subroutine allocate1d_u2d(field, d)

Arguments

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

private subroutine allocate2d_u2d(field, dim1, d)

Arguments

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

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

Arguments

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