Skip to content

Conversation

@imrn99
Copy link
Collaborator

@imrn99 imrn99 commented Nov 25, 2025

Description

Scope: kernels / applications

Type of change: feat

Content description:

  • implement a generic, weighted, vertex shifting function neighbor_based_smooth
  • use that routine to implement Laplace and Taubin smoothing

Taubin smoothing: https://dl.acm.org/doi/10.1145/218380.218473

@codecov-commenter
Copy link

Codecov Report

❌ Patch coverage is 0% with 25 lines in your changes missing coverage. Please review.
✅ Project coverage is 85.86%. Comparing base (964de80) to head (d57fbc2).

Files with missing lines Patch % Lines
honeycomb-kernels/src/remeshing/relaxation.rs 0.00% 25 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #394      +/-   ##
==========================================
- Coverage   85.97%   85.86%   -0.12%     
==========================================
  Files          75       75              
  Lines       10647    10661      +14     
==========================================
  Hits         9154     9154              
- Misses       1493     1507      +14     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@imrn99 imrn99 marked this pull request as ready for review November 25, 2025 12:41
@imrn99 imrn99 changed the title implement improved smoothing algorithms implement Laplace and Taubin smoothing Nov 25, 2025
Copy link
Member

@cedricchevalier19 cedricchevalier19 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@imrn99 imrn99 merged commit cfe76fd into master Nov 26, 2025
12 checks passed
@imrn99 imrn99 deleted the better-smoothing branch November 26, 2025 14:44
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.

4 participants