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 Volumetric, CompositeMaterial and &-operator for ConstitutiveMaterial #623

Merged
merged 4 commits into from
Feb 16, 2024

Conversation

adtzlr
Copy link
Owner

@adtzlr adtzlr commented Feb 16, 2024

Example

import felupe as fem

nh = fem.NeoHooke(mu=1.0)
vol = fem.Volumetric(bulk=2.0)
umat = nh & vol
ax = umat.plot()

umat_composite

@adtzlr adtzlr added the enhancement New feature or request label Feb 16, 2024
@adtzlr adtzlr self-assigned this Feb 16, 2024
@adtzlr adtzlr changed the title Add CompositeMaterial Add Volumetric, CompositeMaterial and &-operator for ConstitutiveMaterial Feb 16, 2024
Copy link

codecov bot commented Feb 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ade27e2) 97.11% compared to head (cf35b77) 96.30%.
Report is 12 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #623      +/-   ##
==========================================
- Coverage   97.11%   96.30%   -0.82%     
==========================================
  Files          91       91              
  Lines        4652     4681      +29     
==========================================
- Hits         4518     4508      -10     
- Misses        134      173      +39     

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

@adtzlr adtzlr merged commit cafae00 into main Feb 16, 2024
8 of 9 checks passed
@adtzlr adtzlr deleted the add-composite-material branch February 16, 2024 11:43
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.

1 participant