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

Private Member Functions

subroutine reallocate_int (array, newSize, errorMessage, ERR, ERROR,)
 
subroutine reallocate_real (array, newSize, errorMessage, ERR, ERROR,)
 
subroutine reallocate_string (array, newSize, errorMessage, ERR, ERROR,)
 
subroutine reallocate_elements (array, newSize, errorMessage, ERR, ERROR,)
 
subroutine reallocate_components (array, newSize, errorMessage, ERR, ERROR,)
 
subroutine reallocate_basis (array, newSize, errorMessage, ERR, ERROR,)
 
subroutine reallocate_field (array, newSize, errorMessage, ERR, ERROR,)
 

Detailed Description

Definition at line 383 of file field_IO_routines.f90.

Member Function/Subroutine Documentation

subroutine field_io_routines::reallocate::reallocate_basis ( type(basis_ptr_type), dimension(:), intent(inout), allocatable  array,
integer(intg), intent(in)  newSize,
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 528 of file field_IO_routines.f90.

subroutine field_io_routines::reallocate::reallocate_components ( type(field_variable_component_ptr_type), dimension(:), intent(inout), allocatable  array,
integer(intg), intent(in)  newSize,
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 502 of file field_IO_routines.f90.

subroutine field_io_routines::reallocate::reallocate_elements ( type(mesh_elements_type_ptr_type), dimension(:), intent(inout), allocatable  array,
integer(intg), intent(in)  newSize,
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 580 of file field_IO_routines.f90.

subroutine field_io_routines::reallocate::reallocate_field ( type(field_ptr_type), dimension(:), intent(inout), allocatable  array,
integer(intg), intent(in)  newSize,
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 554 of file field_IO_routines.f90.

subroutine field_io_routines::reallocate::reallocate_int ( integer(intg), dimension(:), intent(inout), allocatable  array,
integer(intg), intent(in)  newSize,
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 420 of file field_IO_routines.f90.

subroutine field_io_routines::reallocate::reallocate_real ( real(dp), dimension(:), intent(inout), allocatable  array,
integer(intg), intent(in)  newSize,
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 448 of file field_IO_routines.f90.

subroutine field_io_routines::reallocate::reallocate_string ( type(varying_string), dimension(:), intent(inout), allocatable  array,
integer(intg), intent(in)  newSize,
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 476 of file field_IO_routines.f90.