dynVector

A dynVector is a single vector that has the same value on all processor domains. The dynVector changes with time and its value is recorded at every time step in the output files when writeOut = true. An example of the use of of the dynVector would be storing the total energy of the system at every time step.

Parameters

numComponents (integer)
Defines the number of components in the dynVector.

Example

<DataStruct totalMass>
  kind = dynVector
  onGrid = domain
  numComponents = 1
</DataStruct>