Prev Subsection 3.6.5: Surface Section Up Section 3.6: Mesh Section Subsection 3.6.7: DiscreteSet Section Next
3.6.6 ElementSet Section
The ElementSet section can be used to define an element set. Element sets can be used to output data for only a subset of elements. An element set is defined through the ElementSet tag, which takes one attribute, namely name that specifies the name of the element set. For each element in the set, an elem tag is defined which takes the element id as an attribute. For example,
<ElementSet name="set01"> <elem id="1001"/> <elem id="1002"/> <elem id="1003"/> </ElementSet>