adtzlr / matadi

Material Definition with Automatic Differentiation
GNU General Public License v3.0
21 stars 2 forks source link

Add MaterialTensor #36

Closed adtzlr closed 2 years ago

adtzlr commented 2 years ago

see #34

codecov-commenter commented 2 years ago

Codecov Report

Merging #36 (a0a4dbb) into main (0f21ee7) will decrease coverage by 0.18%. The diff coverage is 96.55%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #36      +/-   ##
==========================================
- Coverage   99.55%   99.36%   -0.19%     
==========================================
  Files          19       19              
  Lines         445      473      +28     
==========================================
+ Hits          443      470      +27     
- Misses          2        3       +1     
Impacted Files Coverage Δ
matadi/_material.py 98.59% <96.15%> (-1.41%) :arrow_down:
matadi/__init__.py 100.00% <100.00%> (ø)
matadi/math.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 0f21ee7...a0a4dbb. Read the comment docs.

adtzlr commented 2 years ago

fixes #34