Nodes of different colours represent the following:
Solid arrows point from a parent (sub)module to the submodule which is descended from it. Dashed arrows point from a module being used to the module or program unit using it. Where possible, edges connecting nodes are given different colours to make them easier to distinguish in large graphs.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(Neighbour_Cells_Line), | intent(out), | allocatable | :: | cells(:) | ||
| class(Abstract_Periodic_Box), | intent(in) | :: | periodic_box | |||
| class(Abstract_Parallelepiped_Domain), | intent(in) | :: | accessible_domain | |||
| type(Pair_Potential_Line), | intent(in) | :: | components_pairs(:) | |||
| class(Abstract_Hard_Contact), | intent(in) | :: | hard_contact | |||
| type(Dipolar_Neighbourhood_Line), | intent(in) | :: | dipolar_neighbourhoods(:) | |||
| logical, | intent(in) | :: | interact |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Neighbour_Cells), | intent(out), | allocatable | :: | cells | ||
| class(Abstract_Periodic_Box), | intent(in) | :: | periodic_box | |||
| class(Abstract_Parallelepiped_Domain), | intent(in) | :: | 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 | |||
| logical, | intent(in) | :: | interact |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(Neighbour_Cells_Line), | intent(out), | allocatable | :: | cells(:) | ||
| integer, | intent(in) | :: | num_components |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(Neighbour_Cells_Line), | intent(inout), | allocatable | :: | cells(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Neighbour_Cells), | intent(inout), | allocatable | :: | cells |