Definition at line 399 of file field_IO_routines.f90.
subroutine field_io_routines::checked_deallocate::checked_deallocate_2d_int |
( |
integer(intg), dimension(:,:), intent(inout), allocatable |
array | ) |
|
|
private |
subroutine field_io_routines::checked_deallocate::checked_deallocate_basis |
( |
type(basis_ptr_type), dimension(:), intent(inout), allocatable |
array | ) |
|
|
private |
subroutine field_io_routines::checked_deallocate::checked_deallocate_components |
( |
type(field_variable_component_ptr_type), dimension(:), intent(inout), allocatable |
array | ) |
|
|
private |
subroutine field_io_routines::checked_deallocate::checked_deallocate_elements |
( |
type(mesh_elements_type_ptr_type), dimension(:), intent(inout), allocatable |
array | ) |
|
|
private |
subroutine field_io_routines::checked_deallocate::checked_deallocate_field |
( |
type(field_ptr_type), dimension(:), intent(inout), allocatable |
array | ) |
|
|
private |
subroutine field_io_routines::checked_deallocate::checked_deallocate_int |
( |
integer(intg), dimension(:), intent(inout), allocatable |
array | ) |
|
|
private |
subroutine field_io_routines::checked_deallocate::checked_deallocate_real |
( |
real(dp), dimension(:), intent(inout), allocatable |
array | ) |
|
|
private |
subroutine field_io_routines::checked_deallocate::checked_deallocate_str |
( |
type(varying_string), dimension(:), intent(inout), allocatable |
array | ) |
|
|
private |