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

Use Tensor for interface transformation matrices #1100

Conversation

AbdAlazezAhmed
Copy link
Collaborator

The return type kept changing to Matrix while testing my amr stuff. Turns out mixing SMatrix and Tensor{2,3} was not the wisest thing to do :D.

Also InterfaceIterator needed these changes so it can be used with other grid/topology types.

@termi-official
Copy link
Member

Regression tests pls. 😄

Copy link

codecov bot commented Nov 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.57%. Comparing base (b56e2c9) to head (bd4fd79).
Report is 4 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1100      +/-   ##
==========================================
- Coverage   93.57%   93.57%   -0.01%     
==========================================
  Files          39       39              
  Lines        6074     6071       -3     
==========================================
- Hits         5684     5681       -3     
  Misses        390      390              

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

src/iterators.jl Outdated Show resolved Hide resolved
Copy link
Member

@termi-official termi-official left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@termi-official termi-official added the awaiting review PR is finished from the authors POV, waiting for feedback label Nov 25, 2024
@termi-official termi-official merged commit e7a671d into Ferrite-FEM:master Nov 26, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting review PR is finished from the authors POV, waiting for feedback
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants