ElementSet

class pyccx.core.ElementSet(name, elIds)

Bases: MeshSet

An 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

els

Elements contains the list of element IDs

Methods Summary

writeInput()

Attributes Documentation

els

Elements contains the list of element IDs

Methods Documentation

writeInput()
Return type:

str