Workspace 6.21.5
AccumulateNodeValues

Each time this operation is run, it reduces the data values for all nodes in a MeshModelInterface to a single double-precision value.

  • Default label: "Accumulate node values"
  • Member of plug-in: Mesh
  • Catalogue path: Mesh
Inputs:
Mesh modelCSIRO::Mesh::MeshModelInterfaceThe input MeshModel to use as source data.
Node mapperCSIRO::Mesh::NodeMapperProvides a single floating-point value for each node in the MeshModel. Examples are the NodeStateMapper and NodeScriptMapper operations.
ScriptQStringDefines how the data value for a node is combined with the results of previous nodes.
Initial valuedouble

The initial data value of the result, prior to starting the accumulation operation.

Outputs:
Resultdouble

A single data value, produced by reducing NodeMapper values over all nodes.