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

Setting the -D switch to 1 in pytetgen.py prints unwanted lines to the console. #54

Open
MbBrainz opened this issue May 12, 2023 · 0 comments

Comments

@MbBrainz
Copy link

The output generated by TetGen.tetrahedralize() should only be printed when the debug flag is set. Currently it just always prints, which i had to workaround redirecting the stout.

python version:3.10.10
tetgen version: 0.6.2
Os: macos ventura 13.3.1

output looks like:

Delaunizing vertices...
Delaunay seconds:  0.003715

Writing nodes.
Writing elements.
Writing faces.

Output seconds:  0.000115
Total running seconds:  0.003925

Statistics:

  Input points: 1754

  Mesh points: 1754
  Mesh tetrahedra: 9812
  Mesh faces: 20281
  Mesh edges: 12222
  Convex hull faces: 1314

cdt=0.0,

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