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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

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 1 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants