Appearance
fundal_dev_free_unstructured
FUNDAL, memory free routines module, unstructured model.
Source: src/lib/fundal_dev_free_unstructured.F90
Dependencies
Contents
- dev_free_unstr
- dev_free_R8P_1D
- dev_free_R8P_2D
- dev_free_R8P_3D
- dev_free_R8P_4D
- dev_free_R8P_5D
- dev_free_R8P_6D
- dev_free_R8P_7D
- dev_free_R4P_1D
- dev_free_R4P_2D
- dev_free_R4P_3D
- dev_free_R4P_4D
- dev_free_R4P_5D
- dev_free_R4P_6D
- dev_free_R4P_7D
- dev_free_I8P_1D
- dev_free_I8P_2D
- dev_free_I8P_3D
- dev_free_I8P_4D
- dev_free_I8P_5D
- dev_free_I8P_6D
- dev_free_I8P_7D
- dev_free_I4P_1D
- dev_free_I4P_2D
- dev_free_I4P_3D
- dev_free_I4P_4D
- dev_free_I4P_5D
- dev_free_I4P_6D
- dev_free_I4P_7D
- dev_free_I2P_1D
- dev_free_I2P_2D
- dev_free_I2P_3D
- dev_free_I2P_4D
- dev_free_I2P_5D
- dev_free_I2P_6D
- dev_free_I2P_7D
- dev_free_I1P_1D
- dev_free_I1P_2D
- dev_free_I1P_3D
- dev_free_I1P_4D
- dev_free_I1P_5D
- dev_free_I1P_6D
- dev_free_I1P_7D
Interfaces
dev_free_unstr
Free device memory, unstructured model.
Module procedures: dev_free_R8P_1D, dev_free_R8P_2D, dev_free_R8P_3D, dev_free_R8P_4D, dev_free_R8P_5D, dev_free_R8P_6D, dev_free_R8P_7D, dev_free_R4P_1D, dev_free_R4P_2D, dev_free_R4P_3D, dev_free_R4P_4D, dev_free_R4P_5D, dev_free_R4P_6D, dev_free_R4P_7D, dev_free_I8P_1D, dev_free_I8P_2D, dev_free_I8P_3D, dev_free_I8P_4D, dev_free_I8P_5D, dev_free_I8P_6D, dev_free_I8P_7D, dev_free_I4P_1D, dev_free_I4P_2D, dev_free_I4P_3D, dev_free_I4P_4D, dev_free_I4P_5D, dev_free_I4P_6D, dev_free_I4P_7D, dev_free_I2P_1D, dev_free_I2P_2D, dev_free_I2P_3D, dev_free_I2P_4D, dev_free_I2P_5D, dev_free_I2P_6D, dev_free_I2P_7D, dev_free_I1P_1D, dev_free_I1P_2D, dev_free_I1P_3D, dev_free_I1P_4D, dev_free_I1P_5D, dev_free_I1P_6D, dev_free_I1P_7D
Subroutines
dev_free_R8P_1D
Free array from device, R8P kind, rank 1.
fortran
subroutine dev_free_R8P_1D(fptr)Arguments
| Name | Type | Intent | Attributes | Description |
|---|---|---|---|---|
fptr | real(kind=R8P) | inout | Memory device pointer. |
dev_free_R8P_2D
Free array from device, R8P kind, rank 2.
fortran
subroutine dev_free_R8P_2D(fptr)Arguments
| Name | Type | Intent | Attributes | Description |
|---|---|---|---|---|
fptr | real(kind=R8P) | inout | Memory device pointer. |
dev_free_R8P_3D
Free array from device, R8P kind, rank 3.
fortran
subroutine dev_free_R8P_3D(fptr)Arguments
| Name | Type | Intent | Attributes | Description |
|---|---|---|---|---|
fptr | real(kind=R8P) | inout | Memory device pointer. |
dev_free_R8P_4D
Free array from device, R8P kind, rank 4.
fortran
subroutine dev_free_R8P_4D(fptr)Arguments
| Name | Type | Intent | Attributes | Description |
|---|---|---|---|---|
fptr | real(kind=R8P) | inout | Memory device pointer. |
dev_free_R8P_5D
Free array from device, R8P kind, rank 5.
fortran
subroutine dev_free_R8P_5D(fptr)Arguments
| Name | Type | Intent | Attributes | Description |
|---|---|---|---|---|
fptr | real(kind=R8P) | inout | Memory device pointer. |
dev_free_R8P_6D
Free array from device, R8P kind, rank 6.
fortran
subroutine dev_free_R8P_6D(fptr)Arguments
| Name | Type | Intent | Attributes | Description |
|---|---|---|---|---|
fptr | real(kind=R8P) | inout | Memory device pointer. |
dev_free_R8P_7D
Free array from device, R8P kind, rank 7.
fortran
subroutine dev_free_R8P_7D(fptr)Arguments
| Name | Type | Intent | Attributes | Description |
|---|---|---|---|---|
fptr | real(kind=R8P) | inout | Memory device pointer. |
dev_free_R4P_1D
Free array from device, R4P kind, rank 1.
fortran
subroutine dev_free_R4P_1D(fptr)Arguments
| Name | Type | Intent | Attributes | Description |
|---|---|---|---|---|
fptr | real(kind=R4P) | inout | Memory device pointer. |
dev_free_R4P_2D
Free array from device, R4P kind, rank 2.
fortran
subroutine dev_free_R4P_2D(fptr)Arguments
| Name | Type | Intent | Attributes | Description |
|---|---|---|---|---|
fptr | real(kind=R4P) | inout | Memory device pointer. |
dev_free_R4P_3D
Free array from device, R4P kind, rank 3.
fortran
subroutine dev_free_R4P_3D(fptr)Arguments
| Name | Type | Intent | Attributes | Description |
|---|---|---|---|---|
fptr | real(kind=R4P) | inout | Memory device pointer. |
dev_free_R4P_4D
Free array from device, R4P kind, rank 4.
fortran
subroutine dev_free_R4P_4D(fptr)Arguments
| Name | Type | Intent | Attributes | Description |
|---|---|---|---|---|
fptr | real(kind=R4P) | inout | Memory device pointer. |
dev_free_R4P_5D
Free array from device, R4P kind, rank 5.
fortran
subroutine dev_free_R4P_5D(fptr)Arguments
| Name | Type | Intent | Attributes | Description |
|---|---|---|---|---|
fptr | real(kind=R4P) | inout | Memory device pointer. |
dev_free_R4P_6D
Free array from device, R4P kind, rank 6.
fortran
subroutine dev_free_R4P_6D(fptr)Arguments
| Name | Type | Intent | Attributes | Description |
|---|---|---|---|---|
fptr | real(kind=R4P) | inout | Memory device pointer. |
dev_free_R4P_7D
Free array from device, R4P kind, rank 7.
fortran
subroutine dev_free_R4P_7D(fptr)Arguments
| Name | Type | Intent | Attributes | Description |
|---|---|---|---|---|
fptr | real(kind=R4P) | inout | Memory device pointer. |
dev_free_I8P_1D
Free array from device, I8P kind, rank 1.
fortran
subroutine dev_free_I8P_1D(fptr)Arguments
| Name | Type | Intent | Attributes | Description |
|---|---|---|---|---|
fptr | integer(kind=I8P) | inout | Memory device pointer. |
dev_free_I8P_2D
Free array from device, I8P kind, rank 2.
fortran
subroutine dev_free_I8P_2D(fptr)Arguments
| Name | Type | Intent | Attributes | Description |
|---|---|---|---|---|
fptr | integer(kind=I8P) | inout | Memory device pointer. |
dev_free_I8P_3D
Free array from device, I8P kind, rank 3.
fortran
subroutine dev_free_I8P_3D(fptr)Arguments
| Name | Type | Intent | Attributes | Description |
|---|---|---|---|---|
fptr | integer(kind=I8P) | inout | Memory device pointer. |
dev_free_I8P_4D
Free array from device, I8P kind, rank 4.
fortran
subroutine dev_free_I8P_4D(fptr)Arguments
| Name | Type | Intent | Attributes | Description |
|---|---|---|---|---|
fptr | integer(kind=I8P) | inout | Memory device pointer. |
dev_free_I8P_5D
Free array from device, I8P kind, rank 5.
fortran
subroutine dev_free_I8P_5D(fptr)Arguments
| Name | Type | Intent | Attributes | Description |
|---|---|---|---|---|
fptr | integer(kind=I8P) | inout | Memory device pointer. |
dev_free_I8P_6D
Free array from device, I8P kind, rank 6.
fortran
subroutine dev_free_I8P_6D(fptr)Arguments
| Name | Type | Intent | Attributes | Description |
|---|---|---|---|---|
fptr | integer(kind=I8P) | inout | Memory device pointer. |
dev_free_I8P_7D
Free array from device, I8P kind, rank 7.
fortran
subroutine dev_free_I8P_7D(fptr)Arguments
| Name | Type | Intent | Attributes | Description |
|---|---|---|---|---|
fptr | integer(kind=I8P) | inout | Memory device pointer. |
dev_free_I4P_1D
Free array from device, I4P kind, rank 1.
fortran
subroutine dev_free_I4P_1D(fptr)Arguments
| Name | Type | Intent | Attributes | Description |
|---|---|---|---|---|
fptr | integer(kind=I4P) | inout | Memory device pointer. |
dev_free_I4P_2D
Free array from device, I4P kind, rank 2.
fortran
subroutine dev_free_I4P_2D(fptr)Arguments
| Name | Type | Intent | Attributes | Description |
|---|---|---|---|---|
fptr | integer(kind=I4P) | inout | Memory device pointer. |
dev_free_I4P_3D
Free array from device, I4P kind, rank 3.
fortran
subroutine dev_free_I4P_3D(fptr)Arguments
| Name | Type | Intent | Attributes | Description |
|---|---|---|---|---|
fptr | integer(kind=I4P) | inout | Memory device pointer. |
dev_free_I4P_4D
Free array from device, I4P kind, rank 4.
fortran
subroutine dev_free_I4P_4D(fptr)Arguments
| Name | Type | Intent | Attributes | Description |
|---|---|---|---|---|
fptr | integer(kind=I4P) | inout | Memory device pointer. |
dev_free_I4P_5D
Free array from device, I4P kind, rank 5.
fortran
subroutine dev_free_I4P_5D(fptr)Arguments
| Name | Type | Intent | Attributes | Description |
|---|---|---|---|---|
fptr | integer(kind=I4P) | inout | Memory device pointer. |
dev_free_I4P_6D
Free array from device, I4P kind, rank 6.
fortran
subroutine dev_free_I4P_6D(fptr)Arguments
| Name | Type | Intent | Attributes | Description |
|---|---|---|---|---|
fptr | integer(kind=I4P) | inout | Memory device pointer. |
dev_free_I4P_7D
Free array from device, I4P kind, rank 7.
fortran
subroutine dev_free_I4P_7D(fptr)Arguments
| Name | Type | Intent | Attributes | Description |
|---|---|---|---|---|
fptr | integer(kind=I4P) | inout | Memory device pointer. |
dev_free_I2P_1D
Free array from device, I2P kind, rank 1.
fortran
subroutine dev_free_I2P_1D(fptr)Arguments
| Name | Type | Intent | Attributes | Description |
|---|---|---|---|---|
fptr | integer(kind=I2P) | inout | Memory device pointer. |
dev_free_I2P_2D
Free array from device, I2P kind, rank 2.
fortran
subroutine dev_free_I2P_2D(fptr)Arguments
| Name | Type | Intent | Attributes | Description |
|---|---|---|---|---|
fptr | integer(kind=I2P) | inout | Memory device pointer. |
dev_free_I2P_3D
Free array from device, I2P kind, rank 3.
fortran
subroutine dev_free_I2P_3D(fptr)Arguments
| Name | Type | Intent | Attributes | Description |
|---|---|---|---|---|
fptr | integer(kind=I2P) | inout | Memory device pointer. |
dev_free_I2P_4D
Free array from device, I2P kind, rank 4.
fortran
subroutine dev_free_I2P_4D(fptr)Arguments
| Name | Type | Intent | Attributes | Description |
|---|---|---|---|---|
fptr | integer(kind=I2P) | inout | Memory device pointer. |
dev_free_I2P_5D
Free array from device, I2P kind, rank 5.
fortran
subroutine dev_free_I2P_5D(fptr)Arguments
| Name | Type | Intent | Attributes | Description |
|---|---|---|---|---|
fptr | integer(kind=I2P) | inout | Memory device pointer. |
dev_free_I2P_6D
Free array from device, I2P kind, rank 6.
fortran
subroutine dev_free_I2P_6D(fptr)Arguments
| Name | Type | Intent | Attributes | Description |
|---|---|---|---|---|
fptr | integer(kind=I2P) | inout | Memory device pointer. |
dev_free_I2P_7D
Free array from device, I2P kind, rank 7.
fortran
subroutine dev_free_I2P_7D(fptr)Arguments
| Name | Type | Intent | Attributes | Description |
|---|---|---|---|---|
fptr | integer(kind=I2P) | inout | Memory device pointer. |
dev_free_I1P_1D
Free array from device, I1P kind, rank 1.
fortran
subroutine dev_free_I1P_1D(fptr)Arguments
| Name | Type | Intent | Attributes | Description |
|---|---|---|---|---|
fptr | integer(kind=I1P) | inout | Memory device pointer. |
dev_free_I1P_2D
Free array from device, I1P kind, rank 2.
fortran
subroutine dev_free_I1P_2D(fptr)Arguments
| Name | Type | Intent | Attributes | Description |
|---|---|---|---|---|
fptr | integer(kind=I1P) | inout | Memory device pointer. |
dev_free_I1P_3D
Free array from device, I1P kind, rank 3.
fortran
subroutine dev_free_I1P_3D(fptr)Arguments
| Name | Type | Intent | Attributes | Description |
|---|---|---|---|---|
fptr | integer(kind=I1P) | inout | Memory device pointer. |
dev_free_I1P_4D
Free array from device, I1P kind, rank 4.
fortran
subroutine dev_free_I1P_4D(fptr)Arguments
| Name | Type | Intent | Attributes | Description |
|---|---|---|---|---|
fptr | integer(kind=I1P) | inout | Memory device pointer. |
dev_free_I1P_5D
Free array from device, I1P kind, rank 5.
fortran
subroutine dev_free_I1P_5D(fptr)Arguments
| Name | Type | Intent | Attributes | Description |
|---|---|---|---|---|
fptr | integer(kind=I1P) | inout | Memory device pointer. |
dev_free_I1P_6D
Free array from device, I1P kind, rank 6.
fortran
subroutine dev_free_I1P_6D(fptr)Arguments
| Name | Type | Intent | Attributes | Description |
|---|---|---|---|---|
fptr | integer(kind=I1P) | inout | Memory device pointer. |
dev_free_I1P_7D
Free array from device, I1P kind, rank 7.
fortran
subroutine dev_free_I1P_7D(fptr)Arguments
| Name | Type | Intent | Attributes | Description |
|---|---|---|---|---|
fptr | integer(kind=I1P) | inout | Memory device pointer. |