-
Notifications
You must be signed in to change notification settings - Fork 30
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
Curvature and normal on hex mesh #34
Comments
Not currently. The closest you could do is convert the hex/quad mesh into a
triangle mesh, compute curvatures there and then map them back.
…On Mon, Apr 20, 2020 at 10:37 AM Saman Seifi ***@***.***> wrote:
I don't know if it is the right place. Is libigl capable of calculating
curvatures and normal vectors on a hex mesh which means rectangular
elements on surface.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#34>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AARDJGOZSR5HBAD4FNMPTFDRNRM3XANCNFSM4MMP2KLA>
.
|
This might be good enough for now. Anywhere I can see how it can be done? Tutorial maybe? And it can be done in 2D mesh as well right? |
… On Mon, Apr 20, 2020 at 2:18 PM Saman Seifi ***@***.***> wrote:
This might be good enough for now. Anywhere I can see how it can be done?
Tutorial maybe?
And it can be done in 2D mesh as well right?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#34 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AARDJGMAFQZVEWOVKKZN6PLRNSGYZANCNFSM4MMP2KLA>
.
|
It doesn't say anything about converting hex mesh to tet. What am I missing? The quadratic fitting approach also takes |
Do you have a hexahedral volumetric mesh or a hexagonal surface mesh?
…On Mon, Apr 20, 2020 at 5:23 PM Saman Seifi ***@***.***> wrote:
It doesn't say anything about converting hex mesh to tet. What am I
missing? The quadratic fitting approach also takes V an F matrices from a
triangular mesh file. libigl doesn't offer this direct translation I
assume.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#34 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AARDJGMX7NYHQYY2DUKYSETRNS4NJANCNFSM4MMP2KLA>
.
|
It's hexahedron volumetric mesh. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't know if it is the right place. Is
libigl
capable of calculating curvatures and normal vectors on a hex mesh which means rectangular elements on surface.The text was updated successfully, but these errors were encountered: