Millepede-II V04-16-01
Public Member Functions | List of all members
mpdalc::mpalloc Interface Reference

allocate array More...

Public Member Functions

subroutine mpallocdvec (array, length, text)
 allocate (1D) double precision array More...
 
subroutine mpallocfvec (array, length, text)
 allocate (1D) single precision array More...
 
subroutine mpallocivec (array, length, text)
 allocate (1D) integer array More...
 
subroutine mpalloclvec (array, length, text)
 allocate (1D) large integer array More...
 
subroutine mpallocfarr (array, rows, cols, text)
 allocate (2D) single precision array More...
 
subroutine mpallociarr (array, rows, cols, text)
 allocate (2D) INTEGER(mpi) array More...
 
subroutine mpalloclarr (array, rows, cols, text)
 allocate (2D) large integer array More...
 
subroutine mpalloclist (array, length, text)
 allocate (1D) list item array More...
 
subroutine mpalloclistc (array, length, text)
 allocate (1D) character list item array More...
 
subroutine mpalloclisti (array, length, text)
 allocate (1D) character list item array More...
 
subroutine mpalloccvec (array, length, text)
 allocate (1D) character array More...
 

Detailed Description

allocate array

Definition at line 36 of file mpdalc.f90.

Member Function/Subroutine Documentation

◆ mpalloccvec()

subroutine mpdalc::mpalloc::mpalloccvec ( character, dimension(:), intent(inout), allocatable  array,
integer(mpl), intent(in)  length,
character (len=*), intent(in)  text 
)

allocate (1D) character array

Definition at line 164 of file mpdalc.f90.

References mpdalc::mpalloccheck(), and mpdef::mpi.

◆ mpallocdvec()

subroutine mpdalc::mpalloc::mpallocdvec ( real(mpd), dimension(:), intent(inout), allocatable  array,
integer(mpl), intent(in)  length,
character (len=*), intent(in)  text 
)

allocate (1D) double precision array

Definition at line 51 of file mpdalc.f90.

References mpdalc::mpalloccheck(), and mpdef::mpi.

◆ mpallocfarr()

subroutine mpdalc::mpalloc::mpallocfarr ( real(mps), dimension(:,:), intent(inout), allocatable  array,
integer(mpl), intent(in)  rows,
integer(mpl), intent(in)  cols,
character (len=*), intent(in)  text 
)

allocate (2D) single precision array

Definition at line 95 of file mpdalc.f90.

References mpdalc::mpalloccheck(), and mpdef::mpi.

◆ mpallocfvec()

subroutine mpdalc::mpalloc::mpallocfvec ( real(mps), dimension(:), intent(inout), allocatable  array,
integer(mpl), intent(in)  length,
character (len=*), intent(in)  text 
)

allocate (1D) single precision array

Definition at line 62 of file mpdalc.f90.

References mpdalc::mpalloccheck(), and mpdef::mpi.

◆ mpallociarr()

subroutine mpdalc::mpalloc::mpallociarr ( integer(mpi), dimension(:,:), intent(inout), allocatable  array,
integer(mpl), intent(in)  rows,
integer(mpl), intent(in)  cols,
character (len=*), intent(in)  text 
)

allocate (2D) INTEGER(mpi) array

Definition at line 107 of file mpdalc.f90.

References mpdalc::mpalloccheck().

◆ mpallocivec()

subroutine mpdalc::mpalloc::mpallocivec ( integer(mpi), dimension(:), intent(inout), allocatable  array,
integer(mpl), intent(in)  length,
character (len=*), intent(in)  text 
)

allocate (1D) integer array

Definition at line 73 of file mpdalc.f90.

References mpdalc::mpalloccheck().

◆ mpalloclarr()

subroutine mpdalc::mpalloc::mpalloclarr ( integer(mpl), dimension(:,:), intent(inout), allocatable  array,
integer(mpl), intent(in)  rows,
integer(mpl), intent(in)  cols,
character (len=*), intent(in)  text 
)

allocate (2D) large integer array

Definition at line 119 of file mpdalc.f90.

References mpdalc::mpalloccheck(), mpdef::mpi, and mpdef::mpl.

◆ mpalloclist()

subroutine mpdalc::mpalloc::mpalloclist ( type(listitem), dimension(:), intent(inout), allocatable  array,
integer(mpl), intent(in)  length,
character (len=*), intent(in)  text 
)

allocate (1D) list item array

Definition at line 131 of file mpdalc.f90.

References mpdalc::mpalloccheck(), mpdef::mpi, and mpdef::mps.

◆ mpalloclistc()

subroutine mpdalc::mpalloc::mpalloclistc ( type(listitemc), dimension(:), intent(inout), allocatable  array,
integer(mpl), intent(in)  length,
character (len=*), intent(in)  text 
)

allocate (1D) character list item array

Definition at line 142 of file mpdalc.f90.

References mpdef::itemclen, mpdalc::mpalloccheck(), and mpdef::mpi.

◆ mpalloclisti()

subroutine mpdalc::mpalloc::mpalloclisti ( type(listitemi), dimension(:), intent(inout), allocatable  array,
integer(mpl), intent(in)  length,
character (len=*), intent(in)  text 
)

allocate (1D) character list item array

Definition at line 153 of file mpdalc.f90.

References mpdalc::mpalloccheck(), and mpdef::mpi.

◆ mpalloclvec()

subroutine mpdalc::mpalloc::mpalloclvec ( integer(mpl), dimension(:), intent(inout), allocatable  array,
integer(mpl), intent(in)  length,
character (len=*), intent(in)  text 
)

allocate (1D) large integer array

Definition at line 84 of file mpdalc.f90.

References mpdalc::mpalloccheck().


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