cmlibs / zinc

Source code repository for OpenCMISS-Zinc
Mozilla Public License 2.0
15 stars 18 forks source link

Get neighbouring elements for a given element. #279

Closed hsorby closed 4 months ago

hsorby commented 8 months ago

When using find mesh location I want to be able to reduce the search mesh from the whole mesh to an element plus its neighbours. This issue is to add API that will get me the neighbours of an element so I can restrict the domain of search for finding mesh location.

rchristie commented 4 months ago

Proposed solution: MeshGroup::addAdjacentElements(int sharedDimension);