Link Search Menu Expand Document
Converted document
 Subsubsection 7.1.4.2: The target model Up Subsection 7.1.4: Objective Section Subsubsection 7.1.4.4: The node-data model 

7.1.4.3 The element-data model

The element-data model uses a tabulated list of element values as the target for the optimization. In addition, it requires an output variable that will be matched against the element data.
<Objective type="element-data">
  <var type="[enter variable name]"/>
  <data>
    <elem id="1">0.123</elem>
    ...
  </data>
</Objective>
The variable can be any of the element output data listed in the logfile section (See 3.6.6↑).
 Subsubsection 7.1.4.2: The target model Up Subsection 7.1.4: Objective Section Subsubsection 7.1.4.4: The node-data model