OpenCMISS-Iron Internal API Documentation
field_io_routines::grow_array Interface Reference

Private Member Functions

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,)
 

Detailed Description

Definition at line 393 of file field_IO_routines.f90.

Member Function/Subroutine Documentation

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
Parameters
[out]errThe error code
[out]errorThe error string

Definition at line 713 of file field_IO_routines.f90.

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
Parameters
[out]errThe error code
[out]errorThe error string

Definition at line 635 of file field_IO_routines.f90.

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
Parameters
[out]errThe error code
[out]errorThe error string

Definition at line 674 of file field_IO_routines.f90.