Nodes of different colours represent the following:
Solid arrows point from one derived type to another which extends (inherits from) it. Dashed arrows point from a derived type to another type containing it as a components, with a label listing the name(s) of said component(s). Where possible, edges connecting nodes are given different colours to make them easier to distinguish in large graphs.
\[ g(r) = \frac{\mathrm{d}N}{\mathrm{d}r} \frac{1}{\rho S(r)} \] with \( S(r) \) the area of a sphere.
Nodes of different colours represent the following:
Solid arrows point from one derived type to another which extends (inherits from) it. Dashed arrows point from a derived type to another type containing it as a components, with a label listing the name(s) of said component(s). Where possible, edges connecting nodes are given different colours to make them easier to distinguish in large graphs.
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | private | :: | num_components | = | 0 | ||
| real(kind=DP), | private | :: | density_sum | = | 0._DP | ||
| type(Component_Coordinates_Reader_Selector), | private | :: | selector | ||||
| real(kind=DP), | private | :: | max_distance | ||||
| real(kind=DP), | private | :: | delta_distance | ||||
| real(kind=DP), | private, | allocatable | :: | bins_function(:) | |||
| character(len=:), | private, | allocatable | :: | filename |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Radial_Explorer), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Radial_Explorer), | intent(inout) | :: | this | |||
| class(Abstract_Periodic_Box), | intent(inout) | :: | periodic_box | |||
| character(len=*), | intent(in) | :: | snap_filename |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Radial_Explorer), | intent(in) | :: | this | |||
| integer, | intent(in) | :: | num_snaps |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Radial_Explorer), | intent(out) | :: | this | |||
| integer, | intent(in) | :: | num_components | |||
| type(Component_Coordinates_Reader_Selector), | intent(in) | :: | selector | |||
| real(kind=DP), | intent(in) | :: | max_distance | |||
| real(kind=DP), | intent(in) | :: | delta_distance | |||
| character(len=*), | intent(in) | :: | filename |