RigidPart.find_elements_by_node
- RigidPart.find_elements_by_node(node)[source]
Finds all elements connected to a given node.
- Parameters:
- nodecompas_fea2.model.Node
The node to query.
- Returns:
- ElementsGroup
A group containing all elements that share the given node.