All Classes Files Functions Variables Pages
mod_init_memory::init_array_real_dp Interface Reference

Interface init_array_real_dp to redirect allocation to n-rank arrays.

Private Member Functions

integer function init_array_rank1_real_dp (t, n1, tname)
 This subroutine allocates real-double-precision-value array of rank 1. More...
 
integer function init_array_rank2_real_dp (t, n1, n2, tname)
 This subroutine allocates real-double-precision-value array of rank 2. More...
 

Detailed Description

Definition at line 139 of file module_init_memory.f90.

Member Function/Subroutine Documentation

integer function mod_init_memory::init_array_real_dp::init_array_rank1_real_dp ( double precision, dimension(:), intent(out), allocatable  t,
integer, intent(in)  n1,
character(len=*), intent(in)  tname 
)
private
Parameters
t: real-double-precision-value array to be allocated
n1: size of the array
tname: name of the array

Definition at line 178 of file module_init_memory.f90.

integer function mod_init_memory::init_array_real_dp::init_array_rank2_real_dp ( double precision, dimension(:,:), intent(out), allocatable  t,
integer, intent(in)  n1,
integer, intent(in)  n2,
character(len=*), intent(in)  tname 
)
private
Parameters
t: real-double-precision-value array to be allocated –> t(n2,n1)
n1: size of the dimension 1 of the array
n2: size of the dimension 2 of the array
tname: name of the array

Definition at line 220 of file module_init_memory.f90.


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