| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| class(field_t), | public, | pointer | :: | next | |||
| real(kind=dp), | public, | pointer, contiguous | :: | data(:,:,:) | |||
| integer, | public | :: | dir | ||||
| integer, | public | :: | data_loc | ||||
| integer, | public | :: | refcount | = | 0 | ||
| integer, | public | :: | id | 
                 An integer identifying the memory block.  | 
        |||
| real(kind=dp), | public, | device, pointer, contiguous | :: | data_d(:,:,:) | 
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | ngrid | |||
| type(cuda_field_t), | intent(in), | pointer | :: | next | ||
| integer, | intent(in) | :: | id | 
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(field_t) | :: | self | ||||
| integer, | intent(in) | :: | data_loc | 
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(cuda_field_t) | :: | self | ||||
| real(kind=dp), | intent(in) | :: | c | 
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(cuda_field_t) | :: | self | 
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(cuda_field_t) | :: | self | ||||
| integer, | intent(in) | :: | dims(3) |