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 basic THB spline support #73

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Conversation

SouthEndMusic
Copy link
Owner

Fixes #31.

@SouthEndMusic SouthEndMusic changed the title Introduce control point objects Add basic THB spline support Jan 8, 2025
@codecov-commenter
Copy link

codecov-commenter commented Jan 8, 2025

Codecov Report

Attention: Patch coverage is 43.41085% with 73 lines in your changes missing coverage. Please review.

Project coverage is 87.60%. Comparing base (74b010e) to head (f5e32c5).

Files with missing lines Patch % Lines
src/control_points.jl 19.73% 61 Missing ⚠️
src/utils.jl 66.66% 9 Missing ⚠️
src/spline_grid.jl 66.66% 2 Missing ⚠️
src/refinement_matrix.jl 90.90% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #73      +/-   ##
==========================================
- Coverage   94.64%   87.60%   -7.04%     
==========================================
  Files          13       14       +1     
  Lines         821      920      +99     
==========================================
+ Hits          777      806      +29     
- Misses         44      114      +70     

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

@SouthEndMusic
Copy link
Owner Author

I'm reproducing the example of this paper (p. 6), it's coming along well:
locally_refined

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.

Add support for THB-splines
2 participants