Skip to content

[MeL] Move neighbour information from Node to Mesh.

Tom Fischer requested to merge TomFischer/ogs:MeshLibElementCleanup into master

Moving the information which elements a node is part of to the mesh. This breaks the node's dependency on the elements. Furthermore, since the neighbour property is a topological property it fits better in the mesh.

Edited by Tom Fischer

Merge request reports