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_DES_Reci_Weight), | intent(out) | :: | this | |||
| class(Abstract_Box_Size_Memento), | intent(in) | :: | box_size_memento | |||
| class(Abstract_Reciprocal_Lattice), | intent(in) | :: | reciprocal_lattice | |||
| class(Abstract_Permittivity), | intent(in) | :: | permittivity | |||
| class(Abstract_DES_Convergence_Parameter), | intent(in) | :: | alpha |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_DES_Reci_Weight), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_DES_Reci_Weight), | intent(inout) | :: | this | |||
| class(Abstract_Box_Size_Memento), | intent(in), | target | :: | box_size_memento |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_DES_Reci_Weight), | intent(inout) | :: | this |
\[ w_\alpha(\vec{k}) = \begin{cases} 0 & \text{if } \vec{k} = \vec{0} \\ \frac{e^{-k^2/4\alpha^2}}{2\epsilon V k^2} & \text{else} \end{cases} \]
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_DES_Reci_Weight), | intent(in) | :: | this | |||
| integer, | intent(in) | :: | n_1 | |||
| integer, | intent(in) | :: | n_2 | |||
| integer, | intent(in) | :: | n_3 |