autotwin / mesh

Mesh data types
MIT License
1 stars 2 forks source link

Python functions to wrap Cubit mesh metrics #25

Closed hovey closed 1 year ago

hovey commented 1 year ago

Currently, we have the minimum scaled Jacobian (MSJ) from Cubit accessible through Python

We need the following (two, and possibly four) scripts to be created:

Reference:

calehma commented 1 year ago

Skew script completed. Will update repository with aspect ratio next.

calehma commented 1 year ago

Completed the second of the hexahedral quality metric scripts. Do you want to go ahead with the quadrahedral metric scripts as well?

hovey commented 1 year ago

I have crossed-out the two quad-related metrics. We currently have no plan to use quads in our meshes. The Li 2022 meshes used both hex elements and quad elements, which explains why warp and min/max angle were also included in their work.

So, please cancel the request for the quad-related items. I will mark this issue as completed.