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 | |||
|---|---|---|---|---|---|---|---|
| class(Abstract_Component_Coordinates), | private, | pointer | :: | orientations | => | null() | |
| real(kind=DP), | private | :: | delta | = | 0._DP | ||
| type(Concrete_Move_Tuning_Parameters), | private | :: | tuning_parameters | ||||
| real(kind=DP), | private | :: | current_increase_factor | = | 1._DP | ||
| logical, | private | :: | max_factor_reached | = | .false. |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Concrete_Rotated_Orientations), | intent(out) | :: | this | |||
| class(Abstract_Component_Coordinates), | intent(in), | target | :: | orientations | ||
| real(kind=DP), | intent(in) | :: | initial_delta | |||
| type(Concrete_Move_Tuning_Parameters), | intent(in) | :: | tuning_parameters |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Concrete_Rotated_Orientations), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Concrete_Rotated_Orientations), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Concrete_Rotated_Orientations), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Concrete_Rotated_Orientations), | intent(in) | :: | this | |||
| integer, | intent(in) | :: | i_particle |