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

Question: Read tetrahedral mesh & mesh refinement #787

Open
Zhuyouxx opened this issue Aug 4, 2024 · 0 comments
Open

Question: Read tetrahedral mesh & mesh refinement #787

Zhuyouxx opened this issue Aug 4, 2024 · 0 comments

Comments

@Zhuyouxx
Copy link

Zhuyouxx commented Aug 4, 2024

Dear author,

I am very excited and grateful to have come across your shared tools for optimizing tetrahedral meshes. However, I have encountered some issues during use and hope you can help clarify my doubts. Thank you very much!

  1. I tried to load a tetrahedral mesh using the command wmtk_app -j input2.json and encountered an error:
[2024-08-03 23:12:46.085] [wmtk] [error] Input tet is degenerated.

Could you please explain what causes this issue? How should I modify my application? Here is the content of my JSON file:

{
    "components": [
        {
            "input": {
                "file": "bunny.msh",
                "name": "mesh"
            }
        }
    ],
    "tests": {
        "edges": [
            218
        ],
        "faces": [
            3274
        ],
        "meshes": [
            "mesh"
        ],
        "tetrahedra": [
            15607
        ],
        "vertices": [
            3520
        ]
    }
}

and there is my mesh :https://github.com/Zhuyouxx/Share-file/blob/main/bunny.msh

  1. Can your toolkit perform tetrahedral mesh optimization, such as fixing elongated faces? If so, could you provide example code or indicate which class handles these operations?

Thank you very much for your sharing, and I apologize for any disturbance.

Best regards.

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

No branches or pull requests

1 participant