Choral
Private Member Functions | List of all members
real_type::allocmem Interface Reference

allocate memory for real(RP) arrays More...

Collaboration diagram for real_type::allocmem:
Collaboration graph

Private Member Functions

subroutine alloc_ra1d (p, n)
 allocate a one-dimensional real allocatable array More...
 
subroutine alloc_ra2d (p, n1, n2)
 allocate a two-dimensional real allocatable array More...
 
subroutine alloc_ra3d (p, n1, n2, n3)
 allocate a 3-dimensional real allocatable array More...
 

Detailed Description

allocate memory for real(RP) arrays

Definition at line 158 of file real_type.F90.

Member Function/Subroutine Documentation

◆ alloc_ra1d()

subroutine real_type::allocmem::alloc_ra1d ( real(rp), dimension(:), allocatable  p,
integer, intent(in)  n 
)
private

allocate a one-dimensional real allocatable array

Definition at line 231 of file real_type.F90.

◆ alloc_ra2d()

subroutine real_type::allocmem::alloc_ra2d ( real(rp), dimension(:,:), allocatable  p,
integer, intent(in)  n1,
integer, intent(in)  n2 
)
private

allocate a two-dimensional real allocatable array

Definition at line 247 of file real_type.F90.

◆ alloc_ra3d()

subroutine real_type::allocmem::alloc_ra3d ( real(rp), dimension(:,:,:), allocatable  p,
integer, intent(in)  n1,
integer, intent(in)  n2,
integer, intent(in)  n3 
)
private

allocate a 3-dimensional real allocatable array

Definition at line 263 of file real_type.F90.


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