Workspace 6.21.5
NodeStateHistogram

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.

  • Default label: "Node State Histogram"
  • Member of plug-in: Mesh
  • Catalogue path: Mesh
Inputs:
Mesh modelCSIRO::Mesh::MeshModelInterface

State nameQString

Number of binsintThe number of columns in the histogram.
Display in logbool

Displays an ascii-art representation of the histogram in the log.

Outputs:
FrequenciesQVector<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.
IntervalsQVector<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.