Structure.add_element_to_element_index
- Structure.add_element_to_element_index(key, nodes, virtual=False)[source]
Adds the element to the element_index dictionary.
- Parameters
key (int) – Prescribed element key.
nodes (list) – Node numbers the element is connected to.
virtual (bool) – If true, adds element to the virtual_element_index dictionary.
- Returns
None