Workspace 6.21.5
|
Outputs a DataSeries containing frequencies that node state values occur within a MeshModelInterface. The operation allows the user to specify which state they would like to inspect, and how many bins they would like to divide the state-space up into.
Inputs: | |||
---|---|---|---|
Mesh model | CSIRO::Mesh::MeshModelInterface | ||
State name | QString | ||
Number of bins | int | The number of columns in the histogram. | |
Display in log | bool | Displays an ascii-art representation of the histogram in the log. | |
Outputs: | |||
Frequencies | QVector<double> | A DataSeries containing counts of how many nodes have particular state values. Each item in the DataSeries has a corresponding value in the Intervals output DataSeries. | |
Intervals | QVector<double> | A DataSeries containing the intervals between elements in the histogram. Each element represents the value of the state at the start of that particular bin. |