Link Search Menu Expand Document
Converted document
 Subsection 3.8.4: EdgeData Up Section 3.8: MeshData Section Section 3.9: Initial Section 

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>


 Subsection 3.8.4: EdgeData Up Section 3.8: MeshData Section Section 3.9: Initial Section