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 mechanics submodule: SolidBody and SolidBodyPressure #216

Merged
merged 24 commits into from
May 2, 2022
Merged

Conversation

adtzlr
Copy link
Owner

@adtzlr adtzlr commented May 1, 2022

fixes #215

@adtzlr adtzlr added the enhancement New feature or request label May 1, 2022
@adtzlr adtzlr added this to the 4.0.0 milestone May 1, 2022
@adtzlr adtzlr self-assigned this May 1, 2022
@codecov-commenter
Copy link

codecov-commenter commented May 1, 2022

Codecov Report

Merging #216 (baa9390) into main (2754b3a) will increase coverage by 0.01%.
The diff coverage is 98.70%.

@@            Coverage Diff             @@
##             main     #216      +/-   ##
==========================================
+ Coverage   98.24%   98.25%   +0.01%     
==========================================
  Files          62       66       +4     
  Lines        2614     2754     +140     
==========================================
+ Hits         2568     2706     +138     
- Misses         46       48       +2     
Impacted Files Coverage Δ
felupe/_assembly/_axi.py 97.46% <66.66%> (-2.54%) ⬇️
felupe/__about__.py 100.00% <100.00%> (ø)
felupe/__init__.py 92.59% <100.00%> (+0.59%) ⬆️
felupe/constitution/_kinematics.py 94.54% <100.00%> (+0.92%) ⬆️
felupe/mechanics/__init__.py 100.00% <100.00%> (ø)
felupe/mechanics/_helpers.py 100.00% <100.00%> (ø)
felupe/mechanics/_solidbody.py 100.00% <100.00%> (ø)
felupe/mechanics/_solidbody_pressure.py 100.00% <100.00%> (ø)
felupe/mesh/_mesh.py 100.00% <100.00%> (ø)
felupe/tools/_save.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 2754b3a...baa9390. Read the comment docs.

@adtzlr adtzlr changed the title Add mechanics Add mechanics submodule: SolidBody and SolidBodyPressure May 1, 2022
@adtzlr adtzlr merged commit aedda10 into main May 2, 2022
@adtzlr adtzlr deleted the add-mechanics branch May 2, 2022 19:52
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 Mechanics submodule
2 participants