| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| class(Abstract_Parallelepiped_Domain), | private, | pointer | :: | accessible_domain | => | null() | |
| real(kind=DP), | private | :: | max_distance | = | 0._DP | ||
| integer, | private | :: | nums(num_dimensions) | = | 0 | ||
| real(kind=DP), | private | :: | size(num_dimensions) | = | 0._DP | ||
| integer, | private, | dimension(num_dimensions) | :: | global_lbounds | = | 0 | |
| integer, | private, | dimension(num_dimensions) | :: | global_ubounds | = | 0 | |
| logical, | private | :: | skip_bottom_layer(-nums_local_cells(3)/2:nums_local_cells(3)/2) | = | .false. | ||
| logical, | private | :: | skip_top_layer(-nums_local_cells(3)/2:nums_local_cells(3)/2) | = | .false. | ||
| integer, | private, | allocatable | :: | neighbours(:,:,:,:,:,:,:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Neighbour_Cells), | intent(out) | :: | this | |||
| class(Abstract_Parallelepiped_Domain), | intent(in), | target | :: | accessible_domain | ||
| class(Abstract_Pair_Potential), | intent(in) | :: | pair_potential | |||
| class(Abstract_Hard_Contact), | intent(in) | :: | hard_contact | |||
| class(Abstract_Dipolar_Neighbourhood), | intent(in) | :: | dipolar_neighbourhood |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Neighbour_Cells), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Neighbour_Cells), | intent(in) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Neighbour_Cells), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Neighbour_Cells), | intent(in) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Neighbour_Cells), | intent(in) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Neighbour_Cells), | intent(in) | :: | this | |||
| integer, | intent(in) | :: | local_i1 | |||
| integer, | intent(in) | :: | local_i2 | |||
| integer, | intent(in) | :: | local_i3 | |||
| integer, | intent(in) | :: | global_i1 | |||
| integer, | intent(in) | :: | global_i2 | |||
| integer, | intent(in) | :: | global_i3 |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Neighbour_Cells), | intent(in) | :: | this | |||
| logical, | intent(in) | :: | at_bottom_layer | |||
| logical, | intent(in) | :: | at_top_layer | |||
| integer, | intent(in) | :: | local_i3 |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Neighbour_Cells), | intent(in) | :: | this | |||
| real(kind=DP), | intent(in) | :: | position(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Neighbour_Cells), | intent(in) | :: | this | |||
| real(kind=DP), | intent(in) | :: | position(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Neighbour_Cells), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Neighbour_Cells), | intent(in) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Neighbour_Cells), | intent(in) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Neighbour_Cells), | intent(inout) | :: | this |