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

Move basis sets and basic calculations to a submodule #126

Merged
merged 11 commits into from
Dec 20, 2023

Conversation

tjjarvinen
Copy link
Owner

This PR creates new submodule that has basis definitions and basic calculations (derivative, integral, greensfunctions).

The point is to clean code and update the calculation framework.

Copy link

codecov bot commented Dec 20, 2023

Codecov Report

Attention: 401 lines in your changes are missing coverage. Please review.

Comparison is base (711d022) 60.17% compared to head (3dd1db1) 50.24%.
Report is 1 commits behind head on master.

Files Patch % Lines
src/submodules/HelmholtzKernel/elements.jl 0.00% 234 Missing ⚠️
src/submodules/HelmholtzKernel/integrations.jl 0.00% 97 Missing ⚠️
src/submodules/HelmholtzKernel/greensfunctions.jl 0.00% 53 Missing ⚠️
src/submodules/HelmholtzKernel/utils.jl 0.00% 17 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #126      +/-   ##
==========================================
- Coverage   60.17%   50.24%   -9.94%     
==========================================
  Files          16       21       +5     
  Lines        2024     2426     +402     
==========================================
+ Hits         1218     1219       +1     
- Misses        806     1207     +401     

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

@tjjarvinen tjjarvinen merged commit fedf54d into master Dec 20, 2023
3 of 5 checks passed
@tjjarvinen tjjarvinen deleted the separate_elements branch December 20, 2023 06:55
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.

1 participant