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

Add Mesh-Tool: triangulate() #202

Merged
merged 4 commits into from
Apr 21, 2022
Merged

Add Mesh-Tool: triangulate() #202

merged 4 commits into from
Apr 21, 2022

Conversation

adtzlr
Copy link
Owner

@adtzlr adtzlr commented Apr 21, 2022

Convert a Quad or a Hexahedron mesh to a Triangle or a Tetra mesh.

Fixes #201

@adtzlr adtzlr added the enhancement New feature or request label Apr 21, 2022
@adtzlr adtzlr added this to the 3.0.0 milestone Apr 21, 2022
@adtzlr adtzlr self-assigned this Apr 21, 2022
@codecov-commenter
Copy link

codecov-commenter commented Apr 21, 2022

Codecov Report

Merging #202 (f7a9dce) into main (dc0f554) will increase coverage by 0.01%.
The diff coverage is 100.00%.

❗ Current head f7a9dce differs from pull request most recent head 1656fb7. Consider uploading reports for the commit 1656fb7 to get more accurate results

@@            Coverage Diff             @@
##             main     #202      +/-   ##
==========================================
+ Coverage   98.31%   98.33%   +0.01%     
==========================================
  Files          62       62              
  Lines        2499     2523      +24     
==========================================
+ Hits         2457     2481      +24     
  Misses         42       42              
Impacted Files Coverage Δ
felupe/mesh/__init__.py 100.00% <ø> (ø)
felupe/mesh/_tools.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update dc0f554...1656fb7. Read the comment docs.

@adtzlr adtzlr merged commit b31869d into main Apr 21, 2022
@adtzlr adtzlr deleted the add-triangulate branch April 21, 2022 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a new mesh tool for mesh triangulation
2 participants