Output data abstraction
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 |
Encapsulate an input/result pair
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(input_t), | private | :: | input_ | ||||
type(t_cell_collection_t), | private, | allocatable | :: | history_(:) |
private pure, module function construct (input, history) | Construct a new output_t object |
procedure, public :: simulated_distribution | |
procedure, public :: my_num_cells |