3.8.5 NodeData
This section allows users to define data that will be mapped to node sets.
<NodeData name="data" node_set="set1"> <node lid="1">1.0</node> <node lid="2">2.0</node> </NodeData>
For node data the data_format attribute, if specified, will be ignored. Optionally, the node data may be described with a mathematical expression as a function of the initial nodal coordinates (X,Y,Z):
<NodeData name="data" generator="math" node_set="set1"> <math>1e-3*Y</math> </NodeData>