ELTSET
This command creates eltsets or element sets with membership criteria:
1. equal to, greater than or less than value of an element attribute
2. inclusive pset membership - all elements any of whose nodes is in pset
3. exclusive pset membership - all elements all of whose nodes are in pset
4. union, intersection, not, delete other eltsets
5. region or mregion membership
6. quality criteria (volume or aspect ratio)
The mregion and region form of this command calculate the center of mass of the element and determine which mregion or region the center lies in. It is possible if the interface surfaces are curved that the center will not lie in the same mregion or region as the vertices. Using itetclr will give the better result.
FORMAT:
eltset/eset_name/element_attribute_name/eq|ne|lt|gt|le|ge/value/
eltset/eset_name/union|inter|not|delete/eset_list/
eltset/eset_name/inclusive|exclusive/pset/get/pset_name/
eltset/eset_name/region|mregion/region_name|mregion_name/
eltset/eset_name /volume/ eq|ne|lt|gt|le|ge /value
eltset/eset_name /
aspect/ eq|ne|lt|gt|le|ge /value
EXAMPLES:
eltset/element_set1/itetclr/eq/4
eltset/element_set2/inclusive/pset/get/mypset
eltset/element_set3/region/upper
eltset/element_set4/volume/lt/3.0