My Project
 All Classes Files Functions Variables Macros
allocate_field::allocate_u Interface Reference

Public Member Functions

subroutine allocate1d_u1d (field, d)
subroutine allocate2d_u1d (field, dim1, d)
subroutine allocate3d_u1d (field, dim1, dim2, d)

Detailed Description

Definition at line 3 of file allocate_field_mod.f90.

Member Function/Subroutine Documentation

subroutine allocate_field::allocate_u::allocate1d_u1d ( real, dimension(:), pointer  field,
type(distrib), intent(in)  d 
)

Definition at line 52 of file allocate_field_mod.f90.

subroutine allocate_field::allocate_u::allocate2d_u1d ( real, dimension(:,:), pointer  field,
integer  dim1,
type(distrib), intent(in)  d 
)

Definition at line 68 of file allocate_field_mod.f90.

subroutine allocate_field::allocate_u::allocate3d_u1d ( real, dimension(:,:,:), pointer  field,
integer  dim1,
integer  dim2,
type(distrib), intent(in)  d 
)

Definition at line 84 of file allocate_field_mod.f90.


The documentation for this interface was generated from the following file: