Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

additional metric: hex characteristic side length (CSL?) #250

Open
hovey opened this issue Dec 19, 2024 · 2 comments
Open

additional metric: hex characteristic side length (CSL?) #250

hovey opened this issue Dec 19, 2024 · 2 comments
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@hovey
Copy link
Contributor

hovey commented Dec 19, 2024

@mrbuche

Context

Voxelated Meshes

For direct voxel to hex conversion, the side length is easily described:

Screenshot 2024-12-18 at 19 15 27

Conforming Meshes

For the conforming meshes, there is a fuzzy element size parameter that is set at time of mesh generation.

Screenshot 2024-12-18 at 19 13 53

Wish List

It would be nice to have a more apples-to-apples comparison of element characteristic side length, comparing

  • the voxel mesh (a Dirac delta type of histogram with a single side length and height equal to the number of elements in the mesh) to
  • the element characteristic of a conforming mesh (a histogram with some dispersion around a mean).

Can we envision a side length parameter for a general hex that takes the average of all the 12 side lengths? Would this be useful (I think so, but would like to know what you think).

I think then I could say more clearly what the element length of the conforming meshes were and how they compared on a convergence plot (with element size length as the independent variable).

@mrbuche
Copy link
Contributor

mrbuche commented Dec 19, 2024

that sounds great to me! i bet the side lengths within a hex dont vary a ton either, and we can probably show that too, so average side length would be a good measure

@mrbuche mrbuche added the documentation Improvements or additions to documentation label Dec 19, 2024
@hovey hovey added the enhancement New feature or request label Dec 19, 2024
@hovey
Copy link
Contributor Author

hovey commented Dec 19, 2024

@mrbuche I will implement this one if that suits you?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants