Encapsulate an input/result pair
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| type(input_t), | private | :: | input_ | ||||
| type(t_cell_collection_t), | private, | allocatable | :: | history_(:) | 
Construct a new output_t object
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(input_t), | intent(in) | :: | input | |||
| type(t_cell_collection_t), | intent(in) | :: | history(:) | 
The result is a histogram calculated from the simulation output
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(output_t), | intent(in) | :: | self | 
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(output_t), | intent(in) | :: | self |