[MOAB-dev] Is there a function to find the min/max length of an edge in a mesh?

Vijay S. Mahadevan vijay.m at gmail.com
Sat Feb 17 13:50:15 CST 2024


There is no built in method in the API to query this information. You can
query the meshset for edges or simply dimension(1) entities and iterate
over it to compute your min/max values.

Vijay

On Sat, Feb 17, 2024, 10:37 In-hak Min <inhak.min at gmail.com> wrote:

> Hello Moab team.
>
> I am using MOAB well.
> I was wondering if there is an API in MOAB to find the min/max length of an
> edge in meshset?
> Currently, I'm finding it by the connection information of the elements in
> the meshset manually.
>
> Thank you so much.
>


More information about the moab-dev mailing list