[MOAB-dev] Is there method for find hole in the mesh?

Vijay S. Mahadevan vijay.m at gmail.com
Sun Oct 2 18:10:44 CDT 2022


There is no specific method that is exposed for this purpose but if you
mark the hole boundaries during mesh generation, then you should be able to
access the surface sets Tag  easily. The other approach is to check
adjacent neighbor element for each face and if you don't find one, you are
either in a domain boundary or at an internal boundary hole.

Hope that helps.

Vijay


On Sat, Oct 1, 2022, 09:54 In-hak Min <inhak.min at gmail.com> wrote:

> dear moab team.
>
> I have a mesh with some holes.
> I want to find nodes of hole.
> Is there any method?
>


More information about the moab-dev mailing list