|
subroutine | grow_array_int (array, delta, errorMessage, ERR, ERROR,) |
|
subroutine | grow_array_real (array, delta, errorMessage, ERR, ERROR,) |
|
subroutine | grow_array_components (array, delta, errorMessage, ERR, ERROR,) |
|
Definition at line 393 of file field_IO_routines.f90.
subroutine field_io_routines::grow_array::grow_array_components |
( |
type(field_variable_component_ptr_type), dimension(:), intent(inout), allocatable |
array, |
|
|
integer(intg), intent(in) |
delta, |
|
|
character(len=*), intent(in) |
errorMessage, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
subroutine field_io_routines::grow_array::grow_array_int |
( |
integer(intg), dimension(:), intent(inout), allocatable |
array, |
|
|
integer(intg), intent(in) |
delta, |
|
|
character(len=*), intent(in) |
errorMessage, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
subroutine field_io_routines::grow_array::grow_array_real |
( |
real(c_double), dimension(:), intent(inout), allocatable |
array, |
|
|
integer(intg), intent(in) |
delta, |
|
|
character(len=*), intent(in) |
errorMessage, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |