| 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 | 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(:,:,:,:,:,:,:) |
| procedure, public :: construct => Abstract_construct | |
| procedure, public :: destroy => Abstract_destroy | |
| procedure, public :: resize_only => Abstract_resize_only | |
| procedure, public :: reset => Abstract_reset | |
| procedure, public :: get_global_lbounds => Abstract_get_global_lbounds | |
| procedure, public :: get_global_ubounds => Abstract_get_global_ubounds | |
| procedure, public :: get => Abstract_get | |
| procedure, public :: skip => Abstract_skip | |
| procedure, public :: is_inside => Abstract_is_inside | |
| procedure, public :: index => Abstract_index | |
| procedure(Abstract_set_skip_layers), private :: set_skip_layers | |
| procedure(Abstract_check_nums), private :: check_nums | |
| procedure, private :: check_size => Abstract_check_size | |
| procedure, private :: set_neighbours => Abstract_set_neighbours |
| procedure, public :: construct => Abstract_construct | |
| procedure, public :: destroy => Abstract_destroy | |
| procedure, public :: resize_only => Abstract_resize_only | |
| procedure, public :: reset => Abstract_reset | |
| procedure, public :: get_global_lbounds => Abstract_get_global_lbounds | |
| procedure, public :: get_global_ubounds => Abstract_get_global_ubounds | |
| procedure, public :: get => Abstract_get | |
| procedure, public :: skip => Abstract_skip | |
| procedure, public :: is_inside => Abstract_is_inside | |
| procedure, public :: index => Abstract_index | |
| procedure, private :: set_skip_layers => XYZ_set_skip_layers | |
| procedure, private :: check_nums => XYZ_check_nums |
| procedure, public :: construct => Abstract_construct | |
| procedure, public :: destroy => Abstract_destroy | |
| procedure, public :: resize_only => Abstract_resize_only | |
| procedure, public :: reset => Abstract_reset | |
| procedure, public :: get_global_lbounds => Abstract_get_global_lbounds | |
| procedure, public :: get_global_ubounds => Abstract_get_global_ubounds | |
| procedure, public :: get => Abstract_get | |
| procedure, public :: skip => Abstract_skip | |
| procedure, public :: is_inside => Abstract_is_inside | |
| procedure, public :: index => Abstract_index | |
| procedure, private :: set_skip_layers => XY_set_skip_layers | |
| procedure, private :: check_nums => XY_check_nums |
| procedure, public :: construct => Null_construct | |
| procedure, public :: destroy => Null_destroy | |
| procedure, public :: resize_only => Null_resize_only | |
| procedure, public :: reset => Null_reset | |
| procedure, public :: get_global_lbounds => Null_get_global_bounds | |
| procedure, public :: get_global_ubounds => Null_get_global_bounds | |
| procedure, public :: get => Null_get | |
| procedure, public :: skip => Null_skip | |
| procedure, public :: is_inside => Null_is_inside | |
| procedure, public :: index => Null_index | |
| procedure, private :: check_nums => Null_check_nums | |
| procedure, private :: set_skip_layers => Null_set_skip_layers |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| class(Abstract_Neighbour_Cells), | public, | allocatable | :: | cells |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| type(Neighbour_Cells_Wrapper), | public, | allocatable | :: | line(:) |
| 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 |
| 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 | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | ijk_cell(:) | |||
| integer, | intent(in) | :: | nums_cells(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Null_Neighbour_Cells), | intent(in) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Null_Neighbour_Cells), | intent(in) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Null_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(Null_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(Null_Neighbour_Cells), | intent(in) | :: | this | |||
| real(kind=DP), | intent(in) | :: | position(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Null_Neighbour_Cells), | intent(in) | :: | this | |||
| real(kind=DP), | intent(in) | :: | position(:) |
| 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(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(XYZ_PBC_Neighbour_Cells), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(XYZ_PBC_Neighbour_Cells), | intent(in) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(XY_PBC_Neighbour_Cells), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(XY_PBC_Neighbour_Cells), | intent(in) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Null_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(Null_Neighbour_Cells), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Null_Neighbour_Cells), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Null_Neighbour_Cells), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Null_Neighbour_Cells), | intent(in) | :: | this |