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 | :: | file_unit | = | 0 |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Real_Writer), | intent(out) | :: | this | |||
| character(len=*), | intent(in) | :: | filename |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Real_Writer), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Null_Real_Writer), | intent(in) | :: | this | |||
| integer, | intent(in) | :: | i_step | |||
| real(kind=DP), | intent(in) | :: | observable |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Null_Real_Writer), | intent(in) | :: | this | |||
| integer, | intent(in) | :: | i_step | |||
| real(kind=DP), | intent(in) | :: | observable(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Real_Writer), | intent(in) | :: | this | |||
| integer, | intent(in) | :: | i_step | |||
| real(kind=DP), | intent(in) | :: | observable |
This subroutine differs from Abstract_write_reals: there is no local selection (filter).
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Real_Writer), | intent(in) | :: | this | |||
| integer, | intent(in) | :: | i_step | |||
| real(kind=DP), | intent(in) | :: | observable(:) |