Millepede-II V04-17-03
|
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... | |
allocate array
Definition at line 36 of file mpdalc.f90.
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.
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.
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.
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.
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().
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().
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.
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.
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.
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.
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().