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 | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Particle_Insertion_Method), | intent(out) | :: | this | |||
| type(Environment_Wrapper), | intent(in), | target | :: | environment | ||
| class(Abstract_Num_Particles), | intent(in) | :: | nums_particles(:) | |||
| type(Component_Wrapper), | intent(in), | target | :: | components(:,:) | ||
| type(Short_Interactions_Wrapper), | intent(in), | target | :: | short_interactions | ||
| type(Dipolar_Interactions_Dynamic_Wrapper), | intent(in), | target | :: | dipolar_interactions_dynamic(:) | ||
| class(Abstract_Random_Coordinates), | intent(in) | :: | random_positions(:) | |||
| class(Abstract_Random_Coordinates), | intent(in) | :: | random_orientation |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Particle_Insertion_Method), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Particle_Insertion_Method), | intent(in) | :: | this | |||
| type(Exploring_Observables_Wrapper), | intent(inout) | :: | observables |