| class(Abstract_Visitable_Cells), |
intent(out), |
|
allocatable | :: |
cells(:,:) | |
| class(Abstract_Periodic_Box), |
intent(in) |
|
| :: |
periodic_box | |
| type(Component_Wrapper), |
intent(in) |
|
| :: |
components(:) | |
| class(Abstract_Hard_Contact), |
intent(in) |
|
| :: |
hard_contact | |
| type(Pair_Potential_Line), |
intent(in) |
|
| :: |
components_pairs(:) | |
| type(Dipolar_Neighbourhood_Line), |
intent(in) |
|
| :: |
dipolar_neighbourhoods(:) | |
| type(Neighbour_Cells_Line), |
intent(in) |
|
| :: |
neighbour_cells(:) | |
| class(Abstract_Visitable_List), |
intent(in) |
|
| :: |
list_mold | |
| logical, |
intent(in) |
|
| :: |
interact | |