ElementSet¶
- class pyccx.core.ElementSet(name, elIds)¶
Bases:
MeshSetAn element set is basic entity for storing a list of element ids as part of a referencable set, typically used amongst boundary conditions and assignments .The set remains constant without any dynamic referencing to any underlying geometric entities.
Attributes Summary
Elements contains the list of element IDs
Methods Summary
Attributes Documentation
- els¶
Elements contains the list of element IDs
Methods Documentation
- writeInput()¶
- Return type:
str