I'm storing both nodes and elements in linked lists.
I have two questions: - How can I find the neighbors (nodes) for an arbitrary selected node?
- How can I find the neighbors (elements) for an arbitrary selected element?
*Note: This 2x2 element mesh simplified example for explanation proposes, the meshes I'm dealing with may contain several thousands of nodes and elements.