MFIX  2016-1
resize Module Reference

Functions/Subroutines

subroutine, public byte_grow (byte_array, new_size)
 
subroutine, public integer_grow (integer_array, new_size)
 
subroutine, public integer_grow2_reverse (integer_array, new_size)
 
subroutine, public integer_grow2 (integer_array, new_size)
 
subroutine, public logical_grow (logical_array, new_size)
 
subroutine, public logical_grow2 (logical_array, new_size)
 
subroutine, public real_grow (real_array, new_size)
 
subroutine, public real_grow2 (real_array, new_size)
 
subroutine, public real_grow2_reverse (real_array, new_size)
 
subroutine, public real_grow3 (real_array, new_size)
 
subroutine, public logical_grow2_reverse (real_array, new_size)
 

Function/Subroutine Documentation

subroutine, public resize::byte_grow ( integer(kind=1), dimension(:), intent(inout), allocatable  byte_array,
integer, intent(in)  new_size 
)

Definition at line 18 of file resize.f.

Here is the caller graph for this function:

subroutine, public resize::integer_grow ( integer, dimension(:), intent(inout), allocatable  integer_array,
integer, intent(in)  new_size 
)

Definition at line 33 of file resize.f.

Here is the caller graph for this function:

subroutine, public resize::integer_grow2 ( integer, dimension(:,:), intent(inout), allocatable  integer_array,
integer, intent(in)  new_size 
)

Definition at line 64 of file resize.f.

Here is the caller graph for this function:

subroutine, public resize::integer_grow2_reverse ( integer, dimension(:,:), intent(inout), allocatable  integer_array,
integer, intent(in)  new_size 
)

Definition at line 48 of file resize.f.

Here is the caller graph for this function:

subroutine, public resize::logical_grow ( logical, dimension(:), intent(inout), allocatable  logical_array,
integer, intent(in)  new_size 
)

Definition at line 80 of file resize.f.

Here is the caller graph for this function:

subroutine, public resize::logical_grow2 ( logical, dimension(:,:), intent(inout), allocatable  logical_array,
integer, intent(in)  new_size 
)

Definition at line 95 of file resize.f.

subroutine, public resize::logical_grow2_reverse ( logical, dimension(:,:), intent(inout), allocatable  real_array,
integer, intent(in)  new_size 
)

Definition at line 175 of file resize.f.

subroutine, public resize::real_grow ( double precision, dimension(:), intent(inout), allocatable  real_array,
integer, intent(in)  new_size 
)

Definition at line 111 of file resize.f.

Here is the caller graph for this function:

subroutine, public resize::real_grow2 ( double precision, dimension(:,:), intent(inout), allocatable  real_array,
integer, intent(in)  new_size 
)

Definition at line 126 of file resize.f.

Here is the caller graph for this function:

subroutine, public resize::real_grow2_reverse ( double precision, dimension(:,:), intent(inout), allocatable  real_array,
integer, intent(in)  new_size 
)

Definition at line 142 of file resize.f.

Here is the caller graph for this function:

subroutine, public resize::real_grow3 ( double precision, dimension(:,:,:), intent(inout), allocatable  real_array,
integer, intent(in)  new_size 
)

Definition at line 158 of file resize.f.

Here is the caller graph for this function: