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

meshio fix bug netgen .vol import , ignore 'facedescriptors' and 'fac… #1452

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

escolano
Copy link

meshio small change of Netgen importer to allow read current .vol files,
simply jumping the block of 'facedescriptors' and 'face_transparencies'

escolano and others added 3 commits January 15, 2024 21:43
…elements have arbitary name, try to guess

e.g. fix import case Begin Elements ShellThinElementCorotational3D3N, that was imported as line3 instead triangle !!
@escolano
Copy link
Author

fix of mdpa Kratos import, an element like Elements ShellThinElementCorotational3D3N was imported as line3 instead triangle
_guess_element_type_from_MDPA_name(name) try to map better

@loumalouomega
Copy link
Contributor

@nschloe This looks like an interesting fix

@escolano
Copy link
Author

fix bug (limitation) meshio off import allow faces non triangle
e.g. to load this simple cube: https://shape.cs.princeton.edu/benchmark/documentation/off_format.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants