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

Implement 3D Axisymmetric kernels on a 1D mesh #17

Merged
merged 4 commits into from
Mar 10, 2024
Merged

Implement 3D Axisymmetric kernels on a 1D mesh #17

merged 4 commits into from
Mar 10, 2024

Conversation

ajacquey
Copy link
Owner

@ajacquey ajacquey commented Mar 7, 2024

This should close #16

@ajacquey ajacquey added the enhancement New feature or request label Mar 7, 2024
@ajacquey ajacquey self-assigned this Mar 7, 2024
Copy link

codecov bot commented Mar 8, 2024

Codecov Report

Attention: Patch coverage is 82.14286% with 10 lines in your changes are missing coverage. Please review.

Project coverage is 84.82%. Comparing base (f88fe6f) to head (55afa79).

Files Patch % Lines
src/collocation.jl 78.57% 6 Missing ⚠️
src/problem.jl 75.00% 3 Missing ⚠️
src/constraints/friction.jl 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #17      +/-   ##
==========================================
- Coverage   85.09%   84.82%   -0.28%     
==========================================
  Files          14       14              
  Lines        1174     1199      +25     
==========================================
+ Hits          999     1017      +18     
- Misses        175      182       +7     

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

@ajacquey ajacquey merged commit 49efb1b into main Mar 10, 2024
3 of 5 checks passed
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.

Implement 3D axisymmetric elastic kernel on a 1D mesh
1 participant