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

Private Member Functions

subroutine checked_deallocate_int (array)
 
subroutine checked_deallocate_real (array)
 
subroutine checked_deallocate_2d_int (array)
 
subroutine checked_deallocate_str (array)
 
subroutine checked_deallocate_components (array)
 
subroutine checked_deallocate_elements (array)
 
subroutine checked_deallocate_basis (array)
 
subroutine checked_deallocate_field (array)
 

Detailed Description

Definition at line 399 of file field_IO_routines.f90.

Member Function/Subroutine Documentation

subroutine field_io_routines::checked_deallocate::checked_deallocate_2d_int ( integer(intg), dimension(:,:), intent(inout), allocatable  array)
private

Definition at line 778 of file field_IO_routines.f90.

subroutine field_io_routines::checked_deallocate::checked_deallocate_basis ( type(basis_ptr_type), dimension(:), intent(inout), allocatable  array)
private

Definition at line 830 of file field_IO_routines.f90.

subroutine field_io_routines::checked_deallocate::checked_deallocate_components ( type(field_variable_component_ptr_type), dimension(:), intent(inout), allocatable  array)
private

Definition at line 791 of file field_IO_routines.f90.

subroutine field_io_routines::checked_deallocate::checked_deallocate_elements ( type(mesh_elements_type_ptr_type), dimension(:), intent(inout), allocatable  array)
private

Definition at line 817 of file field_IO_routines.f90.

subroutine field_io_routines::checked_deallocate::checked_deallocate_field ( type(field_ptr_type), dimension(:), intent(inout), allocatable  array)
private

Definition at line 842 of file field_IO_routines.f90.

subroutine field_io_routines::checked_deallocate::checked_deallocate_int ( integer(intg), dimension(:), intent(inout), allocatable  array)
private

Definition at line 752 of file field_IO_routines.f90.

subroutine field_io_routines::checked_deallocate::checked_deallocate_real ( real(dp), dimension(:), intent(inout), allocatable  array)
private

Definition at line 765 of file field_IO_routines.f90.

subroutine field_io_routines::checked_deallocate::checked_deallocate_str ( type(varying_string), dimension(:), intent(inout), allocatable  array)
private

Definition at line 804 of file field_IO_routines.f90.