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

Mesh generation (Tetgen) under Windows does not complete #5

Open
neuromechanist opened this issue May 15, 2023 · 0 comments
Open

Mesh generation (Tetgen) under Windows does not complete #5

neuromechanist opened this issue May 15, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@neuromechanist
Copy link
Member

The tetrahedral mesh generation sccn/NFT/nft_warping_mesh.m creates nodes and edges using the tetgen binary. Next, it combines the return-generated files to a .msh file for downstream FEM or BEM processing. The combining routine is performed using a generated shell batch file, which would not run in the Windows environment.
Possible fixes are:

  1. create a specified pipeline to create a batch file for Windows.
  2. move the file combination step to Matlab.
@neuromechanist neuromechanist self-assigned this May 15, 2023
@neuromechanist neuromechanist added the bug Something isn't working label May 15, 2023
@neuromechanist neuromechanist changed the title Mash generation (Tetgen) under Windows does not complete Mesh generation (Tetgen) under Windows does not complete May 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant